/SAPCND/JAVA_DOWNLOAD 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 /SAPCND/JAVA_DOWNLOAD into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: GV_DNL = perform download to local path
Selection Text: GV_FILE = show filenames
Selection Text: GV_PATH = perform download to local path
Title: JAVA archives used for IPC functionality
Text Symbol: 040 = options
Text Symbol: 100 = entries in archive
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING * bin_filesize = 500 filetype = 'BIN' filename = lv_path TABLES data_tab = lt_tableline.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
/SAPCND/JAVA_DOWNLOAD - JAVA archives used for IPC functionality /SAPCND/JAVA_DOWNLOAD - JAVA archives used for IPC functionality /SAPCND/GEN_SAP_CONDRECS_TRN - Generates SAP condition records /SAPCND/GEN_SAP_CONDRECS_TRN - Generates SAP condition records /SAPCND/GENERAL_COND_MAINT - General Condition Maintenance /SAPCND/GENERAL_COND_MAINT - General Condition Maintenance