SAP Reports / Programs

RGCON30A SAP ABAP Report - Upgrade for 3.0B







RGCON30A 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 RGCON30A 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 RGCON30A. "Basic submit
SUBMIT RGCON30A AND RETURN. "Return to original report after report execution complete
SUBMIT RGCON30A 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_CONV = Perform conversion
Title: Upgrade for 3.0B
Text Symbol: 001 = T851 records converted
Text Symbol: 002 = T852U records converted
Text Symbol: 003 = T854T records converted
Text Symbol: 004 = T855T records converted
Text Symbol: 005 = T859 records converted
Text Symbol: 006 = T863 records converted
Text Symbol: 007 = T856 records converted
Text Symbol: 008 = T856T records converted
Text Symbol: 009 = T856 entries removed
Text Symbol: 010 = T856T entries removed
Text Symbol: 011 = T856X entries removed
Text Symbol: 012 = T856Y entries removed
Text Symbol: 100 = Client:
Text Symbol: 101 = Language:
Text Symbol: 851 = Changes in investments is currently being processed by another user
Text Symbol: 852 = Group shares are currently being processed by another user
Text Symbol: 855 = Reasons for Exemption are currently being edited by another user
Text Symbol: 859 = Data entry forms are currently being edited by another user
Text Symbol: 863 = Standard reports are currently being edited by another user


INCLUDES used within this REPORT RGCON30A

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:

ENQUEUE_E_TABLE * CALL FUNCTION 'ENQUEUE_E_TABLE' * EXPORTING * TABNAME = U_OBJECT * VARKEY = L_VARK * EXCEPTIONS * FOREIGN_LOCK = 1.

DEQUEUE_E_TABLE * CALL FUNCTION 'DEQUEUE_E_TABLE' * EXPORTING * TABNAME = U_OBJECT * VARKEY = L_VARK.

APPEND_PROTOCOL * CALL FUNCTION 'APPEND_PROTOCOL' * EXPORTING * ACCEPT_NOT_INIT = 'X' * CLOSE_FILE = 'X' * CONDENSE = 'X' * MASTER_LANGU = 'D' * OPEN_FILE = 'X' * TABLES * XMSG = IT_PROTOCOL * EXCEPTIONS * FILE_NOT_FOUND = 01 * PROT_NOT_INITIALIZED = 02 ** TABLE_EMPTY = 03 * WRONG_CALL = 04.



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