The Function Module HR_GB_EF_PARSER_WRITE (Parses an XML tree into an ABAP structure) is a standard Function Module in SAP ERP and is part of the function group HR_GB_EF_OUTG within the package PC08.
Function Module | HR_GB_EF_PARSER_WRITE |
Short Text | Parses an XML tree into an ABAP structure |
Function Group | HR_GB_EF_OUTG |
Package | PC08 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
MOLGA | TYPE | MOLGA | Country Grouping | |
SAGRP | TYPE | PCAL_SAGRP | Code Group - Coding | |
XSCHM | TYPE | CHAR5 | R/2 table |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DATA_TABLE | TYPE | TABLE | Table |
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.