SAP Reports / Programs

J_3GARCA SAP ABAP Report - Display List from Spool







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


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 J_3GARCA. "Basic submit
SUBMIT J_3GARCA AND RETURN. "Return to original report after report execution complete
SUBMIT J_3GARCA 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: 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.


INCLUDES used within this REPORT J_3GARCA

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:

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.



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