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

/SAPSLL/CD01_UPLOAD_R3 SAP ABAP Report - Legal Control: Upload SAP Determination Table T606M







/SAPSLL/CD01_UPLOAD_R3 is a standard Executable ABAP Report 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/CD01_UPLOAD_R3 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/SAPSLL/CD01_UL_R3 - SLL: Upload R/3 Export Class/Country


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


Text pool values


Selection Text: P_ALT = Legal Reg. - Feeder System
Selection Text: P_DELETE = Overwrite Existing Records
Selection Text: P_PATH = File Directory
Selection Text: P_SIMUL = Simulate
Selection Text: P_NEU = D .
Title: Legal Control: Upload SAP Determination Table T606M
Text Symbol: 001 = Processing
Text Symbol: 002 = Data Directory
Text Symbol: 003 = Feed.Sys.
Text Symbol: 004 = SAP GTS Export
Text Symbol: 005 = Overwrite Existing Records


INCLUDES used within this REPORT /SAPSLL/CD01_UPLOAD_R3

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:

ENQUEUE_/SAPSLL/ECD01 CALL FUNCTION 'ENQUEUE_/SAPSLL/ECD01' EXPORTING mode_/sapsll/cd01_enq_s = 'E' mandt = sy-mandt lgreg = p_neu EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

/SAPSLL/APPLOG_INIT CALL FUNCTION '/SAPSLL/APPLOG_INIT' EXPORTING iv_object = gc_applog_obj-license iv_subobject = gc_applog_subobj-license_upload iv_delete_mess = gc_true is_debug = gs_debug CHANGING cv_handle = lv_app_handle.

/SAPSLL/T606G_DB_SGL_READ CALL FUNCTION '/SAPSLL/T606G_DB_SGL_READ' EXPORTING is_pk = ls_t606g_pk is_debug = gs_debug EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/APPLOG_APPEND CALL FUNCTION '/SAPSLL/APPLOG_APPEND' EXPORTING iv_lghdl = lv_app_handle iv_msgid = gc_msgid-con_ldet iv_msgty = gc_msgty-success iv_msgno = 301 iv_msgv1 = sy-mandt iv_detlevel = gc_detlevel-lv1 is_debug = gs_debug EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/APPLOG_APPEND CALL FUNCTION '/SAPSLL/APPLOG_APPEND' EXPORTING iv_lghdl = lv_app_handle iv_msgid = gc_msgid-con_ldet iv_msgty = gc_msgty-error iv_msgno = 302 iv_msgv1 = p_neu iv_detlevel = gc_detlevel-lv1 is_debug = gs_debug EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/CONVERT_DATE_TO_STAMP CALL FUNCTION '/SAPSLL/CONVERT_DATE_TO_STAMP' EXPORTING iv_date = gc_date-alpha iv_time = gc_time-begin IMPORTING ev_timestamp = lv_stamp_ab EXCEPTIONS no_time_zone = 1 time_zone_notfound = 2 format_error = 3 OTHERS = 4.

/SAPSLL/CONVERT_DATE_TO_STAMP CALL FUNCTION '/SAPSLL/CONVERT_DATE_TO_STAMP' EXPORTING iv_date = lv_save_date iv_time = lc_time_plus_one IMPORTING ev_timestamp = lv_new_datab EXCEPTIONS no_time_zone = 1 time_zone_notfound = 2 format_error = 3 OTHERS = 4.

/SAPSLL/CONVERT_STAMP_TO_DATE CALL FUNCTION '/SAPSLL/CONVERT_STAMP_TO_DATE' EXPORTING iv_timestamp = lv_save_last_date IMPORTING ev_date = lv_save_date EXCEPTIONS no_time_stamp = 1 no_time_zone = 2 time_zone_notfound = 3 format_error = 4 OTHERS = 5.

/SAPSLL/APPLOG_APPEND CALL FUNCTION '/SAPSLL/APPLOG_APPEND' EXPORTING iv_lghdl = lv_app_handle iv_msgid = gc_msgid-con_ldet iv_msgty = gc_msgty-warning iv_msgno = 304 iv_msgv1 = p_neu iv_msgv2 = '0' iv_msgv3 = gc_tablename-cd01 iv_detlevel = gc_detlevel-lv1 is_debug = gs_debug EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/APPLOG_APPEND CALL FUNCTION '/SAPSLL/APPLOG_APPEND' EXPORTING iv_lghdl = lv_app_handle iv_msgid = gc_msgid-con_ldet iv_msgty = gc_msgty-info iv_msgno = 304 iv_msgv1 = p_neu iv_msgv2 = lv_counter_c iv_msgv3 = gc_tablename-cd01 iv_detlevel = gc_detlevel-lv1 is_debug = gs_debug EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/APPLOG_APPEND CALL FUNCTION '/SAPSLL/APPLOG_APPEND' EXPORTING iv_lghdl = lv_app_handle iv_msgid = gc_msgid-con_ldet iv_msgty = gc_msgty-info iv_msgno = 318 iv_msgv1 = gc_tablename-cd01 iv_detlevel = gc_detlevel-lv1 is_debug = gs_debug EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/APPLOG_APPEND CALL FUNCTION '/SAPSLL/APPLOG_APPEND' EXPORTING iv_lghdl = lv_app_handle iv_msgid = gc_msgid-con_ldet iv_msgty = gc_msgty-success iv_msgno = 307 iv_detlevel = gc_detlevel-lv1 is_debug = gs_debug EXCEPTIONS internal_error = 1 OTHERS = 2.

DEQUEUE_/SAPSLL/ECD01 CALL FUNCTION 'DEQUEUE_/SAPSLL/ECD01' EXPORTING mode_/sapsll/cd01_enq_s = 'E' mandt = sy-mandt lgreg = p_neu.

/SAPSLL/APPLOG_APPEND CALL FUNCTION '/SAPSLL/APPLOG_APPEND' EXPORTING iv_lghdl = lv_app_handle iv_msgid = gc_msgid-con_ldet iv_msgty = gc_msgty-warning iv_msgno = 310 iv_detlevel = gc_detlevel-lv1 is_debug = gs_debug EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/APPLOG_APPEND CALL FUNCTION '/SAPSLL/APPLOG_APPEND' EXPORTING iv_lghdl = lv_app_handle iv_msgid = gc_msgid-con_ldet iv_msgty = gc_msgty-warning iv_msgno = 319 iv_msgv1 = p_alt iv_detlevel = gc_detlevel-lv1 is_debug = gs_debug EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/APPLOG_DISPLAY CALL FUNCTION '/SAPSLL/APPLOG_DISPLAY' EXPORTING iv_object = gc_applog_obj-license iv_subobject = gc_applog_subobj-license_upload iv_handle = lv_app_handle iv_funcname = gc_cb_function_modules-ldet iv_use_grid = gc_true is_debug = gs_debug EXCEPTIONS no_log_found = 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/CD01_UPLOAD_R3 or its description.