SAP Reports / Programs

CNV_MBT_RULES_DEF_46 SAP ABAP Report - Rules Maintenance platform : Main program







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

CNV_MBT_RULES - Rule Maintenance Platform


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 CNV_MBT_RULES_DEF_46. "Basic submit
SUBMIT CNV_MBT_RULES_DEF_46 AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_MBT_RULES_DEF_46 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_PHASE = Phase
Selection Text: P_PACK = Package Number
Selection Text: P_DISP = Display only
Selection Text: P_ACT_ID = Activity ID
Title: Rules Maintenance platform : Main program
Text Symbol: 088 = Rule cannot have more than one Exporting parameter
Text Symbol: 086 = Rules for package
Text Symbol: 085 = Z
Text Symbol: 084 = CNV_MBT_
Text Symbol: 083 = is already assigned to rule
Text Symbol: 082 = Table
Text Symbol: 081 = Domain and Rollname
Text Symbol: 072 = Select / Unselect
Text Symbol: 071 = Select
Text Symbol: 070 = Package
Text Symbol: 069 = No Table Assignments made
Text Symbol: 068 = Do you wish to append or replace the entries?
Text Symbol: 067 = Generate tables
Text Symbol: 066 = Replace
Text Symbol: 065 = Append
Text Symbol: 064 = You have already entered a few tables.
Text Symbol: 063 = Rule Name
Text Symbol: 062 = Status
Text Symbol: 061 = Active
Text Symbol: 060 = Source Package
Text Symbol: 059 = Created By
Text Symbol: 058 = Description
Text Symbol: 110 = The source code is not active. Please activate before proceeding
Text Symbol: 109 = Data type and typing method may not be correct.
Text Symbol: 108 = Do you wish to save the rule to the transport request ?
Text Symbol: 107 = Enter a valid domain name for parameter
Text Symbol: 106 = Enter Identifier for consistent scrambling
Text Symbol: 105 = Rule exists for same domain name, please use another combination
Text Symbol: 104 = Please adjust the table assignments accordingly
Text Symbol: 103 = See documentation for details
Text Symbol: 102 = Rule Created. Please enter the Source Code.
Text Symbol: 101 = and field
Text Symbol: 100 = Rule for table





Text Symbol: 099 = Rule for domain
Text Symbol: 098 = Maintain Scrambling Rules
Text Symbol: 097 = Maintain Rules
Text Symbol: 096 = Display Rules
Text Symbol: 095 = Do you want to display or maintain rules?
Text Symbol: 094 = is inactive and cannot be used for scrambling
Text Symbol: 093 = Insert
Text Symbol: 092 = and receiver field
Text Symbol: 091 = Parameter Value not maintained for table
Text Symbol: 090 = Auto fill Sender Parameters
Text Symbol: 089 = Generate Domains
Text Symbol: 026 = Exit Rule Maintenance
Text Symbol: 025 = Active
Text Symbol: 024 = Inactive
Text Symbol: 021 = Display field parameters
Text Symbol: 020 = Error while instantiating ABAP proxy of TextEdit control
Text Symbol: 019 = Step
Text Symbol: 018 = Exclude
Text Symbol: 017 = Field Name
Text Symbol: 016 = Table Name
Text Symbol: 015 = Rules for Package
Text Symbol: 014 = Description
Text Symbol: 013 = Rollname
Text Symbol: 012 = Domain
Text Symbol: 011 = Typing
Text Symbol: 010 = Datatype
Text Symbol: 009 = Im/Ex
Text Symbol: 008 = Parameter
Text Symbol: 007 = All dependent entries will also be deleted. Do you really want to delete the selected rule(s)?
Text Symbol: 006 = Delete Rule
Text Symbol: 005 = No
Text Symbol: 004 = Yes
Text Symbol: 003 = New
Text Symbol: 002 = Inconsistent
Text Symbol: 001 = Consistent
Text Symbol: 027 = There are unsaved changes. Save before leaving?
Text Symbol: 056 = Create
Text Symbol: 055 = Delete
Text Symbol: 054 = View Details





Text Symbol: 053 = Copy
Text Symbol: 052 = Display
Text Symbol: 051 = Change
Text Symbol: 050 = Close
Text Symbol: 049 = Activate anyway?
Text Symbol: 048 = Process error
Text Symbol: 047 = Activate anyway
Text Symbol: 046 = There are syntax errors.
Text Symbol: 045 = Error during activation
Text Symbol: 044 = Rules are not maintained for this package. Do you want to continue?
Text Symbol: 043 = Entries corresponding to the field related rule(field level assignment) not maintained
Text Symbol: 042 = Event related information also maintained for field related rule
Text Symbol: 041 = Field related information also maintained for event related rule
Text Symbol: 040 = Entries corresponding to the field related rule(domain level assignment) not maintained
Text Symbol: 039 = Entries corresponding to the event related rule not maintained
Text Symbol: 038 = No Exporting parameter specified for the rule
Text Symbol: 037 = No Importing parameter specified for the rule
Text Symbol: 036 = Enter the Rule type
Text Symbol: 035 = Enter the Rule Classification
Text Symbol: 029 = Domain
Text Symbol: 028 = Error


INCLUDES used within this REPORT CNV_MBT_RULES_DEF_46

INCLUDE CNV_MBT_SM_PARAMS.
INCLUDE CNV_MBT_RULESDEF_TOP.
INCLUDE CNV_MBT_RULES_MACROS.
INCLUDE CNV_MBT_RULES_DEF_46_CLASS.
INCLUDE CNV_MBT_RULES_DEF_46_O01.
INCLUDE CNV_MBT_RULES_DEF_46_I01.
INCLUDE CNV_MBT_RULES_DEF_46_F01.
INCLUDE CNV_MBT_RULESDEF_RULECODING.
INCLUDE CNV_MBT_SM_MACROS.


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