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

/SAPSLL/PRODUCT_PRVAL_F01 SAP ABAP INCLUDE - /SAPSLL/PRODUCTPRVALF01







/SAPSLL/PRODUCT_PRVAL_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/PRODUCT_PRVAL_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/PRODUCT_PRVAL_F01. "Basic submit
SUBMIT /SAPSLL/PRODUCT_PRVAL_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/PRODUCT_PRVAL_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/PRODUCT_PRVAL_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:

AUTHORITY_CHECK_TCODE call function 'AUTHORITY_CHECK_TCODE' exporting tcode = iv_tcode exceptions ok = 1 not_ok = 2 others = 3.

/SAPSLL/TCOGVS_DB_RNG_READ call function '/SAPSLL/TCOGVS_DB_RNG_READ' exporting * IS_CRIT = iv_flag_fill_buffer = 'X' is_debug = gs_debug importing et_result = lt_tcogvs exceptions no_data = 1 open_sql_error = 2 others = 3.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting * DDIC_STRUCTURE = ' ' retfield = 'VAL_TYPE' * PVALKEY = ' ' * dynpprog = ' ' * dynpnr = ' ' * dynprofield = ' ' * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * MARK_TAB = * IMPORTING * USER_RESET = tables value_tab = lt_value_text * FIELD_TAB = return_tab = lt_lines_sele * DYNPFLD_MAPPING = exceptions parameter_error = 1 no_values_found = 2 others = 3.

/SAPSLL/CONVERT_DATE_STAMP_RNG call function '/SAPSLL/CONVERT_DATE_STAMP_RNG' exporting ir_date = lr_date importing ir_time_stamp = lr_tstmp.

/SAPSLL/CONVERT_DATE_STAMP_RNG call function '/SAPSLL/CONVERT_DATE_STAMP_RNG' exporting ir_date = lr_date importing ir_time_stamp = lr_tstmp.

/SAPSLL/PRODUCT_GEN_SELECTION call function '/SAPSLL/PRODUCT_GEN_SELECTION' exporting is_obj_crit = ls_obj_crit iv_tablename = gc_tablename-pr is_debug = gs_debug importing et_result = lt_pr exceptions internal_error = 1 others = 2.

/SAPSLL/PNTPR_PR_FAE_READ call function '/SAPSLL/PNTPR_PR_FAE_READ' exporting it_guid_pr = lt_guid_pr[] importing et_pntpr = ct_pntpr[] exceptions invalid_call = 1 no_data = 2 others = 3.

/SAPSLL/PRT_PR_FAE_READ call function '/SAPSLL/PRT_PR_FAE_READ' exporting it_guid_pr = lt_guid_pr[] iv_langu = sy-langu importing et_prt = ct_prt[] exceptions invalid_call = 1 no_data = 2 others = 3.

/SAPSLL/DDUT_TEXT_FOR_VALUE call function '/SAPSLL/DDUT_TEXT_FOR_VALUE' exporting iv_tablename = gc_alv_struct_prval iv_fieldname = gc_field-valty iv_value = ls_prval_ui-valty importing ev_text = lv_string exceptions no_ddic_field = 1 illegal_value = 2 internal_error = 3 others = 4.

/SAPSLL/ALV_GRID_BUTTON_REDUCE call function '/SAPSLL/ALV_GRID_BUTTON_REDUCE' exporting iv_flag_input = gc_false iv_flag_print = gc_true iv_flag_download = gc_true changing ct_toolbar_excluding = lt_toolbar_excluding.

/SAPSLL/ALV_GRID_FULLSCREEN call function '/SAPSLL/ALV_GRID_FULLSCREEN' exporting it_finfo = lt_finfo it_toolbar_excluding = lt_toolbar_excluding it_add_functions = lt_button is_layout = ls_layout iv_structure = gc_alv_struct_prval iv_titlebar = text-t01 it_sort = lt_sort 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 = gc_false changing ct_data = ct_prval_ui_t ct_fieldcat = lt_fieldcat.



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