Annotation Types Summary |
Bapi |
Maps a Java class to a remote function module (or BAPI) in SAP. |
BapiStructure |
Maps the Java class to a structure in a remote function module's interface. |
Convert |
Converter that maps the parameter's data type from the type returned by JCo to any Java type and
vice versa. |
Export |
Defines field to be an export parameter of the remote function module's interface. |
Import |
Defines field to be an import parameter of the remote function module's interface. |
Parameter |
Maps the Java field to a parameter of the remote function module's interface. |
Table |
Defines field to be a table parameter of the remote function module's interface. |
ThrowExceptionOnError |
Generate a SapException when the function module returns errors in a RETURN structure or table. |