J_3GARCA 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 J_3GARCA 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: PA_REPID = Program name
Title: Display List from Spool
Text Symbol: 001 = The content of this spool request cannot be displayed
Text Symbol: 005 = Wait
Text Symbol: 006 = Print
Text Symbol: 007 = Compl.
Text Symbol: 008 = Error
Text Symbol: 009 = Probl.
Text Symbol: 012 = Archv.
Text Symbol: 019 = Copy
Text Symbol: 026 = The content of this spool request cannot be displayed
Text Symbol: 029 = Cancel after
Text Symbol: 030 = lines
Text Symbol: 032 = Spool Generation Output
Text Symbol: 033 = No. Date Time Status Pages Title
Text Symbol: 041 = This spool request is empty
Text Symbol: 063 = It is in another client
Text Symbol: 067 = No more spool requests exist
Text Symbol: 074 = You do not have the correct authorization
Text Symbol: 086 = Proc.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_3G_LIST_ARCHIV call function 'J_3G_LIST_ARCHIV' exporting i_repid = 'J_3GARCA' i_nummer = j_3garchiv-j_3gnummer i_lsind = 1 * I_SAVE_POPUP = 'X' * I_EDIT_NUMMER = ' ' importing e_archivnr = archiv_nr exceptions list_index_invalid = 1 others = 2.
SO_SPOOL_READ * call function 'SO_SPOOL_READ' * exporting ** ALLINE = ' ' ** charco = '*' * spool_number = hlp_rqnumber * tables * objcont = t_objcont * exceptions * convert_error = 1 * object_not_exist = 2 * operation_no_authorization = 3 * spool_close_error = 4 * spool_open_error = 5 * spool_read_error = 6 * others = 7.
RSPO_SPOOLDATA_WRITE_INIT call function 'RSPO_SPOOLDATA_WRITE_INIT'.
RSPO_SPOOLDATA_WRITE call function 'RSPO_SPOOLDATA_WRITE' exporting spool_data = t_objcont-line.
RSPO_SPOOLDATA_WRITE_INIT call function 'RSPO_SPOOLDATA_WRITE_INIT'.
RSPO_SPOOLDATA_WRITE call function 'RSPO_SPOOLDATA_WRITE' exporting spool_data = data_set-data_line data_length = line_length2.
DISPLAY_OTF call function 'DISPLAY_OTF' exporting control = otf_control tables otf = otf_page .
CONVERT_OTF_AND_ARCHIVE call function 'CONVERT_OTF_AND_ARCHIVE' exporting arc_p = xarc_p arc_i = xarc_i tables otf = otf_page exceptions error_archiv = 1 error_communicationtable = 2 error_connectiontable = 3 error_kernel = 4 error_parameter = 5 others = 6.
J_3G_LIST_ARCHIV call function 'J_3G_LIST_ARCHIV' exporting i_repid = 'SAPMSSY0' i_nummer = spoolobj-rqident * i_lsind = 1 i_save_popup = ' ' * I_EDIT_NUMMER = ' ' * importing * e_archivnr = exceptions list_index_invalid = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_3GARCA - Display List from Spool J_3GARCA - Display List from Spool J_3GABES_SELOPT - Include with Select_Options for program J_3GABES J_3GABESTAND_SELOPT_SPEZ - Include with Select Options for Special Restrictions J_3GABESTAND_SELOPT_ALLG - Include with Select Options for General Restrictions J_3GABESTAND_SELOPT - Include mit Select_Options für Programm J_3GABES