SAP Reports / Programs | Cross-Application Components | General Application Functions | Link to Geographic Information System(CA-GTF-TS-GC) SAP CA

RIGC0009 SAP ABAP Report - GBC: Reorganization







RIGC0009 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 RIGC0009 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 RIGC0009. "Basic submit
SUBMIT RIGC0009 AND RETURN. "Return to original report after report execution complete
SUBMIT RIGC0009 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: P_CHIL = Child Object
Selection Text: P_CONN = Connections
Selection Text: P_FATH = Parent Object
Selection Text: P_RELA = Object Links
Selection Text: P_TEST = Test Run
Selection Text: S_CONN = D Connection
Selection Text: S_DATE = D Current Date
Selection Text: S_OART = D Object Name
Selection Text: S_OKEY = D Object Key
Selection Text: S_RART = D Type of Object Relationship
Selection Text: S_RELA = D Object Link
Selection Text: S_SYST = D Original System
Selection Text: S_TIME = D Time
Selection Text: S_USER = D User
Title: GBC: Reorganization
Text Symbol: 100 = Administrative Data
Text Symbol: 110 = Reorganization
Text Symbol: 120 = Connections
Text Symbol: 130 = Object Links
Text Symbol: 140 = Object Data
Text Symbol: 150 = Processing Status


INCLUDES used within this REPORT RIGC0009

INCLUDE GBCMI001.
INCLUDE GBCSI001.


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:

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = C_LISTTYPE IMPORTING ET_EVENTS = L_EVENTTAB EXCEPTIONS LIST_TYPE_WRONG = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = I_INTERNAL_TABNAME = OUTTABNAME-INT I_STRUCTURE_NAME = OUTTABNAME-DDIC * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING CT_FIELDCAT = E_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = ' ' I_CALLBACK_PROGRAM = L_REPID * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * I_STRUCTURE_NAME = * IS_LAYOUT = IT_FIELDCAT = L_FIELDCAT * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = IT_EVENTS = L_EVENTTAB * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

GCFZ_MSG_DELETE CALL FUNCTION 'GCFZ_MSG_DELETE' EXPORTING I_GCACTAB = I_GCACTAB EXCEPTIONS ERROR = 1 OTHERS = 2.

GCFF_GCAA_UPDATE CALL FUNCTION 'GCFF_GCAA_UPDATE' IN UPDATE TASK EXPORTING * I_INSTAB = * I_UPDTAB = I_DELTAB = I_GCAATAB.

ENQUEUE_EGCAA CALL FUNCTION 'ENQUEUE_EGCAA' EXPORTING * MODE_GCAA = 'E' * MANDT = SY-MANDT RELNR = L_GCAAWA-RELNR * X_RELNR = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

GCFD_GCAB_UPDATE CALL FUNCTION 'GCFD_GCAB_UPDATE' IN UPDATE TASK EXPORTING * I_INSTAB = * I_UPDTAB = I_DELTAB = L_DELTAB.

GCFA_GCAC_UPDATE CALL FUNCTION 'GCFA_GCAC_UPDATE' IN UPDATE TASK EXPORTING * I_INSTAB = * I_UPDTAB = I_DELTAB = I_GCACTAB.

ENQUEUE_EGCAC CALL FUNCTION 'ENQUEUE_EGCAC' EXPORTING * MODE_GCAC = 'E' * MANDT = SY-MANDT CONN = L_GCACWA-CONN * X_CONN = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

ENQUEUE_EGCAB CALL FUNCTION 'ENQUEUE_EGCAB' EXPORTING * MODE_GCAB = 'E' * MANDT = SY-MANDT CONN = L_GCACWA-CONN * TASKNR = * X_CONN = ' ' * X_TASKNR = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

DEQUEUE_EGCAC CALL FUNCTION 'DEQUEUE_EGCAC' EXPORTING * MODE_GCAC = 'E' * MANDT = SY-MANDT CONN = L_GCACWA-CONN.



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