Annotation Type RfcSapField

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String sapName
      Name of the corresponding SAP-field
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int length
      length of the corresponding SAP-field
      RfcSapType type
      Type of the corresponding SAP-field
      int 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
      • length

        int length
        length of the corresponding SAP-field
        Returns:
        length
        Default:
        0
      • xmlOutLength

        int xmlOutLength
        Parameter to truncate toXml() output if needed.
        Returns:
        size/length of data for toXml after which it gets truncated.
        Default:
        0