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

SAPDFKA6 SAP ABAP dialog Program - FI Customizing: Entry Screens







SAPDFKA6 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 SAPDFKA6 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 SAPDFKA6. "Basic submit
SUBMIT SAPDFKA6 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPDFKA6 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: Entry Screens
Text Symbol: TP6 = Specify output length
Text Symbol: TP5 = Standard variants
Text Symbol: TP4 = Screen variants
Text Symbol: TP3 = Copy variant
Text Symbol: TP2 = Create variant
Text Symbol: TP1 = Administrative data
Text Symbol: T05 = Cancel
Text Symbol: T04 = Delete variant
Text Symbol: T03 = Other line layout
Text Symbol: T02 = Back
Text Symbol: T01 = Exit
Text Symbol: PT2 = *
Text Symbol: PT1 = *
Text Symbol: P32 = be deleted?
Text Symbol: P31 = Should variant
Text Symbol: P12 = editing?
Text Symbol: P11 = Do you want to exit
Text Symbol: 003 = Selected variants
Text Symbol: 002 = *Text missing*
Text Symbol: 001 = Parameters


INCLUDES used within this REPORT SAPDFKA6

INCLUDE DFKB0CPD. " DATENFELDER
INCLUDE DFKB0CPF. " FORMS + MODULE


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:

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING * LANGUAGE = SY-LANGU POPUP_TITLE = ' ' * START_COLUMN = 10 * START_ROW = 3 TEXT_OBJECT = 'ACC_CCA_SCREENVARIANT' * HELP_MODAL = 'X' * IMPORTING * CANCELLED = * EXCEPTIONS * TEXT_NOT_FOUND = 1 * OTHERS = 2 .

HELP_DOCU_SHOW_FOR_FIELD CALL FUNCTION 'HELP_DOCU_SHOW_FOR_FIELD' EXPORTING FIELDNAME = FDNAM TABNAME = TBNAM EXCEPTIONS OTHERS = 1.

HELP_DOCU_SHOW_FOR_FIELD CALL FUNCTION 'HELP_DOCU_SHOW_FOR_FIELD' EXPORTING FIELDNAME = FDNAM TABNAME = TBNAM EXCEPTIONS OTHERS = 1.

LINE_LAYOUT_CHECK_ID CALL FUNCTION 'LINE_LAYOUT_CHECK_ID' EXPORTING I_PROGN = IMP-PROGN I_ANWND = IMP-ANWND.

FI_CUST_CLIENT_CHECK CALL FUNCTION 'FI_CUST_CLIENT_CHECK'.

FI_CUST_READ_DOMVALUETEXT CALL FUNCTION 'FI_CUST_READ_DOMVALUETEXT' EXPORTING DOMNAME = DD07L-DOMNAME DOMVALUE = DD07L-DOMVALUE_L IMPORTING DDTEXT = DD07T-DDTEXT.

FI_CUST_READ_DOMVALUETEXT CALL FUNCTION 'FI_CUST_READ_DOMVALUETEXT' EXPORTING DOMNAME = DD07L-DOMNAME DOMVALUE = DD07L-DOMVALUE_L IMPORTING DDTEXT = *DD07T-DDTEXT.

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.

LINE_LAYOUT_INIT CALL FUNCTION 'LINE_LAYOUT_INIT' EXPORTING I_PROGN = IMP-PROGN I_ANWND = IMP-ANWND I_ANZRO = XT021F-ANZRO I_BUVAR = SPACE I_TCODE = 'FAKP' IMPORTING E_MDYNP = STATUS-MDYNP E_VDYNP = STATUS-VDYNP E_CDYNP = STATUS-CDYNP E_WDYNP = STATUS-WDYNP TABLES T_BUVTAB = BUVTAB.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING POPUP_TITLE = TEXT-001 IMPORTING RETURNCODE = ANSWER TABLES FIELDS = VALUES.

LINE_LAYOUT_GENERATE CALL FUNCTION 'LINE_LAYOUT_GENERATE' EXPORTING I_ANWND = T021D-ANWND I_ANZRO = XT021F-ANZRO I_BUVAR = SPACE I_DYNNR = T021D-DYNNR I_PROGN = T021D-PROGN I_TCODE = 'FAKP' I_VARNR = AUSW-VARNR TABLES T_T021I = XT021I.

LINE_LAYOUT_GENERATE CALL FUNCTION 'LINE_LAYOUT_GENERATE' EXPORTING I_ANWND = T021D-ANWND I_ANZRO = XT021F-ANZRO I_BUVAR = BUVTAB-BUVAR I_DYNNR = STATUS-DYNNR_021H I_PROGN = T021D-PROGN I_TCODE = 'FAKP' I_VARNR = AUSW-VARNR TABLES T_T021I = XT021I.

POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING TITEL = TEXT-T04 TEXT_BEFORE = TEXT-P31 OBJECTVALUE = VARNR TEXT_AFTER = TEXT-P32 DEFAULTOPTION = 'N' IMPORTING ANSWER = ANSWER.



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