SAP Reports / Programs | Financial Services | Loans Management(FS-CML) SAP FS

MF67KF00 SAP ABAP INCLUDE - R/2 RF-VV Daten entgegennehmen und lokal speichern







MF67KF00 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 MF67KF00 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 MF67KF00. "Basic submit
SUBMIT MF67KF00 AND RETURN. "Return to original report after report execution complete
SUBMIT MF67KF00 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 MF67KF00

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:

TRANSACTION_LOAN_LOAD CALL FUNCTION 'TRANSACTION_LOAN_LOAD' EXPORTING BUKRS = VDARL-BUKRS P_I_TYPE = ' ' RANL = VDARL-RANL SANLF = VDARL-SANLF TABLES YVDBEKI = YVDBEKI YVDBEPI = YVDBEPI YVDBEPP = YVDBEPP EXCEPTIONS RANL_NOT_FOUND = 01.

TRANSACTION_LOAN_FILL CALL FUNCTION 'TRANSACTION_LOAN_FILL' EXPORTING * wg TODO i_solist = vdarl-ssolist "KZ Soll- oder Ist-Prinzip P_I_TYPE = ' ' "KZ Plan- und/oder Ist-Sätze "P=nur Plan, I=nur Ist, ' '=alle * wg TODO i_refresh = ' ' "' ' = kein refresh auf MY_ZITI..

CASH_FLOW_CONSTRUCT_LOAN CALL FUNCTION 'CASH_FLOW_CONSTRUCT_LOAN' EXPORTING I_KOKO = XVZZKOKO I_SAKTPAS = ' ' I_SSOLIST = VDARL-SSOLIST I_VDARL = VDARL IMPORTING E_DRSALDO = DRSALDO E_RSALDO = RSALDO TABLES I_BEPP = MY_ZITIBEPP I_KOPO = IVZZKOPO EXCEPTIONS KEINE_TILGUNGSKONDITIONEN = 01 LAUFZEITENDE_FEHLT = 02 LAUFZEITENDE_NICHT_ERMITTELBAR = 03 LAUFZEIT_ODER_RATE_FEHLT = 04 NEGATIVE_TILGUNG_AUFGETRETEN = 05.

LOAN_ACCOUNT_PREPARE CALL FUNCTION 'LOAN_ACCOUNT_PREPARE' EXPORTING BUCHEN = BUCH "KZ Buchen 'X' = Ja; 'N' = Nein VORGANG = VORGANG "Sollst.zu Vorgang zusammenfassen

LOAN_FLOW_TYPE_REFERENCE * call function 'LOAN_FLOW_TYPE_REFERENCE' * exporting * ivdarl = vdarl * tables * ivdbepp = abh_bepp.

LOAN_FLOW_TYPE_REFERENCE **call function 'LOAN_FLOW_TYPE_REFERENCE' * exporting * ivdarl = vdarl * tables * ivdbepp = abh_bepp.

FVD_TABLE_INIT CALL FUNCTION 'FVD_TABLE_INIT' EXPORTING I_FLG_TIME_STAMP_INIT = 'X' I_FLG_DATA_ERROR = space EXCEPTIONS OTHERS = 1.

FVD_TABLE_SET_VDBEPP CALL FUNCTION 'FVD_TABLE_SET_VDBEPP' EXPORTING I_TAB_VDBEPP_OLD = yvdbepp[] I_TAB_VDBEPP_NEW = xvdbepp[] EXCEPTIONS OTHERS = 1.

FVVI_PREPARE_TABLES * CALL FUNCTION 'FVVI_PREPARE_TABLES' * EXPORTING * TABLENAME = 'VDBEPP' "Tabelle in die gesichert * IMPORTING "wird * RESULT = RET_CODE "Return-Code * TABLES * TABLE_NEW = XVDBEPP "neue Plan-Sätze aus ZiTi * TABLE_OLD = YVDBEPP "alte Plan-Sätze * TABLE_RES = IO_TABLE "Ergebnis Tabelle * EXCEPTIONS * NAMETAB_ERROR = 01 * TABLE_RES_TOO_SMALL = 02.

USERDATA_MAINTAIN * CALL FUNCTION 'USERDATA_MAINTAIN' "Userdaten einstellen * EXPORTING * HERKUNFT = ' ' * INUSER = RUSER * IMPORTING * EXUSER = RUSER.

FVD_TABLE_SET_DIRECT CALL FUNCTION 'FVD_TABLE_SET_DIRECT' EXPORTING i_tablename = 'VDARL' i_mode = 'U' I_WRK_TAB = vdarl EXCEPTIONS OTHERS = 1.

FVD_TABLE_INFORM CALL FUNCTION 'FVD_TABLE_INFORM' IMPORTING E_FLG_UPDATE = l_flg_update EXCEPTIONS OTHERS = 1.

FVD_TABLE_INIT CALL FUNCTION 'FVD_TABLE_INIT' EXPORTING I_FLG_TIME_STAMP_INIT = 'X' I_FLG_DATA_ERROR = space I_TABLENAME = 'VDBEPP' EXCEPTIONS OTHERS = 1.

FVVD_TABLE_UPDATE * CALL FUNCTION 'FVVD_TABLE_UPDATE' "IN UPDATE TASK * TABLES * IO_TAB = IO_TABLE.

FVD_TABLE_UPDATE CALL FUNCTION 'FVD_TABLE_UPDATE' EXPORTING i_flg_update_task = 'X' EXCEPTIONS OTHERS = 1.

LOAN_ACCOUNT_CHECK * call function 'LOAN_ACCOUNT_CHECK' * exporting * flag = 'Z' * importing * lac = lacback "Rückgabe der Prüfung 0 = okay * tables * i_xvdbepp = ivdbepp "1 = Fehler * zitibepp = my_zitibepp * exceptions * table_empty = 01.

POPUP_TO_CONFIRM_STEP * call function 'POPUP_TO_CONFIRM_STEP' * exporting * defaultoption = 'Y' * textline1 = var1 * textline2 = var2 * titel = var3 * importing * answer = ret_code.

CHECK_PRELIMINARY_DATA_ENTRY CALL FUNCTION 'CHECK_PRELIMINARY_DATA_ENTRY' EXPORTING BUKRS = VDARL-BUKRS SOBJEKT = VDARL-SOBJEKT IMPORTING SFGBEW = SFGBEW EXCEPTIONS NOT_FOUND = 01.

CHECK_CONFIRMATION_PROCEDURE





CALL FUNCTION 'CHECK_CONFIRMATION_PROCEDURE' EXPORTING BUKRS = IVDBEPP-BUKRS FGOBJ = 'MANSO' SPARAM1 = PARAMETER2 WAERS = IVDBEPP-SCWHR AMOUNT = SCHWELLWERT IMPORTING SFGAKTIV = SFGAKTIV EXCEPTIONS NOT_FOUND = 01.

CONFIRMATION_INITIALIZE CALL FUNCTION 'CONFIRMATION_INITIALIZE' EXPORTING BEGRU = ' ' BUKRS = VDARL-BUKRS FGOBJ = 'MANSO' FLG_NO_UPDATE_VZFGD = 'X' KEY = VDBEPPKEY KEYERGAENZUNG = ' ' SPARAM1 = ' ' SPARAM2 = PARAMETER2 TEXT15 = ' ' TEXT50 = ' ' VERARBFKT = VERARFKT WAERS = IVDBEPP-SBWHR AMOUNT = l_bcwhr IMPORTING FGST = FSTATUS EXCEPTIONS FGOBJ_NOT_FOUND = 01 READ_ERROR = 02.

CONFIRMATION_INITIALIZE CALL FUNCTION 'CONFIRMATION_INITIALIZE' EXPORTING BEGRU = ' ' BUKRS = VDARL-BUKRS FGOBJ = 'MANSO' FLG_NO_UPDATE_VZFGD = ' ' KEY = VDBEPPKEY KEYERGAENZUNG = ' ' SCHWRT = SCHWELLWERT SPARAM1 = ' ' SPARAM2 = PARAMETER2 TEXT15 = ' ' TEXT50 = ' ' VERARBFKT = VERARFKT WAERS = IVDBEPP-SBWHR IMPORTING FGST = FSTATUS EXCEPTIONS FGOBJ_NOT_FOUND = 01 READ_ERROR = 02.

PRELIMINARY_DATA_SAVE CALL FUNCTION 'PRELIMINARY_DATA_SAVE' EXPORTING BUKRS = VDARL-BUKRS SBUAKT = SBUAKT SOBJEKT = VDARL-SOBJEKT IMPORTING SFGBEW = SFGBEW SVORGANG = SVORGANG TABLES I_VDBEKI = IVDBEKI I_VDAUSZ = IVDAUSZ I_VDBEPP = IVDBEPP I_VDNBZE = IVDNBZE EXCEPTIONS ENTRY_EXISTS = 01 ERROR = 02 INSERT_FAILED = 03 NO_ENTRY_VDBEPP = 04 NUMBER_ERROR = 05.

PRELIMINARY_DATA_READ CALL FUNCTION 'PRELIMINARY_DATA_READ' EXPORTING BUKRS = VDARL-BUKRS SBUAKT = SBUAKT SOBJEKT = VDARL-SOBJEKT TABLES I_VDBEKI = IVDBEKI I_VDAUSZ = IVDAUSZ I_VDBEPP = ZW_BEPP I_VDNBZE = IVDNBZE EXCEPTIONS ERROR = 01 NOT_FOUND = 02 READ_ERROR = 03.

CHECK_PRELIMINARY_DATA_ENTRY CALL FUNCTION 'CHECK_PRELIMINARY_DATA_ENTRY' EXPORTING BUKRS = VDARL-BUKRS SOBJEKT = VDARL-SOBJEKT IMPORTING SFGBEW = SFGBEW EXCEPTIONS NOT_FOUND = 01.



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