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

ABADRTRACE_NEW SAP ABAP Report - Characteristic Derivation: Analyze Derivation Steps







ABADRTRACE_NEW 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_NEW 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_NEW. "Basic submit
SUBMIT ABADRTRACE_NEW AND RETURN. "Return to original report after report execution complete
SUBMIT ABADRTRACE_NEW 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: 701 = Account Assignment
Text Symbol: 703 = Content before derivation
Text Symbol: 705 = Characteristic derivation
Text Symbol: 707 = Values before/after
Text Symbol: 709 = Steps
Text Symbol: 712 = Source Fields
Text Symbol: 714 = Target Fields
Text Symbol: 716 = Conditions
Text Symbol: 720 = Source
Text Symbol: 721 = Field Name
Text Symbol: 722 = Value Before
Text Symbol: 723 = Value After
Text Symbol: 724 = Step
Text Symbol: 726 = Result
Text Symbol: 727 = Reason
Text Symbol: 728 = Table
Text Symbol: 729 = Contents
Text Symbol: 730 = Operator
Text Symbol: 731 = Constant
Text Symbol: 732 = Relationship
Text Symbol: 740 = Derivation Type
Text Symbol: 750 = (
Text Symbol: 751 = )
Text Symbol: 760 = Table
Text Symbol: 619 = Modifiable
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: 304 = Comments
Text Symbol: 400 = Access Date
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 = Fulfilled
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: 517 = Step not performed: ERROR!
Text Symbol: 601 = Description
Text Symbol: 610 = Char.
Text Symbol: 618 = Content before derivation


INCLUDES used within this REPORT ABADRTRACE_NEW

INCLUDE LABADRTYP.


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:

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = gc_structure CHANGING ct_fieldcat = lt_fieldcatalog.



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