SAP Reports / Programs

FINDR_MAINT SAP ABAP dialog Program - Customizing for Characteristic Derivation







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

FINDR0 - ParameterTransaction Derivation Tool


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 FINDR_MAINT. "Basic submit
SUBMIT FINDR_MAINT AND RETURN. "Return to original report after report execution complete
SUBMIT FINDR_MAINT 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: 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
Text Symbol: 195 = hide deleted entries
Text Symbol: 200 = sort entries...
Text Symbol: 201 = check entries...
Text Symbol: 202 = find &...
Text Symbol: 203 = copy entries...
Text Symbol: 204 = Function modules
Text Symbol: 490 = Transaction ABAD0 cannot be called up directly
Text Symbol: 491 = Use the corresponding transaction for your application.
Text Symbol: 500 = Change
Text Symbol: 501 = on
Text Symbol: 521 = Definition
Text Symbol: 522 = Condition
Text Symbol: 523 = Attributes
Text Symbol: 530 = &1 Component &2: not in any project
Text Symbol: 531 = &1 Component &2: project &3 is inactive
Text Symbol: 532 = &1 Component &2: project &3 is active
Text Symbol: 800 = Table Lookup
Text Symbol: 801 = Derivation Rule
Text Symbol: 802 = Function 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: 901 = Issue Error Message
Text Symbol: 902 = End Processing
Text Symbol: 903 = Entries with Validity Date
Text Symbol: 904 = Optimize Access
Text Symbol: 001 = To
Text Symbol: 003 = Name





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 Properties
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: 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 = Name
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 srce values 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


INCLUDES used within this REPORT FINDR_MAINT

INCLUDE FINDRTOP.
INCLUDE FINDRF01.
INCLUDE FINDR100.
INCLUDE FINDR200.
INCLUDE FINDR230.





INCLUDE FINDR270.
INCLUDE FINDR5300.
INCLUDE FINDR5400.
INCLUDE FINDR5500.
INCLUDE FINDR5550.
INCLUDE FINDR5650.
INCLUDE FINDR5700.
INCLUDE FINDR720.
INCLUDE FINDR740.
INCLUDE FINDR800.
INCLUDE FINDR900.
INCLUDE FINDR960.
INCLUDE FINDR999.
INCLUDE FINDRF02.
INCLUDE FINDRF03.
INCLUDE FINDRENTRIES.
INCLUDE FINDR5000.


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