RSLAW_CONVERT_EXTERNAL_DATA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for In addition to the direct use of an SAP system by SAP users, there is also the general possibility of indirect use of SAP systems through interfaces...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RSLAW_CONVERT_EXTERNAL_DATA 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_DESCRP = System Description
Selection Text: P_IN_TD = Input File
Selection Text: P_LIC = Default User Type
Selection Text: P_MDATE = Measurement Date
Selection Text: P_MDTIME = Measurement Time
Selection Text: P_MUSER = Measurement Performed By
Selection Text: P_PL01 = SW Component Price List
Selection Text: P_PL02 = mySAP.com Solution Suite
Selection Text: P_PL03 = mySAP.com Individual Solutions
Selection Text: P_SH_TBL = Display Generated Table?
Selection Text: P_SYSID = System ID
Selection Text: P_SYSNO = Unique System Number
Selection Text: S_INVLIC = User Types Not Permitted
Text Symbol: 001 = Data for System
Text Symbol: 002 = Measurement-Related Data
Text Symbol: 003 = Price Lists
Text Symbol: 004 = External Measurement Data
Text Symbol: 005 = Options
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SCP_MIXED_LANGUAGES_1_INIT CALL FUNCTION 'SCP_MIXED_LANGUAGES_1_INIT'.
SCP_MIXED_LANGUAGES_1_SWITCH CALL FUNCTION 'SCP_MIXED_LANGUAGES_1_SWITCH' EXPORTING need_lang = sy-langu EXCEPTIONS language_not_allowed = 1.
SCP_MIXED_LANGUAGES_1_INIT CALL FUNCTION 'SCP_MIXED_LANGUAGES_1_INIT'.
SCP_MIXED_LANGUAGES_1_SWITCH CALL FUNCTION 'SCP_MIXED_LANGUAGES_1_SWITCH' EXPORTING need_lang = sy-langu EXCEPTIONS language_not_allowed = 1.
SCP_MIXED_LANGUAGES_1_FINISH CALL FUNCTION 'SCP_MIXED_LANGUAGES_1_FINISH'.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = i_struct_name * i_client_never_display = ' ' CHANGING ct_fieldcat = lt_fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * i_grid_title = i_struct_name is_layout = ls_layout it_fieldcat = lt_fieldcat[] TABLES t_outtab =