SAP Reports / Programs

RSLAW_IMPORT_EXTERNAL_DATA SAP ABAP Report - Report RSLAW_IMPORT_EXTERNAL_DATA







RSLAW_IMPORT_EXTERNAL_DATA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for SAP systems can be used directly by SAP users or indirectly via user 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_IMPORT_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_IMPORT_EXTERNAL_DATA. "Basic submit
SUBMIT RSLAW_IMPORT_EXTERNAL_DATA AND RETURN. "Return to original report after report execution complete
SUBMIT RSLAW_IMPORT_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 = Standard 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
Title: Report RSLAW_IMPORT_EXTERNAL_DATA
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
Text Symbol: 006 = Selection of the Standard User Type
Text Symbol: 007 = Convert E-Mail Addresses into Lowercase


INCLUDES used within this REPORT RSLAW_IMPORT_EXTERNAL_DATA

INCLUDE RSLAWCONST.


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

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

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = l_d020s_dyname dynumb = l_d020s_dynumb translate_to_upper = 'X' TABLES dynpfields = lt_dynpfields EXCEPTIONS invalid_abapworkarea = 01 invalid_dynprofield = 02 invalid_dynproname = 03 invalid_dynpronummer = 04 invalid_request = 05 no_fielddescription = 06 undefind_error = 07.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'TUTYP' lfieldname = 'USERTYP' IMPORTING dfies_wa = ls_field_tab.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'TUTYP' lfieldname = 'UTYPTEXT' IMPORTING dfies_wa = ls_field_tab.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'USERTYP' dynpprog = l_dyname dynpnr = l_dynumb dynprofield = 'P_LIC' window_title = 'Auswahl des Standard-Benutzertyps'(006) TABLES value_tab = lt_value_tab field_tab = lt_field_tab return_tab = lt_return_tab EXCEPTIONS parameter_error = 1 no_values_found = 2.

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

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