Interface RfcStructure

    • Method Detail

      • moveCorresponding

        void moveCorresponding​(RfcStructure sourceStructure)
        Copy all values from the source structure to this structure whose fields have the same name in both structures
        Parameters:
        sourceStructure - source structure
      • getDetached

        <T extends RfcStructure> T getDetached()
        This method returns detached copy of RfcStructure, so the data could be used and accessed out of rfc execution context
        Returns:
        self as detached RfcStructure