SAP Reports / Programs

FDT_XML_EXPORT SAP ABAP Report - Export BRFplus Objects to XML File







FDT_XML_EXPORT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter FDT_XML_EXPORT into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT FDT_XML_EXPORT. "Basic submit
SUBMIT FDT_XML_EXPORT AND RETURN. "Return to original report after report execution complete
SUBMIT FDT_XML_EXPORT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_T_TAB = T-Table-Mode
Selection Text: P_CLIENT = Client
Selection Text: PV_DEEP = Deep
Title: Export BRFplus Objects to XML File
Text Symbol: GE1 = Unknown ID
Text Symbol: G03 = Output Type
Text Symbol: G02 = BRFplus XML Output Schema
Text Symbol: G01 = Input Information
Text Symbol: G00 = Hidden Selections
Text Symbol: 106 = Export Usable Objects Only
Text Symbol: 105 = Export XML for Entire Application
Text Symbol: 104 = Export Surrounding Application
Text Symbol: 013 = Invalid Transport Request
Text Symbol: 012 = Export of subordinate objects of application supported for a single ID
Text Symbol: 011 = Read
Text Symbol: 010 = Read Objects from Transport Request
Text Symbol: 009 = XML Version
Text Symbol: 008 = Display XML
Text Symbol: 007 = Download XML
Text Symbol: 006 = External
Text Symbol: 005 = Internal
Text Symbol: 004 = Export Subordinate Objects
Text Symbol: 003 = Object type is BRFplus Application
Text Symbol: 002 = BRFplus Object ID to be exported
Text Symbol: 001 = BRFplus - XML Export


INCLUDES used within this REPORT FDT_XML_EXPORT

INCLUDE FDT_INCL_REPORT_UTILITIES.
INCLUDE ICONS.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_copy_object text = lv_button_text info = lv_button_text IMPORTING result = but1 EXCEPTIONS OTHERS = 0.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'XML_VERSION' dynpprog = sy-cprog dynpnr = '0020' dynprofield = 'PV_VRS' value_org = 'S' TABLES value_tab = lt_xml_version return_tab = lt_return EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name FDT_XML_EXPORT or its description.