Ansicht
Dokumentation

HR_GB_XML_FILE_OUTPUT - HR-GB: Create XML file

HR_GB_XML_FILE_OUTPUT - HR-GB: Create XML file

ABAP Short Reference   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

PREREQUISITES

Before the current module can be called following actions must be executed:

  1. the legaly given XML Schema must be entered into the customising tables (using the Viewcluster VC_50XML)
  2. the conversion rules for element and attribute values must be implemented and entered in the customising tables
  3. the application calling this module must provide appropriate busines data captured in internal tables
  4. the internal tables must be registered using the function module 'HR_GB_XML_REGISTER_ITAB'

PARAMETERS:

  • module providing a compression method (ZIPMODULE)

  • level of compression (values between 0 and 9);only necessary if ZIPMODULE = 'HR_GB_XML_ZIP' (ZIPLEVEL)

  • Destination of the Gzip server; only necessary if ZIPMODULE = 'HR_GB_XML_ZIP' (RFCDEST)

This module opens and closes the Gzip compression process of an XML-data-stream if the ZIPMODULE is 'HR_GB_XML_ZIP' . Between these two steps, the module calls the module 'HR_GB_XML_DATA_INPUT' . If some other compression module is entered, the compression process is called inside the module 'HR_GB_XML_DATA_INPUT'.

Other parameters are passed to the module 'HR_GB_XML_DATA_INPUT'.

OUTPUT:

Dependend on the parameter FULLPATH.

  • If the parameter is not initial, the module stores the XML-document on the hard disk under the entered path.

  • Otherwise, it provides a datastream (compressed, if ZIPMODULE is not initial).

Example

Notes

Further information





Parameters

APPLI
BUSY_ERRORS
DATE
DSTYP
FULLPATH
ITABS
MOLGA
RFCDEST
SAGRP
TREE_STREAM
ZIPLEVEL
ZIPMODULE

Exceptions

RUNTIME_ERROR
SCHEMA_NOT_FOUND
SUBSCHEMA_NOT_FOUND

Function Group

HR_GB_XML

CL_GUI_FRONTEND_SERVICES - Frontend Services   General Material Data  
This documentation is copyright by SAP AG.

Length: 2488 Date: 20240523 Time: 114731     sap01-206 ( 37 ms )