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

/SAPSLL/CUHD_DISPLAY_ARCH_F01 SAP ABAP INCLUDE - Include /SAPSLL/CUHD_DISPLAY_ARCH_F01







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


Text pool values


Title: Include /SAPSLL/CUHD_DISPLAY_ARCH_F01


INCLUDES used within this REPORT /SAPSLL/CUHD_DISPLAY_ARCH_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/CONVERT_DATE_STAMP_RNG call function '/SAPSLL/CONVERT_DATE_STAMP_RNG' exporting ir_date = ir_erdat importing ir_time_stamp = cr_crtsp.

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

/SAPSLL/EXT_PRODUCT_NUMBER_GET call function '/SAPSLL/EXT_PRODUCT_NUMBER_GET' exporting iv_guid_pr = ls_cuit-guid_pr importing ev_prvsy = ls_item-prvsy.

/SAPSLL/ALV_HIERSEQ_DISPLAY call function '/SAPSLL/ALV_HIERSEQ_DISPLAY' exporting it_sort = lt_sort it_fieldinfo = lt_finfo is_variant = ls_variant is_keyinfo = ls_keyinfo iv_repid = iv_repid iv_cb_status = 'SET_PF_STATUS' iv_cb_command = 'USER_COMMAND' iv_tabname_header = 'GT_HEADER' iv_tabname_item = 'GT_ITEM' iv_strucname_header = '/SAPSLL/CUHD_LIST_ARCH_H_S' iv_strucname_item = '/SAPSLL/CUHD_LIST_ARCH_I_S' iv_save = 'A' is_debug = gs_debug tables ct_header = ct_header ct_item = ct_item.

/SAPSLL/APPEND_FINFO call function '/SAPSLL/APPEND_FINFO' exporting iv_tablename = 'GT_HEADER' iv_fieldname = gc_field-cmavl iv_fieldinfo = gc_fieldinfo-tech is_debug = gs_debug changing ct_finfo = ct_finfo exceptions invalid_call = 1 others = 2.

/SAPSLL/APPEND_FINFO call function '/SAPSLL/APPEND_FINFO' exporting iv_tablename = 'GT_HEADER' iv_fieldname = gc_field-icon_cmsta iv_fieldinfo = gc_fieldinfo-tech is_debug = gs_debug changing ct_finfo = ct_finfo exceptions invalid_call = 1 others = 2.

/SAPSLL/APPEND_FINFO call function '/SAPSLL/APPEND_FINFO' exporting iv_tablename = 'GT_HEADER' iv_fieldname = gc_field-ernam iv_fieldinfo = gc_fieldinfo-no_out is_debug = gs_debug changing ct_finfo = ct_finfo exceptions invalid_call = 1 others = 2.

/SAPSLL/APPEND_FINFO call function '/SAPSLL/APPEND_FINFO' exporting iv_tablename = 'GT_HEADER' iv_fieldname = gc_field-indei iv_fieldinfo = gc_fieldinfo-no_out is_debug = gs_debug changing ct_finfo = ct_finfo exceptions invalid_call = 1 others = 2.

/SAPSLL/APPEND_FINFO call function '/SAPSLL/APPEND_FINFO' exporting iv_tablename = 'GT_HEADER' iv_fieldname = gc_field-docst iv_fieldinfo = gc_fieldinfo-no_out is_debug = gs_debug changing ct_finfo = ct_finfo exceptions invalid_call = 1 others = 2.

/SAPSLL/APPEND_FINFO call function '/SAPSLL/APPEND_FINFO' exporting iv_tablename = 'GT_HEADER' iv_fieldname = gc_field-expand iv_fieldinfo = gc_fieldinfo-tech is_debug = gs_debug changing ct_finfo = ct_finfo exceptions invalid_call = 1 others = 2.

/SAPSLL/APPEND_FINFO call function '/SAPSLL/APPEND_FINFO' exporting iv_tablename = 'GT_ITEM' iv_fieldname = gc_field-expand iv_fieldinfo = gc_fieldinfo-tech is_debug = gs_debug changing ct_finfo = ct_finfo exceptions invalid_call = 1 others = 2.

/SAPSLL/CUHD_TRANSACTION_CALL call function '/SAPSLL/CUHD_TRANSACTION_CALL' exporting is_cuhd_sk = ls_header-sk iv_trtyp = gc_trtyp-display iv_read_archive = gc_true iv_cdtyp = ls_header-cdtyp iv_lgreg = ls_legtpr-lgreg iv_objtp = ls_header-objtp.

/SAPSLL/LC_DISPLAY_PROTOCOL call function '/SAPSLL/LC_DISPLAY_PROTOCOL' exporting iv_guid = lv_guid is_debug = gs_debug iv_read_archive = gc_true exceptions no_log_found = 1 others = 2.

DDUT_DOMVALUES_GET call function 'DDUT_DOMVALUES_GET' exporting name = '/SAPSLL/PRDES' tables dd07v_tab = lt_dd07v exceptions illegal_input = 1 others = 2.

VRM_SET_VALUES call function 'VRM_SET_VALUES' exporting id = 'P_PRDES' values = lt_values exceptions id_illegal_name = 1 others = 2.



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