SAP Reports / Programs

RKEDRPRINT SAP ABAP Report - Characteristic Derivation: Overview







RKEDRPRINT 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 RKEDRPRINT 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 RKEDRPRINT. "Basic submit
SUBMIT RKEDRPRINT AND RETURN. "Return to original report after report execution complete
SUBMIT RKEDRPRINT 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: Overview
Text Symbol: 027 = Field name
Text Symbol: 026 = Origin
Text Symbol: 025 = Length
Text Symbol: 024 = From position
Text Symbol: 023 = Constant
Text Symbol: 022 = Op.
Text Symbol: 021 = Attributes
Text Symbol: 020 = Description
Text Symbol: 019 = Field name
Text Symbol: 018 = Origin
Text Symbol: 017 = are met
Text Symbol: 016 = This step is only carried out if the following conditions
Text Symbol: 015 = They can be maintained with a period of validity.
Text Symbol: 014 = Customer hierarchy type:
Text Symbol: 013 = Table lookup
Text Symbol: 012 = The rule entries are stored in table
Text Symbol: 011 = The system displays a message when no values were found
Text Symbol: 010 = Step
Text Symbol: 001 = Strategy
Text Symbol: 028 = Description
Text Symbol: 052 = Therefore no "From" and "To" values can be maintained
Text Symbol: 051 = Access Optimized
Text Symbol: 050 = The rule is called
Text Symbol: 043 = Copy new value if the new value is filled
Text Symbol: 042 = Copy new value, even if the new value is initial
Text Symbol: 041 = Length
Text Symbol: 040 = From position
Text Symbol: 039 = Target fields
Text Symbol: 038 = Length
Text Symbol: 037 = From position
Text Symbol: 036 = Fields to be copied
Text Symbol: 035 = Key fields
Text Symbol: 034 = Length
Text Symbol: 033 = From position
Text Symbol: 032 = Allow blank source field
Text Symbol: 031 = Constant:
Text Symbol: 030 = Source fields





Text Symbol: 029 = Attributes


INCLUDES used within this REPORT RKEDRPRINT

INCLUDE LKEDRTYP.
INCLUDE RKEB0580.


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