SAP Reports / Programs

GRPC_CUT_ORG_OBJECTS_NEW SAP ABAP Report - Reduce Validity of Organization-Dependent Objects on Key Date







GRPC_CUT_ORG_OBJECTS_NEW 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 GRPC_CUT_ORG_OBJECTS_NEW 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 GRPC_CUT_ORG_OBJECTS_NEW. "Basic submit
SUBMIT GRPC_CUT_ORG_OBJECTS_NEW AND RETURN. "Return to original report after report execution complete
SUBMIT GRPC_CUT_ORG_OBJECTS_NEW 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_DATE = D .
Selection Text: P_ORG = Orgunit ID
Selection Text: P_SIMU = Simulation
Title: Reduce Validity of Organization-Dependent Objects on Key Date
Text Symbol: 001 = Number of Assigned Processes
Text Symbol: 002 = Number of Assigned Management Controls
Text Symbol: 003 = Number of Assigned Management Controls (Process Groups)
Text Symbol: 004 = Number of Assigned Account Groups
Text Symbol: 005 = Error when determining account groups of organizational unit
Text Symbol: 006 = Error when determining management controls (process groups) of org unit
Text Symbol: 007 = Error when determining management controls of organizational unit
Text Symbol: 008 = Error when determining processes of organizational unit
Text Symbol: 009 = New Valid-To Date of Dependent Objects
Text Symbol: 010 = Organizational Unit
Text Symbol: 011 = Error when deleting an object
Text Symbol: 012 = Error when reducing the valid-to date of an object
Text Symbol: 100 = All the child orgunit will be delimited. Do you really want to continue?
Text Symbol: 105 = Objects to cut:
Text Symbol: 106 = Objects to delete:


INCLUDES used within this REPORT GRPC_CUT_ORG_OBJECTS_NEW

INCLUDE DELIMIT.


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:

RH_OBJID_REQUEST CALL FUNCTION 'RH_OBJID_REQUEST' EXPORTING plvar = '01' otype = grpch_o seark = '*' IMPORTING sel_object = l_objec EXCEPTIONS cancelled = 1 wrong_condition = 2 nothing_found = 3 internal_error = 4 illegal_mode = 5 OTHERS = 6.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING * TITLEBAR = ' ' * DIAGNOSE_OBJECT = ' ' text_question = 'All the child orgunit will be delimited. Do you really want to continue?'(100)



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