SAP Reports / Programs

RFKK_ORG_MODEL_DN_ERP SAP ABAP Report - Create Organizational Model in ERP







RFKK_ORG_MODEL_DN_ERP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this program to automatically create the organizational model for disconnection notifications...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFKK_ORG_MODEL_DN_ERP 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 RFKK_ORG_MODEL_DN_ERP. "Basic submit
SUBMIT RFKK_ORG_MODEL_DN_ERP AND RETURN. "Return to original report after report execution complete
SUBMIT RFKK_ORG_MODEL_DN_ERP 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_ADD_U = Assignment of User to Position
Selection Text: P_AG_CU1 = Specialist (Unit 1)
Selection Text: P_AG_CU2 = Specialist (Unit 2)
Selection Text: P_CR_OM = Create Organizational Model
Selection Text: P_MG_CC = Manager (Department 1)
Selection Text: P_SV_CU1 = Group Leader (Unit 1)
Selection Text: P_SV_CU2 = Group Leader (Unit 2)
Selection Text: P_USER = User List
Title: Create Organizational Model in ERP
Text Symbol: O01 = Organization
Text Symbol: O02 = Org. Unit
Text Symbol: O03 = Position
Text Symbol: O04 = Activity
Text Symbol: O05 = User
Text Symbol: T01 = Disconnection Notice - Organizational Model
Text Symbol: T02 = Already exists
Text Symbol: T03 = Does Not Exist
Text Symbol: T04 = Could Not Be Assigned
Text Symbol: T05 = Created Successfully
Text Symbol: T06 = Exception Error
Text Symbol: T07 = Assigned Successfully To


INCLUDES used within this REPORT RFKK_ORG_MODEL_DN_ERP

INCLUDE RFKK_ORG_MODEL_CM_ERPF01.


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:

RHOM_GET_EXISTING_OBJECTS CALL FUNCTION 'RHOM_GET_EXISTING_OBJECTS' EXPORTING plvar = '01' otype = 'O' TABLES existing_objects = lt_existing_orgunit EXCEPTIONS no_active_plvar = 1 plvar_not_valid = 2 otype_not_found = 3 otype_not_allowed = 4 OTHERS = 5.



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