SAP Reports / Programs | Financial Services | Regulatory reporting for insurance companies | Germany(FS-SR-DE) SAP FS

SAPMF69N SAP ABAP Report - BAV Conditions







SAPMF69N is a standard Executable ABAP Report 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 SAPMF69N into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FNB9 - BAV transfer
TMBA - BAV Information
FWBC - BAV Info. - Securities Init. Screen
FWBA - BAV Transfer/Securities Init. Screen
FNB8 - BAV Information
TMBU - BAV Transfers
BV02 - BAV Transfer / Loans Initial Screen
BV11 - BAV Display / Securities Init.Screen
BV12 - BAV Display / Loans Initial Screen


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


Text pool values


Title: BAV Conditions
Text Symbol: 001 = No flow data exists - transfer postings cannot be made (&)
Text Symbol: S18 = Should the BAV indicators be
Text Symbol: S19 = displayed via the BAV information ?
Text Symbol: S20 = Transfer not permitted
Text Symbol: S21 = No flows exist for
Text Symbol: S22 = the asset entered
Text Symbol: S23 = Transfer is thus not permitted
Text Symbol: S24 = No flows exist for the
Text Symbol: S25 = company code position entered


INCLUDES used within this REPORT SAPMF69N

INCLUDE MF69NI01.
INCLUDE MF69NF01.


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:

ISSR_IF_GET_CPNT_STATE CALL FUNCTION 'ISSR_IF_GET_CPNT_STATE' IMPORTING e_state = g_state_issr .

ISSR_IF_GET_CPNT_STATE CALL FUNCTION 'ISSR_IF_GET_CPNT_STATE' IMPORTING e_state = g_state_issr .

DEQUEUE_EVZBAVV CALL FUNCTION 'DEQUEUE_EVZBAVV' EXPORTING rantyp = rmf69n0090-rantyp vvkey = rmf69n0090-vvkey.

LAST_DAY_IN_YEAR_GET CALL FUNCTION 'LAST_DAY_IN_YEAR_GET' "<- INCLUDE EXPORTING "<- INCLUDE i_date = sy-datum"<- INCLUDE i_periv = t001-periv "<- INCLUDE IMPORTING "<- INCLUDE e_date = e_datum "<- INCLUDE EXCEPTIONS "<- INCLUDE input_false = 1 "<- INCLUDE t009_notfound = 2 "<- INCLUDE t009b_notfound = 3 "<- INCLUDE OTHERS = 4. "<- INCLUDE

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING * DEFAULTOPTION = 'Y' diagnosetext1 = diagnosetext1 diagnosetext2 = diagnosetext2 diagnosetext3 = diagnosetext3 textline2 = textline2 textline1 = textline1 titel = titel * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' IMPORTING answer = answer.

LOAN_ENTER CALL FUNCTION 'LOAN_ENTER' EXPORTING i_auth_actvt = '03'"Aktivität für Berechtigung i_auth_object = 'FZ_BAV_BUK' "Berichtigungsobjekt i_enqueue = ' ' "Satz wird nicht gesperrt i_flg_confirmation = ' ' "kein Prüfung, ob freigeg.

LOAN_ENTER CALL FUNCTION 'LOAN_ENTER' EXPORTING i_auth_actvt = '10'"Aktivität für Berechtigung i_auth_object = 'FZ_BAV_BUK' "Berichtigungsobjekt i_enqueue = 'X' "Satz soll gesperrt werden i_flg_confirmation = 'X' "Prüfung, ob freigegeben IMPORTING e_okay = ok_code e_vdarl = vdarl TABLES " kz-11.12.1998

MASS_POSTING_COLLECT_ERRORS CALL FUNCTION 'MASS_POSTING_COLLECT_ERRORS' EXPORTING key = rmf69n0090-vvkey * TXT = * P1 = * P2 = * P3 = * P4 = * P5 = arbgb = '69' msgnr = '603' .

MASS_POSTING_COLLECT_ERRORS CALL FUNCTION 'MASS_POSTING_COLLECT_ERRORS' EXPORTING key = rmf69n0090-vvkey txt = tempstring * P1 = * P2 = * P3 = * P4 = * P5 = * arbgb = * msgnr = .

BAV_UMBUCHUNGEN * CALL FUNCTION 'BAV_UMBUCHUNGEN' * EXPORTING * DYNP_NO = DY_NO * DYNP_REPORT = DY_REPORT * MANDT = SY-MANDT * RANTYP = RMF69N0090-RANTYP * VVKEY = RMF69N0090-VVKEY * VVJBUCH = RMF69N0090-VVJBUCH * EXCEPTIONS * NO_RECORD = 01 * RANTYP_ERROR = 02 * FALSE_XLAND = 03.

BAV_UMBUCHUNGEN CALL FUNCTION 'BAV_UMBUCHUNGEN' EXPORTING dynp_no = dy_no dynp_report = dy_report mandt = sy-mandt rantyp = rmf69n0090-rantyp vvjbuch = rmf69n0090-vvjbuch vvkey = rmf69n0090-vvkey flagmassposting = flagmassposting " KZ postvalues = newdata_post " KZ dguel_ab = myobjectlist-dguel_ab "identifies row! KZ * kz-16.12.1998 fake! preliminary but performes well...

MASS_POSTING_COLLECT_ERRORS CALL FUNCTION 'MASS_POSTING_COLLECT_ERRORS' EXPORTING key = rmf69n0090-vvkey * TXT = * P1 = * P2 = * P3 = * P4 = * P5 = arbgb = '69' msgnr = '119' .

MASS_POSTING_COLLECT_ERRORS CALL FUNCTION 'MASS_POSTING_COLLECT_ERRORS' EXPORTING key = rmf69n0090-vvkey * TXT = * P1 = * P2 = * P3 = * P4 = * P5 = arbgb = '69' msgnr = '306' .

ISSR_IF_GET_ISSR_STATE * CALL FUNCTION 'ISSR_IF_GET_ISSR_STATE' * EXPORTING * i_bukrs = p_bukrs * IMPORTING * e_state = p_state_issr.

ISSR_IF_GET_CPNT_STATE CALL FUNCTION 'ISSR_IF_GET_CPNT_STATE' IMPORTING e_state = p_state_issr.



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