SAP Reports / Programs | Financials | Business Accounting | Accounting Engine(FIN-BAC-AE) SAP FIN

/EACC/DERIVATION_TEST SAP ABAP Report - Configuration of a Journal







/EACC/DERIVATION_TEST 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 /EACC/DERIVATION_TEST 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

/EACC/JOURNALCONF - Derivation Test


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


Text pool values


Selection Text: P_STRUCT = Characteristics
Selection Text: P_NEWMOV = New Request of Type MOVE
Selection Text: P_ADDASU = as Optional Source Charactertc
Selection Text: P_ADDAST = as New Target Characteristic
Selection Text: P_ADDASS = as New Source Characteristic
Selection Text: P_ACTIVT = Activate
Selection Text: L_JOURNL = D Journal
Selection Text: L_ACINST = D Accounting System
Selection Text: CH_MAINT = Maintain Rule Values
Selection Text: CH_INDEX = Maintain Database Indices
Selection Text: CH_ENHAN = Expand Source Characteristics
Selection Text: P_ADDF = Add field
Selection Text: P_NEWEXI = New Request of Type EXIT
Selection Text: P_MAINTC = Condition
Selection Text: P_LEVEL = D Document Level
Selection Text: P_GOTORQ = Go to Request No. ...
Selection Text: P_GOTORE = Go to Request No. ...
Selection Text: P_FLDNAM = D Field Name
Selection Text: P_DLREQ = Delete request
Selection Text: P_DERIV = Derivation
Selection Text: P_DELREQ = Delete request
Selection Text: P_DELFLD = Delete Characteristic
Selection Text: P_CUSTOM = Maintain Derivation
Selection Text: P_CONFIG = Configure Journal
Selection Text: P_ADDFLD = D Field Name
Selection Text: P_TOTADD = Add field
Selection Text: P_SETREL = Take Released Configuration
Selection Text: P_SETDAT = Set date
Selection Text: P_SAVEDR = Save
Selection Text: P_SAVE = Save
Selection Text: P_REQNUM = Sqce Number of Request
Selection Text: P_REQNO = Sqce Number of Request
Selection Text: P_RELEAS = Release
Selection Text: P_NWREQ = New Request
Selection Text: P_NEWREQ = New Request of Type USER
Selection Text: P_NEWRBR = New Requirement - Rule-Based
Selection Text: P_SHOWST = Display Configuration
Selection Text: P_SETRL = Take Released Configuration





Selection Text: P_SHOWCF = Display Configuration
Selection Text: P_SHOWRQ = Display Configuration
Selection Text: TARGETS = Target Characteristics
Selection Text: P_VIEW = D Technical Component
Selection Text: P_VALFR = Valid From
Selection Text: P_TOTPOS = Item Counter in Field
Selection Text: P_TOTIDX = Index of Totals Definition
Selection Text: P_TOTDSP = Display Configuration
Selection Text: P_TOTDIM = Dimension
Selection Text: P_TOTDEL = Delete field
Selection Text: P_TOTCHR = Field Name
Selection Text: P_TOTATT = Attribute (yes='X' / no=space)
Selection Text: P_TOTAL = Journal Totals
Title: Configuration of a Journal
Text Symbol: 001 = Add field
Text Symbol: 002 = Doc. Level
Text Symbol: 003 = Accounting View


INCLUDES used within this REPORT /EACC/DERIVATION_TEST

No INCLUDES are used within this REPORT code!


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 /EACC/DERIVATION_TEST or its description.