RGRPGA01 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 RGRPGA01 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
GRM3 - Colective Processing: Assignments
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.
Selected WBS elements for a project definition
Selection Text: P_TEST = Test run
Selection Text: P_GRPNR = Grouping WBS element
Title: Collective Assignment of WBS elements to a Grouping WBS element
Text Symbol: 021 = Test Run
Text Symbol: 020 = Unsuccessful
Text Symbol: 019 = Successful
Text Symbol: 018 = Exit maintenance
Text Symbol: 017 = Save changes first?
Text Symbol: 016 = Data changed.
Text Symbol: 015 = Number of WBS elements not assigned
Text Symbol: 014 = Statistic:
Text Symbol: 013 = Administrative data
Text Symbol: 012 = Only check
Text Symbol: 011 = Grouping WBS element
Text Symbol: 010 = Assigned
Text Symbol: 009 = Not all WBS elements could be assigned to the grouping WBS elem.
Text Symbol: 008 = Project def.
Text Symbol: 007 = No entries were posted (test run)
Text Symbol: 006 = Selection
Text Symbol: 005 = Processing Options
Text Symbol: 003 = Number of assignments saved in the database
Text Symbol: 002 = Overall number of selected WBS elements
Text Symbol: 001 = Number of possible assignments
INCLUDE RGRPGATOP.
INCLUDE PSDBCDAT.
No SAP DATABASE tables are accessed within this REPORT code!
CJDB_EXCLUDE_LDB_FUNCTION_KEYS CALL FUNCTION 'CJDB_EXCLUDE_LDB_FUNCTION_KEYS' EXPORTING I_FLG_FC03 = 'X' I_FLG_FC04 = 'X'.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID I_CALLBACK_USER_COMMAND = GC_FORMNAME_USER_CMD IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT * i_default = g_default I_SAVE = G_SAVE IS_VARIANT = G_VARIANT IT_EVENTS = GT_EVENTS[] * it_event_exit = gt_event_exit[] IMPORTING E_EXIT_CAUSED_BY_CALLER = G_EXIT_CAUSED_BY_CALLER ES_EXIT_CAUSED_BY_USER = GS_EXIT_CAUSED_BY_USER TABLES T_OUTTAB = GT_OUTPUT EXCEPTIONS PROGRAM_ERROR = 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.
RGRPGA01 - Collective Assignment of WBS elements to a Grouping WBS element RGRPGA01 - Collective Assignment of WBS elements to a Grouping WBS element RGRPG2TOP - documentation and ABAP source code RGRPEDIT - Report Writer: Call Up Program Editor RGRPEDIT - Report Writer: Call Up Program Editor RGRPC_BO_TESTLOG - Program for Object Type GRPC_CASEL : FOPC_CASEL