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

/SAPSLL/_LDET_UPLOAD_F05 SAP ABAP INCLUDE - Include /SAPSLL/_LDET_UPLOAD_F05







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


INCLUDES used within this REPORT /SAPSLL/_LDET_UPLOAD_F05

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/STORE_UPLOAD_OBJECTS CALL FUNCTION '/SAPSLL/STORE_UPLOAD_OBJECTS' EXPORTING is_objdata = is_admin_data is_debug = gs_debug iv_commit = gc_false iv_save_applog = gc_true iv_save_file = gc_true EXCEPTIONS internal_error = 1 db_write_error = 2 empty_log = 3 OTHERS = 4.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING * PERCENTAGE = 0 text = gv_text.

/SAPSLL/CTYGP_DB_WRITE CALL FUNCTION '/SAPSLL/CTYGP_DB_WRITE' EXPORTING it_ins = lt_ctygp_created it_upd = lt_ctygp_changed it_del = lt_ctygp_deleted * IV_FLAG_UPDATE_TASK = 'X' is_debug = ls_debug.

/SAPSLL/CTYGPT_DB_WRITE CALL FUNCTION '/SAPSLL/CTYGPT_DB_WRITE' EXPORTING it_ins = lt_ctygpt_created it_upd = lt_ctygpt_changed it_del = lt_ctygpt_deleted * IV_FLAG_UPDATE_TASK = 'X' is_debug = ls_debug.

/SAPSLL/CTYGPA_DB_WRITE CALL FUNCTION '/SAPSLL/CTYGPA_DB_WRITE' EXPORTING it_ins = lt_ctygpa_created it_upd = lt_ctygpa_changed it_del = lt_ctygpa_deleted * IV_FLAG_UPDATE_TASK = 'X' is_debug = ls_debug .

/SAPSLL/LRGCGP_DB_WRITE CALL FUNCTION '/SAPSLL/LRGCGP_DB_WRITE' EXPORTING it_ins = lt_lrgcgp_created it_upd = lt_lrgcgp_changed it_del = lt_lrgcgp_deleted IV_FLAG_UPDATE_TASK = gc_false is_debug = ls_debug.

/SAPSLL/CCGR_DB_WRITE CALL FUNCTION '/SAPSLL/CCGR_DB_WRITE' EXPORTING it_ins = lt_grouping_created it_upd = lt_grouping_changed it_del = lt_grouping_deleted * IV_FLAG_UPDATE_TASK = 'X' is_debug = ls_debug .

/SAPSLL/CCGRT_DB_WRITE CALL FUNCTION '/SAPSLL/CCGRT_DB_WRITE' EXPORTING it_ins = lt_grouping_t_created it_upd = lt_grouping_t_changed it_del = lt_grouping_t_deleted * IV_FLAG_UPDATE_TASK = 'X' is_debug = ls_debug.



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