SAP Reports / Programs | Governance, Risk and Compliance(GRC) SAP GRC

GRFN_FDT_XML_EXPORT_APPL SAP ABAP Report - Export BRFplus XML







GRFN_FDT_XML_EXPORT_APPL 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 GRFN_FDT_XML_EXPORT_APPL 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 GRFN_FDT_XML_EXPORT_APPL. "Basic submit
SUBMIT GRFN_FDT_XML_EXPORT_APPL AND RETURN. "Return to original report after report execution complete
SUBMIT GRFN_FDT_XML_EXPORT_APPL 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: PV_DEEP = Deep
Title: Export BRFplus XML
Text Symbol: GE1 = Unknown ID
Text Symbol: G03 = Output Type
Text Symbol: G02 = BRFplus XML Output Schema
Text Symbol: G01 = Input Information
Text Symbol: 104 = Export Surrounding Application
Text Symbol: 016 = Exporting XML file...
Text Symbol: 015 = Export BRFplus Application - GRFN_AM_RUNTIME
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 No
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 = UI for BRFplus XML Export


INCLUDES used within this REPORT GRFN_FDT_XML_EXPORT_APPL

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.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = p_pct text = p_msg.



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 GRFN_FDT_XML_EXPORT_APPL or its description.