SAP Reports / Programs

RFVIBKDL SAP ABAP Report - Delete Company Code-Dependent Customizing Settings for Real Estate







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


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


Text pool values


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


INCLUDES used within this REPORT RFVIBKDL

INCLUDE IFVIAKBK.
INCLUDE IFVICLIENTCHECK.





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:

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.



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