SAP ABAP Function Module SWA_EXPR_OUTPUT_PREPARE (Aufbereiten eines elementaren Ausdrucks zur Ausgabe)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWA (Package) Business Workflow: Expressions, binding
Basic Data
Function Module SWA_EXPR_OUTPUT_PREPARE Aufbereiten eines elementaren Ausdrucks zur Ausgabe  
Function Group SWA5   Workflow Expressions:Inpt/Output Conver.  
Program Name SAPLSWA5   Workflow Expressions: Input/Output Conver. 
INCLUDE Name LSWA5U06    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting EXPRESSION_OUT TYPE SWAEXPDEF-EXPR The resulting expression
Exporting EXPRESSION_VALUE TYPE SWACONST-VALUE
Exporting EXPRESSION_HTML TYPE SWAEXPDEF-EXPR
Importing EXPRESSION TYPE SWAEXPDEF-EXPR Expression to work on
Importing EXPRESSION_REFERENCE TYPE SWAEXPREF Type of expression (const, variable, ...)
Importing CHARS_TO_REPLACE TYPE CHAR255 ' .-><' these characters will be replaced ...
Importing REPLACEMENT TYPE C '_' ... by this character
Importing CAPITALIZE TYPE XFELD ' ' convert to capital letters
Importing CAPITALIZE_FIRST TYPE XFELD 'X' convert first letter to capital
Importing OUTPUT_AS_HTML TYPE XFELD ' ' also create an HTML-version of the output
Importing IS_CONSTANT TYPE XFELD Falls bereits bekannt: Ausdruck ist Konstante
Importing IS_SYSTEM_FIELD TYPE XFELD Falls bereits bekannt: Ausdruck ist Systemfeld
Importing IS_VARIABLE TYPE XFELD Falls bereits bekannt: Ausdruck enth. Variable
Exception PARAMETER_ERROR TYPE
Exception CONVERSION_PROBLEM TYPE
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  19990304 
SAP Release Created in