SALV_TEST_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 SALV_TEST_EXPORT into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: P_ALVXML = ALV XML
Selection Text: P_DIALOG = Start SAPGUI Dialog
Selection Text: P_FILE = File Name:
Selection Text: P_GUI = SAP GUI Simu
Selection Text: P_MHTML = MHTML
Selection Text: P_OF2003 = Office 2003 XML
Selection Text: P_SEL = Values of SelScreen
Selection Text: P_SO = Starcalc XML
Selection Text: P_VERS01 = Version 1.0
Selection Text: P_VERS02 = Version 2.0
Selection Text: P_VERS03 = Version 2.5
Selection Text: P_VERS04 = Version 2.6
Selection Text: P_WD = Webd Dynpro Simu
Title: Program SALV_TEST_EXPORT
Text Symbol: CHO = Selscreen Values or Dialog
Text Symbol: GUI = Web Dynpro or SAPGUI
Text Symbol: VER = Version of XSLT Transformation
Text Symbol: XML = XML Format
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_BUFFER_ACTIVE = I_STRUCTURE_NAME = 'SFLIGHT' * I_CLIENT_NEVER_DISPLAY = 'X' I_BYPASSING_BUFFER = 'X' * I_INTERNAL_TABNAME = changing ct_fieldcat = gt_fieldcatalog EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3 .
SALV_DELETE_FROM_DB_STORAGE call function 'SALV_DELETE_FROM_DB_STORAGE' exporting guid = 'ALV_TEMP_XML_IN_BATCH'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.