Annotation Type RfcSapField
- 
 @Retention(RUNTIME) @Target(METHOD) public @interface RfcSapField 
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description intlengthlength of the corresponding SAP-fieldRfcSapTypetypeType of the corresponding SAP-fieldintxmlOutLengthParameter to truncate toXml() output if needed.
 
- 
- 
- 
Element Detail- 
sapNameString sapName Name of the corresponding SAP-field- Returns:
- name
 
 
- 
 - 
- 
typeRfcSapType type Type of the corresponding SAP-field- Returns:
- RfcSapType
 - Default:
- com.redwood.scheduler.api.connector.sap.rfc.scripting.RfcSapType.STRING
 
 
- 
 
-