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

DFKB1F00 SAP ABAP INCLUDE - Check validity of payment reference (KIDNO)







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


INCLUDES used within this REPORT DFKB1F00

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:

KOKRS_GET_FROM_BUKRS CALL FUNCTION 'KOKRS_GET_FROM_BUKRS' EXPORTING i_bukrs = d01_vbukr IMPORTING e_kokrs = ld_kokrs.

RK_KSTAR_READ CALL FUNCTION 'RK_KSTAR_READ' EXPORTING datum = sy-datum kokrs = ld_kokrs kstar = d01_konto EXCEPTIONS OTHERS = 1.

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.

HELP_DOCU_SHOW_FOR_FIELD CALL FUNCTION 'HELP_DOCU_SHOW_FOR_FIELD' EXPORTING display = 'X' tabname = f4-tabname fieldname = f4-fieldname.

HELP_VALUES_GET CALL FUNCTION 'HELP_VALUES_GET' EXPORTING tabname = f4-tabname fieldname = f4-fieldname IMPORTING select_value = f4-value.

READ_KONTENPLAN_AND_TEXT CALL FUNCTION 'READ_KONTENPLAN_AND_TEXT' EXPORTING kontenplan = t001-ktopl sachkonto = ska1-saknr sprache = sy-langu IMPORTING text_wa = skat EXCEPTIONS kontenplan_not_found = 1 text_not_found = 2.

POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING titel = text-ptd text_before = text-p21 objectvalue = char text_after = text-p22 defaultoption = 'N' IMPORTING answer = answer.

FI_POSTING_KEY_DATA CALL FUNCTION 'FI_POSTING_KEY_DATA' EXPORTING i_bschl = t030b-bschs IMPORTING e_koart = koart.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING titel = text-ptc diagnosetext1 = text-p51 diagnosetext2 = text-p52 diagnosetext3 = text-p53 textline1 = text-p54 IMPORTING answer = answer.

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = 'U' view_name = iview TABLES dba_sellist = gt_sellist excl_cua_funct = lt_excl_cua.

KOKRS_GET_FROM_BUKRS CALL FUNCTION 'KOKRS_GET_FROM_BUKRS' EXPORTING i_bukrs = id_sending_ccode IMPORTING e_kokrs = ld_sending_coarea.

KOKRS_GET_FROM_BUKRS CALL FUNCTION 'KOKRS_GET_FROM_BUKRS' EXPORTING i_bukrs = id_receiving_ccode IMPORTING e_kokrs = ld_receiving_coarea.



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