SAP Reports / Programs | Project System | Material(PS-MAT) SAP PS

RGRPGA01 SAP ABAP Report - Collective Assignment of WBS elements to a Grouping WBS element







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

GRM3 - Colective Processing: Assignments


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 RGRPGA01. "Basic submit
SUBMIT RGRPGA01 AND RETURN. "Return to original report after report execution complete
SUBMIT RGRPGA01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RGRPGA01

INCLUDE RGRPGATOP.
INCLUDE PSDBCDAT.


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:

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.



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