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

/SAPSLL/PRODUCT_PROCID_F01 SAP ABAP INCLUDE - /SAPSLL/PRODUCTPROCIDF01







/SAPSLL/PRODUCT_PROCID_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_PROCID_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_PROCID_F01. "Basic submit
SUBMIT /SAPSLL/PRODUCT_PROCID_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/PRODUCT_PROCID_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_PROCID_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/APPEND_RANGE call function '/SAPSLL/APPEND_RANGE' exporting iv_value_low = iv_value changing ct_range = ct_range exceptions invalid_range_structure = 1 others = 2.

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.

/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/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_structure_prprocid 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_prprocid_ui_t ct_fieldcat = lt_fieldcat.

/SAPSLL/MODEL_PLANT_DETERMINE * CALL FUNCTION '/SAPSLL/MODEL_PLANT_DETERMINE' * EXPORTING * it_guid_model = lt_guid_model[] * IMPORTING * et_modwrk = lt_modwrk[] * et_modwg = lt_modwg[] * et_tvorgp = lt_tvorgp[] * EXCEPTIONS * invalid_call = 1 * internal_error = 2 * OTHERS = 3.

/SAPSLL/DDUT_TEXT_FOR_VALUE call function '/SAPSLL/DDUT_TEXT_FOR_VALUE' exporting iv_tablename = gc_alv_structure_prprocid iv_fieldname = gc_field-procid iv_value = ls_prprocid_ui-procid importing ev_text = lv_string 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 = gc_alv_structure_prprocid iv_fieldname = gc_field-prsale iv_value = ls_prprocid_ui-prsale importing ev_text = lv_string exceptions no_ddic_field = 1 illegal_value = 2 internal_error = 3 others = 4.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting * I_BUFFER_ACTIVE = i_structure_name = gc_alv_structure_prprocid i_client_never_display = gc_true * I_BYPASSING_BUFFER = * I_INTERNAL_TABNAME = changing ct_fieldcat = et_fieldcatalog[] exceptions inconsistent_interface = 1 program_error = 2 others = 3.

/SAPSLL/MODWG_DB_SGL_READ * CALL FUNCTION '/SAPSLL/MODWG_DB_SGL_READ' * EXPORTING * is_pk = ls_modwg_pk * iv_flag_bypass_buffer = gc_false * iv_flag_no_db_access = gc_false * iv_flag_fill_buffer = gc_true * is_debug = gs_debug * IMPORTING * es_result = ls_modwg * EXCEPTIONS * no_data = 1 * invalid_call = 2 * OTHERS = 3.

/SAPSLL/MODEL_PLANT_MASS_DET call function '/SAPSLL/MODEL_PLANT_MASS_DET' exporting iv_guid_model = cs_prprocid_ui-guid_model * IV_MODEL = importing es_modwrk = ls_modwrk es_modwg = ls_modwg es_tvorgp = ls_tvorgp ev_ftvbs = lv_ftvbs exceptions invalid_call = 1 internal_error = 2 others = 3.



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