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
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_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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.