WebSphere Adapter for SAP
The adapter uses the value of a property’s metadata, or application-specific information, to determine which importing, exporting, and table parameters to use.
The business object property has a metadata element called ParameterType that indicates whether the property represents an Import (IN) or Export (OUT) or Import and Export (INOUT) parameter. This identifies the direction of the mapping: adapter business object to SAP BAPI or BAPI to business object.
The following table describes the application-specific information, or metadata, of a complex property (child) or structure/table property (array of child objects).
Metadata name | Description |
---|---|
FieldName | The BAPI field name as represented in SAP. |
FieldType | The type of the property as it exists in SAP. |
PrimaryKey | A boolean that indicates whether this property is a primary key. |
ParameterType | Indicates whether this property is an Import (IN) or Export (OUT) or Import and Export (INOUT) parameter. |
Last updated: Thu 12 Oct 2006 03:34:39
(c) Copyright IBM Corporation 2005, 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)