SAP Reports / Programs

/SAPSLL/SLLNS_ASC_SOVA_UPLOAD SAP ABAP Report - Upload Commodity Codes from SOVA Lead File







/SAPSLL/SLLNS_ASC_SOVA_UPLOAD 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/SLLNS_ASC_SOVA_UPLOAD 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/LLNS_UPLSOVA - Upload SOVA File
/SAPSLL/LLNS_UPL102S - Upload SOVA Lead File


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/SLLNS_ASC_SOVA_UPLOAD. "Basic submit
SUBMIT /SAPSLL/SLLNS_ASC_SOVA_UPLOAD AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/SLLNS_ASC_SOVA_UPLOAD 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_LANGU = Text Language
Selection Text: P_LIST = D .
Selection Text: P_PATH = D .
Selection Text: P_SIMUL = D .
Selection Text: P_STCTS = D .
Title: Upload Commodity Codes from SOVA Lead File
Text Symbol: 001 = SOVA
Text Symbol: 002 = It was not possible to transfer all numbers
Text Symbol: 003 = Consistency check negative...
Text Symbol: 004 = Continue...
Text Symbol: 005 = Cancel...
Text Symbol: WT1 = Select Path...


INCLUDES used within this REPORT /SAPSLL/SLLNS_ASC_SOVA_UPLOAD

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.

/SAPSLL/APPLOG_INIT CALL FUNCTION '/SAPSLL/APPLOG_INIT' EXPORTING iv_object = gc_applog_obj-llns iv_subobject = gc_applog_subobj-llns_upload iv_extnumber = gv_balnrext iv_delete_mess = gc_true iv_default_set = gc_true iv_skip_search = gc_false iv_read_archive = gc_false is_debug = gs_debug CHANGING cv_handle = gv_apploghndl EXCEPTIONS invalid_call = 1 OTHERS = 2.

/SAPSLL/TCOTS_DB_SGL_READ CALL FUNCTION '/SAPSLL/TCOTS_DB_SGL_READ' EXPORTING is_pk = gs_tcots-pk is_debug = gs_debug IMPORTING es_result = gs_tcots EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = sy-mandt is_debug = gs_debug CHANGING ct_range = gs_tcotsa_crit-mandt[].

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = gs_tcots-stcts is_debug = gs_debug CHANGING ct_range = gs_tcotsa_crit-stcts[].

/SAPSLL/TCOTSA_DB_RNG_READ CALL FUNCTION '/SAPSLL/TCOTSA_DB_RNG_READ' EXPORTING is_crit = gs_tcotsa_crit is_debug = gs_debug IMPORTING et_result = gt_tcotsa[] EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING filename = gv_path filetype = 'ASC' TABLES data_tab = gt_sova[] EXCEPTIONS file_open_error = 1 file_read_error = 2 no_batch = 3 gui_refuse_filetransfer = 4 invalid_type = 5 no_authority = 6 unknown_error = 7 bad_data_format = 8 header_not_allowed = 9 separator_not_allowed = 10 header_too_long = 11 unknown_dp_error = 12 access_denied = 13 dp_out_of_memory = 14 disk_full = 15 dp_timeout = 16 OTHERS = 17.

/SAPSLL/CONVERT_DATE_TO_STAMP CALL FUNCTION '/SAPSLL/CONVERT_DATE_TO_STAMP' EXPORTING iv_timezone = gs_tcots-tznen iv_date = gc_date-omega iv_time = gc_time-end IMPORTING ev_timestamp = gs_ctsnum-datbi EXCEPTIONS no_time_zone = 1 time_zone_notfound = 2 format_error = 3 no_date_provided = 4 OTHERS = 5.

/SAPSLL/CONVERT_DATE_TO_STAMP CALL FUNCTION '/SAPSLL/CONVERT_DATE_TO_STAMP' EXPORTING iv_timezone = gs_tcots-tznst iv_date = gc_date-alpha iv_time = gc_time-begin IMPORTING ev_timestamp = gs_ctsnum-datab EXCEPTIONS no_time_zone = 1 time_zone_notfound = 2 format_error = 3 no_date_provided = 4 OTHERS = 5.

/SAPSLL/APPLOG_DISPLAY CALL FUNCTION '/SAPSLL/APPLOG_DISPLAY' EXPORTING iv_object = gc_applog_obj-llns iv_subobject = gc_applog_subobj-llns_upload iv_handle = gv_apploghndl iv_funcname = '/SAPSLL/APPLOG_PROF_POPUP_DET' iv_use_grid = gc_true is_debug = gs_debug EXCEPTIONS no_log_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-003 text_question = text-002 text_button_1 = text-004 display_cancel_button = gc_false IMPORTING answer = gv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

/SAPSLL/APPLOG_APPEND CALL FUNCTION '/SAPSLL/APPLOG_APPEND' EXPORTING iv_lghdl = iv_apploghndl iv_msgid = sy-msgid iv_msgty = sy-msgty iv_msgno = sy-msgno iv_msgv1 = sy-msgv1 iv_msgv2 = sy-msgv2 iv_msgv3 = sy-msgv3 iv_msgv4 = sy-msgv4 iv_detlevel = '1' is_debug = gs_debug EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/LLNS_BESME_IN_SAPME * call function '/SAPSLL/LLNS_BESME_IN_SAPME' * exporting * iv_stcts = iv_stcts * iv_ctsuom = iv_bemeh * importing * ev_sapuom = cv_dimum * exceptions * no_data = 1 * others = 2.

/SAPSLL/T006_SELECT_SGL * call function '/SAPSLL/T006_SELECT_SGL' * exporting * is_pk = lv_msehi * exceptions * no_data = 1 * others = 2.

/SAPSLL/APPLOG_APPEND * call function '/SAPSLL/APPLOG_APPEND' * exporting * iv_lghdl = iv_apploghndl * iv_msgid = sy-msgid * iv_msgty = sy-msgty * iv_msgno = sy-msgno * iv_msgv1 = sy-msgv1 * iv_msgv2 = sy-msgv2 * iv_msgv3 = sy-msgv3 * iv_msgv4 = sy-msgv4 * iv_detlevel = '1' * is_debug = gs_debug * exceptions * internal_error = 1 * others = 2.

/SAPSLL/ALV_GRID_FULLSCREEN CALL FUNCTION '/SAPSLL/ALV_GRID_FULLSCREEN' EXPORTING iv_structure = '/SAPSLL/LLNS_UPL_SOVA_OUT_UI_S' is_debug = gs_debug CHANGING ct_data = lt_sova_output[].

/SAPSLL/LLNS_UPL_MEM_GET_UOM call function '/SAPSLL/LLNS_UPL_MEM_GET_UOM' importing et_tcotsm = ct_tcotsm[].



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