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

/SAPSLL/_LDET_UPLOAD_F03 SAP ABAP INCLUDE - Include /SAPSLL/_LDET_UPLOAD_F03







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


INCLUDES used within this REPORT /SAPSLL/_LDET_UPLOAD_F03

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/CONVERT_DATE_TO_STAMP CALL FUNCTION '/SAPSLL/CONVERT_DATE_TO_STAMP' EXPORTING iv_timezone = iv_tzone iv_date = lv_date iv_time = iv_time IMPORTING ev_timestamp = ev_stamp EXCEPTIONS no_time_zone = 1 time_zone_notfound = 2 format_error = 3 OTHERS = 4.

COUNTRY_CODE_ISO_TO_SAP CALL FUNCTION 'COUNTRY_CODE_ISO_TO_SAP' EXPORTING iso_code = lv_iso_country IMPORTING sap_code = lv_sap_country EXCEPTIONS not_found = 1 OTHERS = 2.

COUNTRY_CODE_ISO_TO_SAP CALL FUNCTION 'COUNTRY_CODE_ISO_TO_SAP' EXPORTING iso_code = lv_iso_country IMPORTING sap_code = lv_sap_country * UNIQUE = EXCEPTIONS not_found = 1 OTHERS = 2 .

/SAPSLL/CORE_KPRO_FILE_NAM_GET CALL FUNCTION '/SAPSLL/CORE_KPRO_FILE_NAM_GET' EXPORTING iv_path = is_admin_data-kpro-path IMPORTING ev_file_name = lv_filename.

/SAPSLL/CONVERT_STAMP_TO_DATE CALL FUNCTION '/SAPSLL/CONVERT_STAMP_TO_DATE' EXPORTING iv_timestamp = ls_admin_data-uldat * iv_timezone = * iv_end_date = IMPORTING ev_date = lv_date * EV_TIME = EXCEPTIONS no_time_stamp = 1 no_time_zone = 2 time_zone_notfound = 3 format_error = 4 OTHERS = 5 .

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' "#EC * EXPORTING defaultoption = 'N' titel = 'Upload bestätigen'(a00) textline1 = lv_text textline2 = text-a03 * START_COLUMN = 25 * START_ROW = 6 cancel_display = ' ' * IMPORTING * answer = .

/SAPSLL/CONVERT_STAMP_TO_DATE CALL FUNCTION '/SAPSLL/CONVERT_STAMP_TO_DATE' EXPORTING iv_timestamp = ls_admin_data-uldat * iv_timezone = * iv_end_date = IMPORTING ev_date = lv_date * EV_TIME = EXCEPTIONS no_time_stamp = 1 no_time_zone = 2 time_zone_notfound = 3 format_error = 4 OTHERS = 5 .

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' "#EC * EXPORTING defaultoption = 'Y' titel = 'Upload bestätigen'(a00) textline1 = lv_text textline2 = text-a03 * START_COLUMN = 25 * START_ROW = 6 cancel_display = ' ' * IMPORTING * answer = .



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