SAP Reports / Programs

/SAPSLL/MAEX_UPLOAD_R3 SAP ABAP Report - Program for Uploading Data to Tables PRCON and PRCTS







/SAPSLL/MAEX_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/MAEX_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/MAEX_UL_R3 - SLL: Upload R/3 Export Data-Material


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/MAEX_UPLOAD_R3. "Basic submit
SUBMIT /SAPSLL/MAEX_UPLOAD_R3 AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/MAEX_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_VORSYS = Feeder System Group
Selection Text: P_SIMUL = Simulate
Selection Text: P_PATH = File (Frontend):
Selection Text: P_NEU = Legal Regulation
Selection Text: P_DELETE = Delete Duplicates
Selection Text: P_A_PATH = File (Application Server):
Selection Text: P_ALT = Legal Regulation
Title: Program for Uploading Data to Tables PRCON and PRCTS
Text Symbol: WT1 = Local path of file to upload...
Text Symbol: TS1 = Classif. Procedure:
Text Symbol: TA1 = Table /SAPSLL/PRCON:
Text Symbol: SHC = Peculiarity Code:
Text Symbol: KF2 = Control Required
Text Symbol: KF1 = No Control
Text Symbol: GG1 = Legal Regulation:
Text Symbol: EPP = Indiv. Maint.:
Text Symbol: CG1 = Grouping:
Text Symbol: ALN = Export Control Class. No.
Text Symbol: 009 = Continue upload?
Text Symbol: 008 = Customs nomenclature is assigned to several leg. regulations
Text Symbol: 007 = Assigned to the following legal regulations:
Text Symbol: 006 = No
Text Symbol: 005 = Yes
Text Symbol: 004 = SAP GTS Export
Text Symbol: 003 = Feeder System
Text Symbol: 002 = Data Directory
Text Symbol: 001 = Change Existing Records


INCLUDES used within this REPORT /SAPSLL/MAEX_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/BROWSE_LOCAL_FILE_SYST CALL FUNCTION '/SAPSLL/BROWSE_LOCAL_FILE_SYST' EXPORTING iv_window_title = text-wt1 CHANGING iv_path = p_path.

ENQUEUE_/SAPSLL/EPR CALL FUNCTION 'ENQUEUE_/SAPSLL/EPR' EXPORTING mode_/sapsll/pr_enq_s = 'E' mandt = sy-mandt EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

/SAPSLL/APPLOG_APPEND CALL FUNCTION '/SAPSLL/APPLOG_APPEND' EXPORTING iv_lghdl = gv_app_handle iv_msgid = gc_msgid-con_core iv_msgty = gc_msgty-success iv_msgno = 710 iv_msgv1 = sy-mandt iv_msgv2 = p_alt iv_msgv3 = p_neu 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 = gv_app_handle iv_msgid = gc_msgid-con_core iv_msgty = gc_msgty-success iv_msgno = 715 iv_msgv1 = sy-mandt iv_msgv2 = p_alt iv_msgv3 = p_neu iv_detlevel = gc_detlevel-lv1 is_debug = gs_debug EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/GUI_UPLOAD CALL FUNCTION '/SAPSLL/GUI_UPLOAD' EXPORTING iv_path = p_path IMPORTING et_data = gt_data[] EXCEPTIONS upload_failed = 1 OTHERS = 2.

/SAPSLL/APPLOG_APPEND call function '/SAPSLL/APPLOG_APPEND' EXPORTING iv_lghdl = gv_app_handle iv_msgid = gc_msgid-con_core iv_msgty = gc_msgty-success iv_msgno = 745 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 = gv_app_handle iv_msgid = gc_msgid-con_core iv_msgty = gc_msgty-info iv_msgno = 746 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 = gv_app_handle iv_msgid = gc_msgid-con_core iv_msgty = gc_msgty-info iv_msgno = 712 iv_msgv1 = p_neu iv_msgv2 = lv_lines_count_c iv_msgv3 = gc_tablename-prcts 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 = gv_app_handle iv_msgid = gc_msgid-con_core iv_msgty = gc_msgty-error iv_msgno = 740 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 = gv_app_handle iv_msgid = gc_msgid-con_core iv_msgty = gc_msgty-success iv_msgno = 718 iv_msgv1 = gc_tablename-prcon iv_detlevel = gc_detlevel-lv1 is_debug = gs_debug EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/GUID_CREATE CALL FUNCTION '/SAPSLL/GUID_CREATE' IMPORTING EV_GUID_16 = ls_prcon-guid_prcon.

/SAPSLL/GUID_CREATE CALL FUNCTION '/SAPSLL/GUID_CREATE' IMPORTING EV_GUID_16 = ls_prcts-guid_prcts.

ENQUEUE_/SAPSLL/EPR CALL FUNCTION 'ENQUEUE_/SAPSLL/EPR' EXPORTING mode_/sapsll/pr_enq_s = 'E' mandt = sy-mandt EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

/SAPSLL/APPLOG_APPEND CALL FUNCTION '/SAPSLL/APPLOG_APPEND' EXPORTING iv_lghdl = gv_app_handle iv_msgid = gc_msgid-con_core iv_msgty = gc_msgty-warning iv_msgno = 722 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 = gv_app_handle iv_msgid = gc_msgid-con_core iv_msgty = gc_msgty-warning iv_msgno = 719 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 = gv_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/MAEX_UPLOAD_R3 or its description.