Serialized Form


Package com.sap.mw.jco

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

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

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

Serialized Fields

group

int group
Error group


key

String key
Error key

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

serialVersionUID: 110011052001l

Serialized Fields

name

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 extends Object implements Serializable

Serialized Fields

name

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 extends Exception implements Serializable

Serialized Fields

m_abapException

JCO.AbapException m_abapException
The original JCO.AbapException

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

serialVersionUID: 110011052001l

Serialized Fields

name

String[] name
The names of the data fields


tab_meta

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

String[] defaults
Default values for the data fields


description

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

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


type_name

String type_name
Name of stucture, which is line type of the table (Only for tables)


type1_data

JCO.MetaData.Type1Data type1_data
metadata for nested type1 structures


hash_of_indices

Hashtable hash_of_indices
Hashtable for field_name field_index mapping


last_active_timestamp

long last_active_timestamp

unicode_type

byte unicode_type

Class com.sap.mw.jco.JCO.MetaData.Type1Data extends Object implements Serializable

serialVersionUID: 110011052001l

Serialized Fields

name

String[] name
The names of the data fields


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


flags

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


num_fields

int num_fields
The number of meta data stored in this object

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

serialVersionUID: 110011052001l

Serialized Fields

dependant_meta_data

IMetaData dependant_meta_data

exception_list

JCO.AbapException[] exception_list

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

serialVersionUID: 110011052001l

Serialized Fields

rec_type

byte rec_type
Specifies the type of this record


data

char[] data
Buffer that holds the actual data


odata

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


opcode

byte[] opcode

delta

int[] delta

type1_record

JCO.Record.Type1Record type1_record

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.Record.Type1Record extends Object implements Serializable

Serialized Fields

data

char[] data
Buffer that holds the actual data, if this is a nested TYPE1 structure


row_length

int row_length
Length of a single row of data in chars, if this is a nested TYPE1 structure

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

serialVersionUID: 110011052001l

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

serialVersionUID: 110011052001l

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

serialVersionUID: 110011052001l

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

serialVersionUID: 110011052001l

Serialized Fields

row_capacity

int row_capacity

row_capacity_increment

int row_capacity_increment



Copyright 2006 SAP AG Complete Copyright Notice