SAP Reports / Programs | Global Trade Services | Global Trade Services(SLL-LEG) SAP SLL

/SAPSLL/REX_PR_DISPLAY_F01 SAP ABAP INCLUDE - /SAPSLL/REXPRDISPLAYF01







/SAPSLL/REX_PR_DISPLAY_F01 is a standard ABAP INCLUDE 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 /SAPSLL/REX_PR_DISPLAY_F01 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 /SAPSLL/REX_PR_DISPLAY_F01. "Basic submit
SUBMIT /SAPSLL/REX_PR_DISPLAY_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/REX_PR_DISPLAY_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT /SAPSLL/REX_PR_DISPLAY_F01

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:

/SAPSLL/AUTH_CHECK_CD_FTO_MASS CALL FUNCTION '/SAPSLL/AUTH_CHECK_CD_FTO_MASS' EXPORTING it_ac_ftorg = lt_ftorg[] iv_actvt = gc_actvt-display * it_ac_tvt = iv_langu = sy-langu IMPORTING et_ac_ftorg_ok = lt_ftorg_ok[] EXCEPTIONS no_activity_provided = 1 no_authority = 2 subset_authority_only = 3 OTHERS = 4.

/SAPSLL/AUTH_CHECK_LRG_MASS CALL FUNCTION '/SAPSLL/AUTH_CHECK_LRG_MASS' EXPORTING iv_autho = 'GTS_REX' it_ac_lgreg = lt_lgreg iv_actvt = gc_actvt-display iv_langu = sy-langu IMPORTING et_ac_lgreg_ok = lt_lgreg_ok EXCEPTIONS no_activity_provided = 1 no_authority = 2 subset_authority_only = 3 OTHERS = 4.

/SAPSLL/PRODUCT_SELECT CALL FUNCTION '/SAPSLL/PRODUCT_SELECT' EXPORTING it_table_sequence = lt_table_sequence is_crit = ls_product_crit is_debug = gs_debug IMPORTING et_guid_pr = et_guid_pr EXCEPTIONS invalid_call = 1 internal_error = 2 no_data = 3 OTHERS = 4.

/SAPSLL/DDUT_TEXT_FOR_VALUE CALL FUNCTION '/SAPSLL/DDUT_TEXT_FOR_VALUE' EXPORTING iv_tablename = '/SAPSLL/REX_PR_DATA_UI_ALV_S' iv_fieldname = 'ALCON' iv_value = ls_prrex-alcon IMPORTING ev_text = lv_text EXCEPTIONS no_ddic_field = 1 illegal_value = 2 internal_error = 3 OTHERS = 4.

/SAPSLL/DDUT_TEXT_FOR_VALUE CALL FUNCTION '/SAPSLL/DDUT_TEXT_FOR_VALUE' EXPORTING iv_tablename = '/SAPSLL/REX_PR_DATA_UI_ALV_S' iv_fieldname = 'ALCON' iv_value = ls_prrex-alcoc IMPORTING ev_text = lv_text EXCEPTIONS no_ddic_field = 1 illegal_value = 2 internal_error = 3 OTHERS = 4.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = '/SAPSLL/REX_PR_DATA_UI_ALV_S' CHANGING ct_fieldcat = lt_fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

/SAPSLL/ALV_GRID_FULLSCREEN CALL FUNCTION '/SAPSLL/ALV_GRID_FULLSCREEN' EXPORTING " it_finfo = it_toolbar_excluding = lt_toolbar_excluding it_add_functions = lt_button " IT_F4_FIELDS = is_variant = ls_variant is_layout = ls_layout iv_save = gc_true " iv_repid = iv_report iv_structure = '/SAPSLL/REX_PR_DATA_UI_ALV_S' iv_dbl_clk_callback = '/SAPSLL/REX_PR_DATA_DBLCLK' " IV_BEFORE_UCOMM_CALLBACK = iv_ucomm_callback = '/SAPSLL/REX_PR_DATA_UCOMM' " IV_ENTER_CALLBACK = " IV_CHECK_CALLBACK = " IV_BUTTON_CALLBACK = " IV_APPL_EVENT = " IV_FLAG_STYLE = iv_titlebar = text-t01 it_sort = lt_sort " IT_FILTER = " iv_flag_input = gc_false " iv_flag_reduce_buttons = gc_false " iv_flag_cwidth_opt = gc_true " iv_flag_zebra = gc_true " iv_guid_display = lv_guid_display " is_debug = gs_debug CHANGING ct_fieldcat = lt_fieldcat ct_data = it_rex_pr_data.



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 /SAPSLL/REX_PR_DISPLAY_F01 or its description.