Annotation Type RfcSapField
-
@Retention(RUNTIME) @Target(METHOD) public @interface RfcSapField
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description int
length
length of the corresponding SAP-fieldRfcSapType
type
Type of the corresponding SAP-fieldint
xmlOutLength
Parameter to truncate toXml() output if needed.
-
-
-
Element Detail
-
sapName
String sapName
Name of the corresponding SAP-field- Returns:
- name
-
-
-
type
RfcSapType type
Type of the corresponding SAP-field- Returns:
- RfcSapType
- Default:
- com.redwood.scheduler.api.connector.sap.rfc.scripting.RfcSapType.STRING
-
-