Ansicht
Dokumentation

ABAPCALL_TRANSFORMATION_SHORTREF - CALL TRANSFORMATION SHORTREF

ABAPCALL_TRANSFORMATION_SHORTREF - CALL TRANSFORMATION SHORTREF

SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   General Data in Customer Master  
This documentation is copyright by SAP AG.
SAP E-Book

CALL TRANSFORMATION

Reference



Syntax

CALL TRANSFORMATION {trans|(name)}
                    [PARAMETERS {p1 = e1 p2 = e2 ...}|(ptab)]
                    [OBJECTS    {o1 = e1 o2 = e2 ...}|(otab)]
                    [OPTIONS    {a1 = e1 a2 = e2 ...}]
                    SOURCE {XML sxml}
                         | {{bn1 = e1 bn2 = e2 ...}|(stab)}

                    RESULT {XML rxml}
                         | { {bn1 = f1 bn2 = f2 ...}|(rtab)
                             [AREA HANDLE handle] }.


Effect

Calls an XSL transformation or Simple Transformation specified statically in trans or specified dynamically in name. The call of the predefined transformation identity transformation ID serializes ABAP data into the asXML format.

Additions

  • PARAMETERS ${p1 = e1 p2 = e2 ...$}$|ptab
    Passes parameters specified individually as p1 = e1 p2 = e2 ... or specified in an internal table ptab to the transformation.
  • OPTIONS ${a1 = e1 a2 = e2 ...$}
    Passes control parameters to the transformation.
  • SOURCE ${XML src_xml$}$|${${bn1 = e1 bn2 = e2 ...$}$|(stab)$}
    Specifies the source to be transformed. This can be XML data in src_xml or data objects specified individually as bn1 = e1 bn2 = e2 ... or specified in an internal table stab.
  • RESULT ${XML rslt_xml$}$|${${bn1 = f1 bn2 = f2 ...$}$|(rtab)$}
    Specifies the repository of the transformation result. This can be XML data in rslt_xml or data objects specified individually as bn1 = f1 bn2 = f2 ... in an internal table rtab.
  • AREA HANDLE handle
    Instantiates anonymous data objects and instances of classes that are deserialized from XML data with an XSL transformation directly as shared objects in the shared memory of the .





BAL_S_LOG - Application Log: Log header data   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.

Length: 4203 Date: 20240517 Time: 132524     sap01-206 ( 46 ms )