RFVIBKDL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program deletes company code dependent customizing settings for real estate management for a company code 'Company code to be deleted'...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFVIBKDL 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.
Selection Text: TESTLAUF = Test run
Selection Text: STANDARD = Del.other tables(FI,AM,CO..)?
Selection Text: NKDEL = Delete number ranges?
Selection Text: DARWIN = Delete general IS-IS tables?
Selection Text: BUKRSDEL = Company code to be deleted
Title: Delete Company Code-Dependent Customizing Settings for Real Estate
Text Symbol: K02 = Number ranges will be deleted.
Text Symbol: K01 = Number ranges will not be deleted.
Text Symbol: A54 = Comp.aprtmnt
Text Symbol: A53 = Bus.entity
Text Symbol: A52 = Lease-out
Text Symbol: A51 = Rental unit
Text Symbol: A50 = Property
Text Symbol: A49 = Building
Text Symbol: A48 = Manag.cont.
Text Symbol: A47 = LO offer
Text Symbol: A46 = Service charges
Text Symbol: A45 = External
Text Symbol: A44 = To-number
Text Symbol: A43 = From-number
Text Symbol: A42 = Year
Text Symbol: A41 = No.
Text Symbol: A40 = Number range object
Text Symbol: A22 = Real Estate management tables
Text Symbol: A21 = Test run. No update!
Text Symbol: A20 = Company code to be deleted :
Text Symbol: A13 = Other DARWIN tables were not changed.
Text Symbol: A12 = Delete following entries in other DARWIN tables:
Text Symbol: A11 = Standard tables were not changed.
Text Symbol: A10 = Delete following entries in standard tables:
Text Symbol: A09 = Deleted entries in table:
Text Symbol: A05 = Caution:
Text Symbol: A04 = Cancel?
Text Symbol: A03 = entries (Real Estate management)
Text Symbol: A02 = company code-dependent Customizing
Text Symbol: A01 = Program deletes during production run
INCLUDE IFVIAKBK.
INCLUDE IFVICLIENTCHECK.
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DEFAULTOPTION = 'Y' DIAGNOSETEXT1 = 'Programm löscht im Echtlauf'(A01) DIAGNOSETEXT2 = 'buchungskreisabhängige Customizing-'(A02) DIAGNOSETEXT3 = 'Einträge (Immobilienverwaltung)'(A03) TEXTLINE1 = '' TEXTLINE2 = 'Abbrechen?'(A04) TITEL = 'Achtung:'(A05) IMPORTING ANSWER = ANSWER.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIBKDL - Delete Company Code-Dependent Customizing Settings for Real Estate RFVIBKDL - Delete Company Code-Dependent Customizing Settings for Real Estate RFVIBKCP - Copy Company Code-Dependent Customizing Settings for Real Estate RFVIBKCP - Copy Company Code-Dependent Customizing Settings for Real Estate RFVIBIMW - Data Structures Flat File Display Rental Unit RFVIBIMG - ?...