ABAPCALL_TRANSFORMATION_SHORTREF - CALL TRANSFORMATION SHORTREF
TXBHW - Original Tax Base Amount in Local Currency General Material DataThis documentation is copyright by SAP AG.
CALL TRANSFORMATION
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 orsimple transformation statically specified in trans or dynamically specified in name. The call of the predefined identity transformation ID serializes or deserializes ABAP data into or from theasXML 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. - OBJECTS {o1 = e1 o2 = e2 ...}|otab
Obsolete: Passes object references specified individually as o1 = e1 o2 = e2 ... or specified in an internal table otab to the transformation. - OPTIONS {a1 = e1 a2 = e2 ...}
Passes control parameters to the transformation. - SOURCE {XML sxml}|{{bn1 = e1 bn2 = e2 ...}|(stab)}
Specifies the source to be transformed. This can be anXMLdocument in sxml or data objects specified individually as bn1 = e1 bn2 = e2 ... or specified in an internal table stab. - RESULT {XML rxml}|{{bn1 = f1 bn2 = f2 ...}|(rtab)}
Specifies the storage of the transformationresult. This can be an XML document in rxml or data objects specified individually as bn1 = f1 bn2 = f2 ... in an internal table rtab. - AREA HANDLE handle
Instantiates anonymous data objects and instances from classes, which are deserialized with an XSL transformation from an XMLfile, directly asshared objects in the application server#sshared memory.
General Material Data Fill RESBD Structure from EBP Component Structure
This documentation is copyright by SAP AG.
Length: 4182 Date: 20120518 Time: 202739 triton ( 116 ms )






