Ansicht
Dokumentation

/PM0/ABU_IBC_XML_EXPORT - Export Data from In-Force Business Configurator As XML

/PM0/ABU_IBC_XML_EXPORT - Export Data from In-Force Business Configurator As XML

rdisp/max_wprun_time - Maximum work process run time   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function module provides you with templates and their child templates, as well as their corresponding listing values, from In-Force Business Configurator in XML format. The system only takes account of templates with the "Released" status.

The function module contains the following six input parameters:

  • IV_TMPL_ID
    Returns XML data for a single, concrete template or multiple templates (wildcard).
  • IV_TMPL_GRP
    Returns XML data on the basis of a sales product group.

    Caution: Use only one of the two input parameters listed above. The system checks that only one of the two input methods is filled.
  • IV_LANGU
    If the parameter is filled, the parameter returns the XML data in the language chosen by the user. If the parameter is not filled, it returns all existing languages.
  • IV_CHANGE_DATE and IV_CHANGE_TIME
If the parameters are filled, the system returns only templates in XML format that were changed since the specified date and time.
  • IF_ALL_CHILDREN_OF_CHGD_TMPL
If this indicator is set, all child templates of the changed templates are returned, in addition to the result restricted by IV_CHANGE_DATE and IV_CHANGE_TIME.

The system returns the following data:

  • List of all selected templates in XML format (parameter EV_IBC_XML)
  • List of all listing values of the selected templates in XML format (parameter EV_ENUM_XML)
  • List of error and status information messages (parameter ET_MESSAGES)

Example

The following sample coding illustrates the call of the function module using a sales product group as the input parameter:

DATA: lv_tmpgrp   type /pm0/abd_ibc_template_grp_id,

      lv_ibc_xml  TYPE string,

      lv_enum_xml TYPE string,

      lt_messages type bapiret2_t.

lv_tmpgrp = 'P'.

CALL FUNCTION '/PM0/ABU_IBC_XML_EXPORT'

  EXPORTING

    iv_tmpl_grp = lv_tmpgrp

  IMPORTING

    ev_ibc_xml  = lv_ibc_xml

    ev_enum_xml = lv_enum_xml

    et_messages = lt_messages.

Notes

Further information





Parameters

ET_MESSAGES
EV_ENUM_XML
EV_IBC_XML
IF_ALL_CHILDREN_OF_CHGD_TMPL
IV_CHANGE_DATE
IV_CHANGE_TIME
IV_LANGU
IV_TMPL_GRP
IV_TMPL_ID

Exceptions

Function Group

/SAPLABU_IBC_XML_EXP

BAL_S_LOG - Application Log: Log header data   General Material Data  
This documentation is copyright by SAP AG.

Length: 3965 Date: 20240419 Time: 212315     sap01-206 ( 43 ms )