SAP Reports / Programs | Cross-Application Components | General Application Functions(CA-GTF) SAP CA

SAPMABADR SAP ABAP dialog Program - Customizing for Characteristic Derivation







SAPMABADR is a standard Module pool for a dialog screen ABAP Program 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 SAPMABADR 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

ABAD0 - Derivation: Initial Screen


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


Text pool values


Title: Customizing for Characteristic Derivation
Text Symbol: 602 = User-Defined
Text Symbol: 601 = Inactive
Text Symbol: 600 = Active
Text Symbol: 534 = BAdI &1 is active
Text Symbol: 533 = BAdI &1 is not active
Text Symbol: 532 = &1 Component &2: project &3 is active
Text Symbol: 531 = &1 Component &2: project &3 is inactive
Text Symbol: 530 = &1 Component &2: not in any project
Text Symbol: 523 = Attributes
Text Symbol: 522 = Condition
Text Symbol: 521 = Definition
Text Symbol: 501 = On
Text Symbol: 500 = Change
Text Symbol: 491 = Use the corresponding transaction for your application.
Text Symbol: 490 = Transaction ABAD0 cannot be executed directly
Text Symbol: 204 = Function Modules
Text Symbol: 203 = Copy Entries...
Text Symbol: 202 = Find &...
Text Symbol: 201 = Check Entries...
Text Symbol: 200 = Sort Entries...
Text Symbol: 195 = Hide Deleted Entries
Text Symbol: 603 = Not User-Defined
Text Symbol: 604 = Modifiable
Text Symbol: 605 = Not Modifiable
Text Symbol: 606 = Condition
Text Symbol: 607 = No Condition
Text Symbol: 608 = Partially Active
Text Symbol: 609 = Rule Values
Text Symbol: 610 = Details
Text Symbol: 611 = Change
Text Symbol: 612 = Error
Text Symbol: 613 = Equals
Text Symbol: 614 = Create Long Text
Text Symbol: 800 = Table Lookup
Text Symbol: 801 = Derivation Rule
Text Symbol: 802 = Routine Call
Text Symbol: 803 = Enhancement





Text Symbol: 804 = Assignment
Text Symbol: 805 = Initialization
Text Symbol: 806 = Customer Hierarchy
Text Symbol: 807 = Old Enhancement
Text Symbol: 809 = Function Module
Text Symbol: 001 = To
Text Symbol: 003 = Description
Text Symbol: 004 = Valid from
Text Symbol: 005 = Deleted
Text Symbol: 006 = Time Stamp
Text Symbol: 100 = Undo changes made
Text Symbol: 101 = since last save?
Text Symbol: 102 = Confirmation Prompt
Text Symbol: 104 = Field Characteristics
Text Symbol: 105 = Leave without saving?
Text Symbol: 106 = Confirmation Prompt
Text Symbol: 107 = Save changes?
Text Symbol: 108 = Confirmation Prompt
Text Symbol: 109 = Derivation rule:
Text Symbol: 110 = Do you want to transport the rule values as well?
Text Symbol: 111 = Transport strategy
Text Symbol: 112 = Rule values already exist
Text Symbol: 113 = Continue and delete rule values?
Text Symbol: 114 = Confirmation Prompt
Text Symbol: 115 = Delete all values?
Text Symbol: 117 = Save despite failed
Text Symbol: 118 = transport update?
Text Symbol: 120 = User-defined step ID (optional, see F1 help)
Text Symbol: 121 = User-defined step ID
Text Symbol: 130 = Description
Text Symbol: 140 = Read rule values...
Text Symbol: 150 = Add to source values for & ?
Text Symbol: 151 = Transfer values from master data table
Text Symbol: 152 = Do you want to add to SourceValues for &
Text Symbol: 153 = on the basis of the line selected ?
Text Symbol: 155 = Set with which valid-from date ?
Text Symbol: 158 = & values read
Text Symbol: 159 = Do you really want to add the values ?
Text Symbol: 180 = No Time Filter Active





Text Symbol: 181 = Time Filter Active
Text Symbol: 182 = Valid Values Up to Date from
Text Symbol: 183 = to maximum
Text Symbol: 184 = Value Filter Active:
Text Symbol: 185 = No Value Filter Active
Text Symbol: 187 = Rule entries exist
Text Symbol: 188 = Do you want to copy them ?
Text Symbol: 189 = Do you still want to delete the entries and save ?
Text Symbol: 190 = The rule entries could not be copied


INCLUDES used within this REPORT SAPMABADR

INCLUDE MABADRTOP.
INCLUDE MABADRF01.
INCLUDE MABADR100.
INCLUDE MABADR200.
INCLUDE MABADR230.
INCLUDE MABADR270.
INCLUDE MABADR5300.
INCLUDE MABADR5400.
INCLUDE MABADR5500.
INCLUDE MABADR5550.
INCLUDE MABADR5650.
INCLUDE MABADR5700.
INCLUDE MABADR720.
INCLUDE MABADR740.
INCLUDE MABADR800.
INCLUDE MABADR900.
INCLUDE MABADR960.
INCLUDE MABADR999.
INCLUDE MABADRF02.
INCLUDE MABADRF03.
INCLUDE MABADRFENTRIES.
INCLUDE MABADR5000.


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