Serialized Form

Class com.sap.mw.jco.JCO.AbapException implements Serializable


Class com.sap.mw.jco.JCO.ConversionException implements Serializable


Class com.sap.mw.jco.JCO.Exception implements Serializable

Serialized Fields

group

int group
Error group

key

java.lang.String key
Error key


Class com.sap.mw.jco.JCO.Function implements Serializable

Serialized Fields

name

java.lang.String name

import_parameters

JCO.ParameterList import_parameters

export_parameters

JCO.ParameterList export_parameters

table_parameters

JCO.ParameterList table_parameters

exception_list

JCO.AbapException[] exception_list


Class com.sap.mw.jco.JCO.FunctionTemplate implements Serializable

Serialized Fields

name

java.lang.String name

import_parameters

IMetaData import_parameters

export_parameters

IMetaData export_parameters

table_parameters

IMetaData table_parameters

exception_list

JCO.AbapException[] exception_list


Class com.sap.mw.jco.JCO.J2EEAbapException implements Serializable

Serialized Fields

m_abapException

JCO.AbapException m_abapException
The original JCO.AbapException


Class com.sap.mw.jco.JCO.MetaData implements Serializable

Serialized Fields

name

java.lang.String[] name
The names of the data fields

tab_meta

java.lang.Object[] tab_meta
The names of meta data of the tables as supplied by the repository

offset

int[] offset
The offsets of the data fields into the native data buffer in bytes

length

int[] length
The length of the native data fields in bytes

boffset

int[] boffset
The offsets of the data fields into the java data buffer in chars

blength

int[] blength
The length of the java data fields in chars

type

byte[] type
The SAP R/3 types of the data fields

decimals

byte[] decimals
The number of decimals of the data fields

oindex

byte[] oindex
Indices into complex data buffer (i.e. structures and tables)

flags

byte[] flags
Flags that indicate the type of the parameter

defaults

java.lang.String[] defaults
Default values for the data fields

description

java.lang.String[] description
Descriptional text for the data fields

extended_field_meta_data

com.sap.mw.jco.IExtendedFieldMetaData[] extended_field_meta_data
Extended meta data the data fields

num_fields

int num_fields
The number of meta data stored in this object

num_odata

int num_odata
The number of complex objects stored in this object

tab_length

int tab_length
Total number of bytes of a structure or of a single row in a table

type_handle

long type_handle
Internally used handle

rec_name

java.lang.String rec_name
Name of the table or structure defined by this meta data (Only used for structure and table type records

hash_of_indices

java.util.Hashtable hash_of_indices
Hashtable for field_name field_index mapping


Class com.sap.mw.jco.JCO.ParameterList implements Serializable

Serialized Fields

dependant_meta_data

IMetaData dependant_meta_data

exception_list

JCO.AbapException[] exception_list


Class com.sap.mw.jco.JCO.Record implements Serializable

Serialized Fields

rec_type

byte rec_type
Specifies the type of this record

data

char[] data
Buffer that holds the actual data

odata

java.lang.Object[] odata
Buffer that holds complex data like structures and tables

opcode

byte[] opcode

delta

int[] delta

row_length

int row_length
Length of a single row of data in chars

num_rows

int num_rows
No. of rows encoded in the data buffer

row

int row
Currently active row

modified

boolean modified
Flag that indicates whether this tables has been modified


Class com.sap.mw.jco.JCO.Request implements Serializable


Class com.sap.mw.jco.JCO.Response implements Serializable


Class com.sap.mw.jco.JCO.Structure implements Serializable


Class com.sap.mw.jco.JCO.Table implements Serializable

Serialized Fields

row_capacity

int row_capacity

row_capacity_increment

int row_capacity_increment