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

/SAPSLL/ALNUM_UPLOAD_R3 SAP ABAP Report - Upload of Export Control Classif. Numbers on Basis of SE16 File in R/3







/SAPSLL/ALNUM_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/ALNUM_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/ALNUM_UL_R3 - SLL: Upload R/3 Material Classif.


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/ALNUM_UPLOAD_R3. "Basic submit
SUBMIT /SAPSLL/ALNUM_UPLOAD_R3 AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/ALNUM_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_PATH = Local Path: Numbers
Selection Text: P_PATH_T = Local Path: Texts
Selection Text: P_SIMUL = Simulation
Selection Text: P_NEW = D .
Selection Text: P_OLD = D .
Selection Text: P_STCTS = D .
Title: Upload of Export Control Classif. Numbers on Basis of SE16 File in R/3
Text Symbol: 001 = Processing Type
Text Symbol: 002 = Data Directory
Text Symbol: 003 = Feeder System
Text Symbol: 004 = SAP Global Trade Services
Text Symbol: 005 = Replace Existing Data Records
Text Symbol: 010 = Data from R/3 Table T606H - Exp.Cntrl.Classif.No's
Text Symbol: 011 = ECCNs in SAP GTS Server for Classification Procedure
Text Symbol: 012 = Data from ERP Table T606V - Texts for Export Control Classification Numbers


INCLUDES used within this REPORT /SAPSLL/ALNUM_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:

/SAPSLL/APPLOG_INIT CALL FUNCTION '/SAPSLL/APPLOG_INIT' EXPORTING iv_object = gc_applog_obj-llns iv_subobject = gc_applog_subobj-llns_manual_maintenance iv_delete_mess = gc_true is_debug = gs_debug CHANGING cv_handle = lv_global_loghdl.

ENQUEUE_/SAPSLL/ECTSGEN CALL FUNCTION 'ENQUEUE_/SAPSLL/ECTSGEN' EXPORTING mode_/sapsll/ctsgen_enq_s = 'E' mandt = sy-mandt stcts = p_stcts EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

/SAPSLL/LLNS_GET_LLNS_DATA CALL FUNCTION '/SAPSLL/LLNS_GET_LLNS_DATA' EXPORTING iv_stcts = p_stcts iv_action_type = lv_action_type CHANGING cv_global_loghdl = lv_global_loghdl ct_ctsgen_objects = lt_ctsgen_objects.

/SAPSLL/LLNS_SET_MEM_INIT_DATA CALL FUNCTION '/SAPSLL/LLNS_SET_MEM_INIT_DATA' EXPORTING iv_stcts = p_stcts iv_country = lv_country iv_global_loghdl = lv_global_loghdl iv_action_type = gc_trtyp-change it_ctsgen_objects = lt_ctsgen_objects.

/SAPSLL/APPLOG_DISPLAY CALL FUNCTION '/SAPSLL/APPLOG_DISPLAY' EXPORTING iv_object = gc_applog_obj-llns iv_subobject = gc_applog_subobj-llns_manual_maintenance * IV_EXTNUMBER = iv_handle = lv_global_loghdl iv_funcname = gc_cb_function_modules-ldet * IS_LOG_FILTER = * IS_MSG_FILTER = * IV_USE_GRID = is_debug = gs_debug EXCEPTIONS no_log_found = 1 OTHERS = 2.

DEQUEUE_/SAPSLL/ECTSGEN CALL FUNCTION 'DEQUEUE_/SAPSLL/ECTSGEN' EXPORTING mode_/sapsll/ctsgen_enq_s = 'E' mandt = sy-mandt stcts = p_stcts.



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