SAP Reports / Programs | Basis Components | Business Management | Organizational Management(BC-BMT-OM) SAP BC

OM_START_NF SAP ABAP Report - Program OM_START







OM_START_NF 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 OM_START_NF 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

NBCH - Change Hospital Structure
CIC_PPOCE - Create CIC Organizational Plan
NBDI - Display Hospital Structure
PPOCA - Create Attributes
PPOCE - Create Organization and Staffing
PPOCW - Create Org. and Staffing (WF)
PPOMA - Change Attributes
PPOME - Change Organization and Staffing
PPOMW - Change Org. and Staffing (WF)
CIC_PPOSE - Display CIC Organizational Plan
PPOSA - Display attributes
PPOSE - Display organization and Staffing
PPOSW - Display Org. and Staffing (WF)
IMEO3 - Display Inv.Program in Enterp. Org.
CIC_PPOME - Change CIC Organizational Plan
IMEO2 - Change Inv.Program in Enterp. Org.
UG_HR_PPOSE - Display Organization and Staffing
UG_HR_PPOCE - Create Organization and Staffing
UG_HR_PPOME - Change Organization and Staffing
GRFN_STR_CHANGE - Change Process Control
RTHCOC - Create Retail Object Assignment
RTHCOD - Display Retail Object Assignment
GRFN_STR_CREATE - Create Process Control
/SAPPCE/ORG01 - Create Enterprise Structure
GRFN_STR_DISPLAY - Display Process Control
/SAPPCE/ORG02 - Change Enterprise Structure
RTHCOM - Change Retail Object Assignment
/SAPPCE/ORG03 - Display Enterprise Structure
GRRM_ILD_DISPLAY - Display Process Control
GRRM_ILD_CREATE - Create Process Control
HRTMC_PPOC - Create Succession Planning and Org.
HRTMC_PPOM - Change Succession Planning and Org.
HRTMC_PPOS - Display Succession Planning and Org.
ICLRBPOM01 - Create RBP-OM Assignment Data
ICLRBPOM02 - Change RBP-OM Assignment Data
GRRM_ILD_CHANGE - Assign Incident/Loss Attributes
GRPC_STR_DISPLAY - Display Process Control
ICLRBPOM03 - Display RBP-OM Assignment Data
FOPC_STR_DISPLAY - Display MIC
FOPC_STR_CREATE - Create MIC
GRPC_STR_CREATE - Create Process Control
FOPC_STR_CHANGE - Change MIC
IMEO1 - Create Inv.Program in Enterprise Org
GRPC_STR_CHANGE - Change Process Control


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


Text pool values


Title: Program OM_START


INCLUDES used within this REPORT OM_START_NF

No INCLUDES are used within this REPORT code!


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:

NF_GM_CREATE call function 'NF_GM_CREATE' * EXPORTING * transactionscode = 'PPOME' importing next_transactioncode = next_tcode.



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