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

/SAPSLL/MAEX_UPLOAD_R3_F01 SAP ABAP INCLUDE - Include /SAPSLL/PRCON_UPLOAD_R3_F01







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


INCLUDES used within this REPORT /SAPSLL/MAEX_UPLOAD_R3_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/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 = iv_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 = iv_app_handle * iv_msgid = gc_msgid-con_core * iv_msgty = iv_msgty * iv_msgno = iv_msgno * 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 = gv_app_handle iv_msgid = gc_msgid-con_core iv_msgty = gc_msgty-warning iv_msgno = 712 iv_msgv1 = iv_lgreg iv_msgv2 = '0' iv_msgv3 = gc_tablename-prcon 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 = cv_stamp_alpha 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 = gc_date-omega iv_time = gc_time-end IMPORTING ev_timestamp = cv_stamp_omega EXCEPTIONS no_time_zone = 1 time_zone_notfound = 2 format_error = 3 OTHERS = 4.

/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 = 769 iv_detlevel = gc_detlevel-lv2 is_debug = gs_debug EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/LLNS_UPLD_R3_GET_FDPOS CALL FUNCTION '/SAPSLL/LLNS_UPLD_R3_GET_FDPOS' EXPORTING iv_data_stream = iv_data_stream iv_field_name = 'MATNR' IMPORTING ev_fdpos = cv_fdpos_matnr EXCEPTIONS fieldname_not_found = 1 OTHERS = 2.

/SAPSLL/LLNS_UPLD_R3_GET_FDPOS CALL FUNCTION '/SAPSLL/LLNS_UPLD_R3_GET_FDPOS' EXPORTING iv_data_stream = iv_data_stream iv_field_name = 'ALAND' IMPORTING ev_fdpos = cv_fdpos_aland EXCEPTIONS fieldname_not_found = 1 OTHERS = 2.

/SAPSLL/LLNS_UPLD_R3_GET_FDPOS CALL FUNCTION '/SAPSLL/LLNS_UPLD_R3_GET_FDPOS' EXPORTING iv_data_stream = iv_data_stream iv_field_name = 'GEGRU' IMPORTING ev_fdpos = cv_fdpos_gegru EXCEPTIONS fieldname_not_found = 1 OTHERS = 2.

/SAPSLL/LLNS_UPLD_R3_GET_FDPOS CALL FUNCTION '/SAPSLL/LLNS_UPLD_R3_GET_FDPOS' EXPORTING iv_data_stream = iv_data_stream iv_field_name = 'ALNUM' IMPORTING ev_fdpos = cv_fdpos_alnum EXCEPTIONS fieldname_not_found = 1 OTHERS = 2.

/SAPSLL/LLNS_UPLD_R3_GET_FDPOS CALL FUNCTION '/SAPSLL/LLNS_UPLD_R3_GET_FDPOS' EXPORTING iv_data_stream = iv_data_stream iv_field_name = 'EMBGR' IMPORTING ev_fdpos = cv_fdpos_embgr EXCEPTIONS fieldname_not_found = 1 OTHERS = 2.

/SAPSLL/LLNS_UPLD_R3_GET_FDPOS CALL FUNCTION '/SAPSLL/LLNS_UPLD_R3_GET_FDPOS' EXPORTING iv_data_stream = iv_data_stream iv_field_name = 'PMAST' IMPORTING ev_fdpos = cv_fdpos_pmast EXCEPTIONS fieldname_not_found = 1 OTHERS = 2.

/SAPSLL/LLNS_UPLD_R3_GET_FDPOS CALL FUNCTION '/SAPSLL/LLNS_UPLD_R3_GET_FDPOS' EXPORTING iv_data_stream = iv_data_stream iv_field_name = 'SECGK' IMPORTING ev_fdpos = cv_fdpos_secgk EXCEPTIONS fieldname_not_found = 1 OTHERS = 2.

/SAPSLL/LLNS_UPLD_R3_GET_VALUE CALL FUNCTION '/SAPSLL/LLNS_UPLD_R3_GET_VALUE' EXPORTING iv_data_stream = iv_data_stream it_mapping_input = lt_mapping_input[] IMPORTING et_mapping_output = lt_mapping_output[].

/SAPSLL/APPLOG_APPEND CALL FUNCTION '/SAPSLL/APPLOG_APPEND' EXPORTING iv_lghdl = iv_loghdl iv_msgid = gc_msgid-con_core iv_msgty = gc_msgty-success iv_msgno = 744 iv_msgv1 = lv_string iv_detlevel = gc_detlevel-lv2 is_debug = gs_debug EXCEPTIONS internal_error = 1 OTHERS = 2. "#EC *

/SAPSLL/PRODUCT_PK_GET CALL FUNCTION '/SAPSLL/PRODUCT_PK_GET' EXPORTING iv_grvsy = iv_grvsy iv_prvsy = lv_prvsy is_debug = gs_debug IMPORTING ev_guid_pr = cs_prcon-guid_pr EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/APPLOG_APPEND CALL FUNCTION '/SAPSLL/APPLOG_APPEND' EXPORTING iv_lghdl = iv_loghdl iv_msgid = gc_msgid-con_core iv_msgty = gc_msgty-error iv_msgno = 742 iv_msgv1 = lv_prvsy iv_detlevel = gc_detlevel-lv3 is_debug = gs_debug EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/LLNS_GUID_GET





CALL FUNCTION '/SAPSLL/LLNS_GUID_GET' EXPORTING iv_stcts = cs_prcts-stcts iv_ccngn = lv_ccngn iv_land1 = gc_tariff_country-independent iv_rptdt = lv_time_stamp is_debug = gs_debug IMPORTING ev_guid_ctsnum = lv_guid_ctsnum ev_guid_ctsnumc = lv_guid_ctsnumc EXCEPTIONS invalid_call = 1 invalid_schema = 2 invalid_number = 3 internal_error = 4 OTHERS = 5.

/SAPSLL/APPLOG_APPEND CALL FUNCTION '/SAPSLL/APPLOG_APPEND' EXPORTING iv_lghdl = iv_loghdl iv_msgid = gc_msgid-con_core iv_msgty = gc_msgty-error iv_msgno = 741 iv_msgv1 = lv_ccngn iv_msgv2 = cs_prcts-stcts iv_detlevel = gc_detlevel-lv3 is_debug = gs_debug EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/APPLOG_APPEND CALL FUNCTION '/SAPSLL/APPLOG_APPEND' EXPORTING iv_lghdl = iv_loghdl iv_msgid = gc_msgid-con_core iv_msgty = gc_msgty-error iv_msgno = 743 iv_msgv1 = lv_prvsy iv_msgv2 = iv_lgreg_vs iv_msgv3 = lv_country iv_detlevel = gc_detlevel-lv3 is_debug = gs_debug EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/APPLOG_APPEND CALL FUNCTION '/SAPSLL/APPLOG_APPEND' EXPORTING iv_lghdl = iv_loghdl iv_msgid = gc_msgid-con_core iv_msgty = gc_msgty-error iv_msgno = 748 iv_msgv1 = cs_prcon-congr iv_detlevel = gc_detlevel-lv3 is_debug = gs_debug EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/APPLOG_APPEND CALL FUNCTION '/SAPSLL/APPLOG_APPEND' EXPORTING iv_lghdl = iv_loghdl iv_msgid = gc_msgid-con_core iv_msgty = gc_msgty-success iv_msgno = 747 iv_msgv1 = text-ta1 iv_detlevel = gc_detlevel-lv3 is_debug = gs_debug EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/APPLOG_APPEND CALL FUNCTION '/SAPSLL/APPLOG_APPEND' EXPORTING iv_lghdl = iv_loghdl iv_msgid = gc_msgid-con_core iv_msgty = gc_msgty-success iv_msgno = 747 iv_msgv1 = lv_string iv_detlevel = gc_detlevel-lv4 is_debug = gs_debug EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/APPLOG_APPEND CALL FUNCTION '/SAPSLL/APPLOG_APPEND' EXPORTING iv_lghdl = iv_loghdl iv_msgid = gc_msgid-con_core iv_msgty = gc_msgty-success iv_msgno = 747 iv_msgv1 = lv_string iv_detlevel = gc_detlevel-lv4 is_debug = gs_debug EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/APPLOG_APPEND CALL FUNCTION '/SAPSLL/APPLOG_APPEND' EXPORTING iv_lghdl = iv_loghdl iv_msgid = gc_msgid-con_core iv_msgty = gc_msgty-success iv_msgno = 747 iv_msgv1 = lv_string iv_detlevel = gc_detlevel-lv4 is_debug = gs_debug EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/APPLOG_APPEND CALL FUNCTION '/SAPSLL/APPLOG_APPEND' EXPORTING iv_lghdl = iv_loghdl iv_msgid = gc_msgid-con_core iv_msgty = gc_msgty-success iv_msgno = 747 iv_msgv1 = lv_string iv_detlevel = gc_detlevel-lv4 is_debug = gs_debug EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/APPLOG_APPEND CALL FUNCTION '/SAPSLL/APPLOG_APPEND' EXPORTING iv_lghdl = iv_loghdl iv_msgid = gc_msgid-con_core iv_msgty = gc_msgty-success iv_msgno = 747 iv_msgv1 = lv_string iv_detlevel = gc_detlevel-lv4 is_debug = gs_debug EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/APPLOG_APPEND CALL FUNCTION '/SAPSLL/APPLOG_APPEND' EXPORTING iv_lghdl = iv_loghdl iv_msgid = gc_msgid-con_core iv_msgty = gc_msgty-success iv_msgno = 747 iv_msgv1 = text-ta1 iv_detlevel = gc_detlevel-lv3 is_debug = gs_debug EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/APPLOG_APPEND CALL FUNCTION '/SAPSLL/APPLOG_APPEND' EXPORTING iv_lghdl = iv_loghdl iv_msgid = gc_msgid-con_core iv_msgty = gc_msgty-success iv_msgno = 747 iv_msgv1 = lv_string iv_detlevel = gc_detlevel-lv4 is_debug = gs_debug EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/APPLOG_APPEND CALL FUNCTION '/SAPSLL/APPLOG_APPEND' EXPORTING iv_lghdl = iv_loghdl iv_msgid = gc_msgid-con_core iv_msgty = gc_msgty-success iv_msgno = 747 iv_msgv1 = lv_string iv_detlevel = gc_detlevel-lv4 is_debug = gs_debug EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/NUMBERING_SCHEME_GET CALL FUNCTION '/SAPSLL/NUMBERING_SCHEME_GET' EXPORTING is_tlegsu_pk = ls_tlegsu_pk iv_date = sy-datlo IMPORTING es_tlegsu = ls_tlegsu EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = sy-mandt CHANGING ct_range = lt_tlegsu_crit-mandt.

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = gc_services-lic_attr CHANGING ct_range = lt_tlegsu_crit-srvll.

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = gc_tariff_system-export_control_list CHANGING ct_range = lt_tlegsu_crit-ctsty.

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = ls_tlegsu-ctsex CHANGING ct_range = lt_tlegsu_crit-ctsex.

/SAPSLL/NUMBERING_SCHEME_GET CALL FUNCTION '/SAPSLL/NUMBERING_SCHEME_GET' EXPORTING is_tlegsu_crit = lt_tlegsu_crit iv_date = sy-datlo IMPORTING et_tlegsu = lt_tlegsu EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-008 * DIAGNOSE_OBJECT = ' ' text_question = lv_output text_button_1 = text-005 * ICON_BUTTON_1 = ' ' text_button_2 = text-006 * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' display_cancel_button = '' * USERDEFINED_F1_HELP = ' ' start_column = 25 start_row = 6 * POPUP_TYPE = IMPORTING answer = lv_answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2 .




FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_log_fname-sll_upl parameter_1 = lv_cprog CHANGING physical_filename = lv_path EXCEPTIONS OTHERS = 1.

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = gc_log_fname-sll_upl including_dir = gc_true IMPORTING file_name = lv_path.

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = gc_log_fname-sll_upl including_dir = gc_true IMPORTING file_name = lv_path.

F4_DXFILENAME_TOPRECURSION CALL FUNCTION 'F4_DXFILENAME_TOPRECURSION' EXPORTING i_location_flag = 'A' i_server = ' ' i_path = ' ' filemask = '*.*'

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_log_fname-sll_upl parameter_1 = lv_cprog CHANGING physical_filename = lv_filename EXCEPTIONS OTHERS = 1.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_log_fname-sll_upl parameter_1 = lv_cprog CHANGING physical_filename = lv_path EXCEPTIONS OTHERS = 1.

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = gc_log_fname-sll_upl including_dir = gc_true IMPORTING file_name = lv_path.



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