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

DBBAFPDI SAP ABAP INCLUDE - Log. Database BAF PUT Routines for DARWIN-Real Estate







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


Text pool values


Title: Log. Database BAF PUT Routines for DARWIN-Real Estate


INCLUDES used within this REPORT DBBAFPDI

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:

STATUS_CHECK CALL FUNCTION 'STATUS_CHECK' EXPORTING * BYPASS_BUFFER = ' ' * CLIENT = SY-MANDT OBJNR = VIMIMV-SNKS STATUS = CON_ISTAT-MV_AKTIV EXCEPTIONS OBJECT_NOT_FOUND = 1 STATUS_NOT_ACTIVE = 2 OTHERS = 3.

MV_GET_ACTIVE_KOPOS CALL FUNCTION 'MV_GET_ACTIVE_KOPOS' EXPORTING BUKRS = VIOB01-BUKRS INIT_TABLES = 'X' * REF_DATUM = SO_DATE REF_DATUM = SAV_DGUEL_KP SANLF = SAV_ANL_MV SMENR = VIMI01-SMENR SMIVE = VIMIMV-SMIVE SWENR = VIOB01-SWENR IMPORTING * NO_KOKO_FOR_REFDATUM = ' ' VIKOKO = IVIKOKO TABLES IVZZKOPO = IVIKOPO EXCEPTIONS KOPOS_NOT_FOUND = 01 SANLF_NOT_VALID = 02.

FVRA_ANLAGEN_ZUR_WE CALL FUNCTION 'FVRA_ANLAGEN_ZUR_WE' EXPORTING BUKRS = VIOB03-BUKRS WE_NR = VIOB03-SWENR * GR_NR = GE_NR = VIOB03-SGENR * FLAG_ANLUE = 'X' TABLES GEBAUDE = IT_VIWEGB * GRUNDSTK = IT_VIWEGR EXCEPTIONS WE_UNKNOWN = 1 GR_UNKNOWN = 2 GE_UNKNOWN = 3 ANLA_UNKNOWN = 4 OTHERS = 5.

FVRA_ANLAGEN_ZUR_WE CALL FUNCTION 'FVRA_ANLAGEN_ZUR_WE' EXPORTING BUKRS = VIOB02-BUKRS WE_NR = VIOB02-SWENR GR_NR = VIOB02-SGRNR * GE_NR = VIOB03-SGENR * FLAG_ANLUE = 'X' TABLES * GEBAUDE = IT_VIWEGB GRUNDSTK = IT_VIWEGR EXCEPTIONS WE_UNKNOWN = 1 GR_UNKNOWN = 2 GE_UNKNOWN = 3 ANLA_UNKNOWN = 4 OTHERS = 5.



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