A B C D E F G H I J K L M N O P Q R S T U W X

T

TABLE - Static variable in class com.sap.mw.jco.JCO.Record
This record represents a JCO table
TYPE_BCD - Static variable in interface com.sap.mw.jco.IMetaData
Packed BCD number, any length between 1 and 16 bytes.
TYPE_BCD - Static variable in class com.sap.mw.jco.JCO
Packed BCD number, any length between 1 and 16 bytes.
TYPE_BYTE - Static variable in interface com.sap.mw.jco.IMetaData
Raw data, binary, fixed length, zero padded.
TYPE_BYTE - Static variable in class com.sap.mw.jco.JCO
Raw data, binary, fixed length, zero padded.
TYPE_CHAR - Static variable in interface com.sap.mw.jco.IMetaData
1-byte or multibyte character.Fixed sized, blank padded.
TYPE_CHAR - Static variable in class com.sap.mw.jco.JCO
1-byte or multibyte character.
TYPE_DATE - Static variable in interface com.sap.mw.jco.IMetaData
Date ( YYYYYMMDD ).
TYPE_DATE - Static variable in class com.sap.mw.jco.JCO
Date ( YYYYYMMDD ).
TYPE_EXCEPTION - Static variable in interface com.sap.mw.jco.IMetaData
ABAP exception.
TYPE_EXCEPTION - Static variable in class com.sap.mw.jco.JCO
ABAP exception.
TYPE_FLOAT - Static variable in interface com.sap.mw.jco.IMetaData
Floating point,double precission.
TYPE_FLOAT - Static variable in class com.sap.mw.jco.JCO
Floating point,double precision.
TYPE_INT - Static variable in interface com.sap.mw.jco.IMetaData
4-byte integer .
TYPE_INT - Static variable in class com.sap.mw.jco.JCO
4-byte integer .
TYPE_INT1 - Static variable in interface com.sap.mw.jco.IMetaData
1-byte integer .
TYPE_INT1 - Static variable in class com.sap.mw.jco.JCO
1-byte integer .
TYPE_INT2 - Static variable in interface com.sap.mw.jco.IMetaData
2-byte integer .
TYPE_INT2 - Static variable in class com.sap.mw.jco.JCO
2-byte integer .
TYPE_INVALID - Static variable in interface com.sap.mw.jco.IMetaData
The field info does not contain a valid JCO type
TYPE_INVALID - Static variable in class com.sap.mw.jco.JCO
The field info does not contain a valid JCO data-type
TYPE_ITAB - Static variable in interface com.sap.mw.jco.IMetaData
Internal table.
TYPE_ITAB - Static variable in class com.sap.mw.jco.JCO
Internal table.
TYPE_ITEM - Static variable in class com.sap.mw.jco.JCO
 
TYPE_NUM - Static variable in interface com.sap.mw.jco.IMetaData
Digits, fixed size,'0' padded.
TYPE_NUM - Static variable in class com.sap.mw.jco.JCO
Digits, fixed size,'0' padded.
TYPE_STRING - Static variable in interface com.sap.mw.jco.IMetaData
UTF8 encoded string of variable length.
TYPE_STRING - Static variable in class com.sap.mw.jco.JCO
Unicode string in UTF8 encoding.
TYPE_STRUCTURE - Static variable in interface com.sap.mw.jco.IMetaData
A heterogeneous structure.
TYPE_STRUCTURE - Static variable in class com.sap.mw.jco.JCO
A heterogeneous structure.
TYPE_TABLE - Static variable in interface com.sap.mw.jco.IMetaData
A Table.
TYPE_TABLE - Static variable in class com.sap.mw.jco.JCO
A Table.
TYPE_TIME - Static variable in interface com.sap.mw.jco.IMetaData
Time (HHMMSS).
TYPE_TIME - Static variable in class com.sap.mw.jco.JCO
Time (HHMMSS).
TYPE_XSTRING - Static variable in interface com.sap.mw.jco.IMetaData
Byte array of variable length.
TYPE_XSTRING - Static variable in class com.sap.mw.jco.JCO
Unicode string in binary encoding.
tab_length - Variable in class com.sap.mw.jco.JCO.MetaData
Total number of bytes of a structure or of a single row in a table
tab_meta - Variable in class com.sap.mw.jco.JCO.MetaData
The names of meta data of the tables as supplied by the repository
testCodepage(String) - Static method in class com.sap.mw.jco.JCO
Deprecated. This method will be removed or modified in the next release.
testCodepage(String, int) - Static method in class com.sap.mw.jco.JCO
Deprecated. This method will be removed or modified in the next release.
throughput - Variable in class com.sap.mw.jco.JCO.Connection
 
time_handle_request - Variable in class com.sap.mw.jco.JCO.Connection
Time needed by the server's request handler for last call
time_handle_request - Variable in class com.sap.mw.jco.JCO.Throughput
Time needed by the server's request handler
time_marshall - Variable in class com.sap.mw.jco.JCO.Throughput
Time for marshalling data from Java to C
time_middleware - Variable in class com.sap.mw.jco.JCO.Connection
Time for calling native libRfc calls
time_middleware - Variable in class com.sap.mw.jco.JCO.Throughput
Time for calling native libRfc calls
time_total - Variable in class com.sap.mw.jco.JCO.Connection
Total time for a last call
time_total - Variable in class com.sap.mw.jco.JCO.Throughput
Total time for a call
time_unmarshall - Variable in class com.sap.mw.jco.JCO.Throughput
Time for unmarshalling data from C to Java
timeout_check_period - Variable in class com.sap.mw.jco.JCO.Pool
The time interval (ms) after which the connections will be checked for timeouts periodically
timeout_check_period - Variable in class com.sap.mw.jco.JCO.PoolManager
The time interval (ms) after which the connections will be checked for timeouts periodically
timeout_checker - Variable in class com.sap.mw.jco.JCO.PoolManager
The thread that checks for connections that have timed out
toString() - Method in interface com.sap.mw.jco.IFunctionTemplate
Returns a string representation of the function template
toString() - Method in interface com.sap.mw.jco.IMetaData
Returns a string representation of the meta-data
toString() - Method in class com.sap.mw.jco.JCO.Attributes
Converts the attributes into a string list
toString() - Method in class com.sap.mw.jco.JCO.Exception
Returns a short description of this error
toString() - Method in class com.sap.mw.jco.JCO.Function
Converts to a string representation
toString() - Method in class com.sap.mw.jco.JCO.FunctionTemplate
Returns a string representation of the function template
toString() - Method in class com.sap.mw.jco.JCO.J2EEAbapException
Returns a short description of this error
toString() - Method in class com.sap.mw.jco.JCO.MetaData
Converts to a string
toString(int) - Method in class com.sap.mw.jco.JCO.MetaData
Converts to a string
toString() - Method in class com.sap.mw.jco.JCO.Record
Returns the record as a string
toString() - Method in class com.sap.mw.jco.JCO.Throughput
 
toXML(int) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the i'th field as a XML string.
toXML(String) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of named field as a XML string.
toXML() - Method in class com.sap.mw.jco.JCO.Record
Returns the whole record in XML format.
trace - Variable in class com.sap.mw.jco.JCO.Attributes
 
trace(int, String) - Method in interface com.sap.mw.jco.JCO.TraceListener
Called when a trace message is being issued.
trace_level - Static variable in class com.sap.mw.jco.JCO
The global variables that controls the trace output
trimToRows() - Method in class com.sap.mw.jco.JCO.Table
Trims the capacity of this table to be the table's current number of rows.
type - Variable in class com.sap.mw.jco.JCO.MetaData.Type1Data
The SAP R/3 types of the data fields
type - Variable in class com.sap.mw.jco.JCO.MetaData
The SAP R/3 types of the data fields
type1_data - Variable in class com.sap.mw.jco.JCO.MetaData
metadata for nested type1 structures
type1_record - Variable in class com.sap.mw.jco.JCO.Record
 
type_handle - Variable in class com.sap.mw.jco.JCO.MetaData
Internally used handle
type_name - Variable in class com.sap.mw.jco.JCO.MetaData
Name of stucture, which is line type of the table (Only for tables)

A B C D E F G H I J K L M N O P Q R S T U W X
Copyright 2006 SAP AG Complete Copyright Notice