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
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.
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
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.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.