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
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.
Title: Log. Database BAF PUT Routines for DARWIN-Real Estate
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DBBAFPDI - Log. Database BAF PUT Routines for DARWIN-Real Estate DBBAFPDG - INCLUDE in Log. Database BAF for Money Market Processing DBBAFPDD - Log. database BAF PUT-routines for Darwin-Loans DBBAFPBV - Log. Database BAF BAV-specific Puts DBBAFPBS - Log. Database BAF BAV-specific Puts DBBAFPBO - Log. Database BAF PBO-Processing