SAP Reports / Programs | Financial Accounting(FI) SAP FI

SAPDFKS0 SAP ABAP dialog Program - FI Customizing: Account Determination







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


Text pool values


Title: FI Customizing: Account Determination
Text Symbol: 002 = To account symbol ;;
Text Symbol: 003 = From chart of accts ;;
Text Symbol: 004 = To chart of accts ;;
Text Symbol: 005 = Specifications for acct determination
Text Symbol: A01 = Account Determination: Mod. to Acct Determinatn
Text Symbol: A02 = Acct Determ.: Value of Key
Text Symbol: A03 = Acct Determ.: Attribute Value
Text Symbol: D00 = Print ;;
Text Symbol: D01 = Debit ;;
Text Symbol: D02 = Credit ;;
Text Symbol: D03 = Chrt/accts;;
Text Symbol: D04 = Account symbol ;;
Text Symbol: D05 = Account ;;
Text Symbol: D06 = Name
Text Symbol: M00 = (please complete)
Text Symbol: P00 = Account determination key changes ;;
Text Symbol: P01 = Adding an account determination ;;
Text Symbol: P02 = key requires revising the ;;
Text Symbol: P03 = posting specifications. ;;
Text Symbol: P04 = Is the account determination key ;;
Text Symbol: P05 = to be used? ;;
Text Symbol: P06 = Leaving out an acct determination ;;
Text Symbol: 001 = From account symbol ;;
Text Symbol: P08 = posting specifications. ;;
Text Symbol: P09 = Is the acct determination key ;;
Text Symbol: P10 = to be left out? ;;
Text Symbol: P41 = Save data
Text Symbol: P42 = first?
Text Symbol: PT1 = Exit Editing
Text Symbol: PT2 = *
Text Symbol: T01 = Control
Text Symbol: T02 = Posting Specifications
Text Symbol: T03 = Accounts
Text Symbol: T04 = Account Symbols
Text Symbol: T05 = Document Type
Text Symbol: T07 = Posting Specification Details
Text Symbol: T08 = Simulation





Text Symbol: TW1 = Chart of Accounts
Text Symbol: TW2 = Copy
Text Symbol: TW3 = Create
Text Symbol: TW4 = Application
Text Symbol: TW5 = Copy from Account Symbol
Text Symbol: TW6 = Copy from Chart of Accounts
Text Symbol: TW7 = Position
Text Symbol: P07 = key requires revising the ;;


INCLUDES used within this REPORT SAPDFKS0

INCLUDE DFKB0CPD. " DATENFELDER
INCLUDE DFKB0CPF. " FORMS + MODULE
INCLUDE DFKB1F10. " FORMS + MODULE
INCLUDE DFKS0USD. " DATA-DEFINITIONEN
INCLUDE DFKS0USR. " FORM-ROUTINEN
INCLUDE DFKS0O00.
INCLUDE DFKS0I00.
INCLUDE DFKS0F00.


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