SAPDFKB5 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 SAPDFKB5 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: Posting Keys
Text Symbol: T22 = Change Name
Text Symbol: T21 = Create posting key
Text Symbol: T15 = Transport
Text Symbol: T14 = Special G/L Indicator
Text Symbol: T13 = Detail Screen
Text Symbol: T12 = List
Text Symbol: T11 = Initial Screen
Text Symbol: T02 = Maintain
Text Symbol: T01 = Display
Text Symbol: PT7 = Special G/L Indicator
Text Symbol: PT6 = List
Text Symbol: PT5 = Back
Text Symbol: PT4 = Delete posting key
Text Symbol: PT3 = Create posting key
Text Symbol: PT2 = Other posting key
Text Symbol: PT1 = Exit Editing
Text Symbol: P42 = the data first?
Text Symbol: P41 = Do you want to save
Text Symbol: P32 = the posting key ?
Text Symbol: P31 = Do you wish to delete
Text Symbol: P24 = Would you like to create it ?
Text Symbol: P22 = does not exist.
Text Symbol: P21 = The posting key entered
Text Symbol: P12 = editing ?
Text Symbol: P11 = Would you like to exit
Text Symbol: 005 = Account Assignment Model
Text Symbol: 004 = Selected posting keys
Text Symbol: 003 = Posting keys ;;
Text Symbol: 002 = Field status definition
Text Symbol: 001 = < missing >
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PREPARE_FIELD_SELECT_STRING call function 'PREPARE_FIELD_SELECT_STRING' exporting incoming_string = tbsl_string string_id = string_id text1 = char text2 = space xchange = xchng xnodisp = 'X' importing outgoing_string = tbsl_string acttyp = acttyp.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting titel = d01_titel textline1 = text-p41 textline2 = text-p42 importing answer = answer.
POPUP_TO_CONFIRM_LOSS_OF_DATA call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' exporting titel = d02_titel textline1 = text-p11 textline2 = text-p12 importing answer = answer.
POPUP_TO_CONFIRM_WITH_VALUE call function 'POPUP_TO_CONFIRM_WITH_VALUE' exporting titel = text-pt4 text_before = text-p31 objectvalue = tbsl-bschl text_after = text-p32 defaultoption = 'N' importing answer = answer.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.