SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | License Measurement(BC-SRV-LIM) SAP BC

RSLAW_CONVERT_EXTERNAL_DATA SAP ABAP Report - RSLAWCONVERTEXTERNALDATA







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


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 RSLAW_CONVERT_EXTERNAL_DATA. "Basic submit
SUBMIT RSLAW_CONVERT_EXTERNAL_DATA AND RETURN. "Return to original report after report execution complete
SUBMIT RSLAW_CONVERT_EXTERNAL_DATA 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_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


INCLUDES used within this REPORT RSLAW_CONVERT_EXTERNAL_DATA

No INCLUDES are used within this REPORT code!


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:

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 = .

REUSE_ALV_BLOCK_LIST_APPEND * CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' * EXPORTING * is_layout = ls_layout * it_fieldcat = lt_fieldcat[] * it_events = lt_events[] * i_tabname = i_struct_name ** i_text = * TABLES * t_outtab =

.

LAW_RECEIVE_TRANSFER_TABLE CALL FUNCTION 'LAW_RECEIVE_TRANSFER_TABLE' EXPORTING i_sysid = p_sysid i_instno = lcl_law_sid_format=>mc_inst_no i_hwkey = lcl_law_sid_format=>mc_cust_key i_saprel = lcl_law_sid_format=>mc_sap_rel * i_sys_number = l_systemid i_law_sysid = l_systemid i_taskid = ' ' i_flag = l_flag i_meas_date = p_mdate i_meas_time = p_mdtime i_system_status = lcl_law_sid_format=>mc_sys_stat TABLES it_transfer = lt_transfer_tab EXCEPTIONS no_authority = 3 no_component_of_law = 4 error_on_insert = 5 no_data = 6 error_on_enqueue = 7 error_on_log = 8 OTHERS = 9.



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