SAP Reports / Programs | Production and Revenue Accounting | Industry Solution Oil | Production and Revenue Accounting(IS-OIL-PRA) SAP IS

SAPMOIUCM_MAINTAIN_CM_SN_NR SAP ABAP dialog Program - Maintain PRA Number Ranges







SAPMOIUCM_MAINTAIN_CM_SN_NR is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for Defining System Number Ranges Use this transaction to maintain number range intervals for the majority of PRA tables...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 SAPMOIUCM_MAINTAIN_CM_SN_NR 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

O5UCM_SN_NR - PRA Number Range Maintenance


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


Text pool values


Title: Maintain PRA Number Ranges
Text Symbol: 702 = all sub-objects? ;;
Text Symbol: 701 = Do you want to transport ;;
Text Symbol: 700 = Transport intervals
Text Symbol: 027 = PRA Number Range Maintenance
Text Symbol: 026 = Extern Interval Not Maintained
Text Symbol: 025 = SAP is NOT responsible for errors caused by improper transports.
Text Symbol: 024 = Improper transportation of intervals CAN destroy data integrity.
Text Symbol: 023 = Transporting number range intervals need to be carefully handled.
Text Symbol: 022 = Transport Num Range Intervals
Text Symbol: 021 = Confirm
Text Symbol: 020 = Proceeding will void full support by SAP for this client.
Text Symbol: 019 = You have elected to NOT fix the errors or warnings.
Text Symbol: 018 = Caution!
Text Symbol: 017 = Proceed?
Text Symbol: 016 = this client will NOT be fully support by SAP.
Text Symbol: 015 = With errors or warnings in system entries,
Text Symbol: 014 = Errors or warnings were detected for various system entries.
Text Symbol: 013 = These intervals are CRITICAL to PRA and must be maintained.
Text Symbol: 012 = System number range intervals are required for PRA operation.
Text Symbol: 011 = Maintain Configuration
Text Symbol: 010 = No Valid Year Interval Exists
Text Symbol: 008 = Interval From Config Missing
Text Symbol: 007 = Configuration Not Maintained
Text Symbol: 006 = Both Interval & Config Missing
Text Symbol: 005 = Maintain Number Range Interval
Text Symbol: 003 = Interval Differs Frm Suggested
Text Symbol: 002 = Intern Interval Not Maintained
Text Symbol: 001 = Everything Correct


INCLUDES used within this REPORT SAPMOIUCM_MAINTAIN_CM_SN_NR

INCLUDE MOIUCM_MAINTAIN_CM_SN_NRTOP.
INCLUDE MOIUCM_MAINTAIN_CM_SN_NRO01.
INCLUDE MOIUCM_MAINTAIN_CM_SN_NRF01.
INCLUDE MOIUCM_MAINTAIN_CM_SN_NRI01.


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:

No SAP FUNCTION MODULES are executed within this report code!



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