SAP Reports / Programs

ABADRTRACE SAP ABAP Report - Characteristic Derivation: Analyze Derivation Steps







ABADRTRACE 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 ABADRTRACE into the relevant SAP transactions such as SE38 or SE80


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


Text pool values


Title: Characteristic Derivation: Analyze Derivation Steps
Text Symbol: 402 = Derivation By Function Module
Text Symbol: 501 = Source field contains no value.
Text Symbol: 502 = Initial value allowed
Text Symbol: 503 = Overwrite Target Value
Text Symbol: 504 = None of the target fields are to be derived.
Text Symbol: 505 = already contains a value
Text Symbol: 506 = is not to be changed
Text Symbol: 507 = has already been derived
Text Symbol: 508 = No value found
Text Symbol: 509 = No value found: ERROR!
Text Symbol: 510 = Not fulfilled
Text Symbol: 511 = Fulfils
Text Symbol: 512 = Not available
Text Symbol: 513 = ***Source field does not exist
Text Symbol: 514 = Step is inactive
Text Symbol: 515 = Target value is overwritten if a value is found
Text Symbol: 516 = Initial Value Not Allowed
Text Symbol: 517 = Step not performed: ERROR!
Text Symbol: 600 = Field Name
Text Symbol: 601 = Description
Text Symbol: 602 = Origin
Text Symbol: 605 = Characteristics: Account assignment of results before derivation
Text Symbol: 610 = Char.
Text Symbol: 618 = Content before derivation
Text Symbol: 619 = Modif.
Text Symbol: 700 = Constant
Text Symbol: 002 = Derivation not performed. Reason:
Text Symbol: 003 = **** ERROR occurred!
Text Symbol: 005 = Derivation performed successfully
Text Symbol: 006 = Derivation was performed but no target values were changed
Text Symbol: 009 = No derivation analysis available
Text Symbol: 011 = Transaction
Text Symbol: 012 = Executed on
Text Symbol: 090 = Steps
Text Symbol: 100 = Check condition for step
Text Symbol: 102 = Contents
Text Symbol: 103 = Op.





Text Symbol: 104 = Constant
Text Symbol: 105 = Result
Text Symbol: 106 = Relationship
Text Symbol: 190 = Search completed
Text Symbol: 200 = Source Fields
Text Symbol: 202 = Contents
Text Symbol: 203 = Comments
Text Symbol: 300 = Target Fields
Text Symbol: 302 = Content before
Text Symbol: 303 = Content after
Text Symbol: 304 = Comments
Text Symbol: 305 = Contents
Text Symbol: 309 = Called up in the "Re-derive target fields" mode
Text Symbol: 310 = Values before/after
Text Symbol: 400 = Access Date
Text Symbol: 401 = Table lookup


INCLUDES used within this REPORT ABADRTRACE

INCLUDE LABADRTYP.
INCLUDE RABAEB0580.


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