SAP Reports / Programs

ICL_PICTURE_UPLOAD SAP ABAP Report - Auxiliary Program for Uploading and Saving Picture Files







ICL_PICTURE_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 ICL_PICTURE_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

ICLPICUPLOAD - Upload and Save Picture Files


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 ICL_PICTURE_UPLOAD. "Basic submit
SUBMIT ICL_PICTURE_UPLOAD AND RETURN. "Return to original report after report execution complete
SUBMIT ICL_PICTURE_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: CLNTCOPY = Copy Pictures From Client xxx
Selection Text: DELPIC = Delete Existing Pictures
Selection Text: DISPLAY = Display Existing Pictures
Selection Text: FILENAME = Path+Name of Source Pict.File
Selection Text: ID = Name of Uploaded File
Selection Text: UPLOAD = Load Picture
Title: Auxiliary Program for Uploading and Saving Picture Files
Text Symbol: 001 = Picture Already Uploaded
Text Symbol: 002 = Source Client
Text Symbol: 003 = Presentation Server
Text Symbol: 004 = Client
Text Symbol: 005 = Select Pictures
Text Symbol: 006 = Selectn
Text Symbol: 007 = Copy Pictures from Client
Text Symbol: 008 = Delete Pictures
Text Symbol: 009 = Pic.
Text Symbol: ERR = Error in Determination of Key Length


INCLUDES used within this REPORT ICL_PICTURE_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:

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING system_client_edit = lv_sysclntedit EXCEPTIONS no_systemname = 1 no_systemtype = 2 OTHERS = 3.

GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING filename = lv_file filetype = 'BIN' TABLES data_tab = pic_tab 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.

ICL_TRANSPORT_CREATE CALL FUNCTION 'ICL_TRANSPORT_CREATE' EXPORTING i_tabname = 'TICL105' i_key = lv_key CHANGING c_systype = lv_systype c_sysclntedit = lv_sysclntedit c_task = lv_task c_xtask = lv_xtask.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = lv_repid i_grid_title = lv_title it_fieldcat = lt_fieldcat TABLES t_outtab = lt_picdisp.

POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING mark_flag = 'X' mark_max = lv_count start_col = 15 start_row = 4 textline1 = 'Bilder von Mandant kopieren:'(007) titel = 'Auswahl'(006) IMPORTING answer = lv_answer TABLES t_spopli = lt_spopli EXCEPTIONS not_enough_answers = 1 too_much_answers = 2 too_much_marks = 3 OTHERS = 4.

POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING mark_flag = 'X' mark_max = lv_count start_col = 15 start_row = 4 textline1 = 'Bilder löschen:'(008) titel = 'Auswahl'(006) IMPORTING answer = lv_answer TABLES t_spopli = lt_spopli EXCEPTIONS not_enough_answers = 1 too_much_answers = 2 too_much_marks = 3 OTHERS = 4.



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