RFVD_CMS_DELETE_TABLES 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 RFVD_CMS_DELETE_TABLES into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FN_MIG_CMS - Deletion of Data After Migration CMS
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.
Deletion Collateral /Encumbrances, Collateral Objects and Values
Selection Text: SP_BELW = Incl. Deletion Collateral Vals
Title: Deletion of Data After Migration CMS
Text Symbol: 037 = Debit Types-Items
Text Symbol: 036 = Debit Types-Header Data
Text Symbol: 035 = Determination of Collateral Value/Expert Report of Object
Text Symbol: 034 = Collateral Value Gross Revenue Value per Building Part
Text Symbol: 033 = Collateral Value Administrative Costs
Text Symbol: 032 = Revenue Value Collateral Value
Text Symbol: 031 = Collateral Value Real Value Resid. Prop./Part-Owners.
Text Symbol: 030 = Collateral Val. Real Value Other
Text Symbol: 029 = Land Value Collateral Value
Text Symbol: 028 = Object Collateral Objects
Text Symbol: 027 = Object Building Parts
Text Symbol: 026 = Object Relationship Table Loan Objects
Text Symbol: 025 = Maturity data for collateral (Life insurances)
Text Symbol: 024 = Collateral in Securities in Acc. with BAV/PRF5
Text Symbol: 023 = Loan Collateral in Acc. with BAV/PRF4
Text Symbol: 022 = Contracts/Credit (Life Ins., Build.Savings Etc) Basic Data
Text Symbol: 021 = Object Collateral for the Loan (Relationship Table)
Text Symbol: 020 = Section 3 of Land Register
Text Symbol: 019 = Object Table Encumbrances
Text Symbol: 018 = Partner / Role Relationship Object (Land Register TR BP)
Text Symbol: 017 = Loans: Partner /Role Relationship Object (SAP BP)
Text Symbol: 016 = Special Arrangements
Text Symbol: 015 = User Fields
Text Symbol: 014 = Change Documents - Change Document Header
Text Symbol: 013 = Change Documents - Change Document Items
Text Symbol: 012 = Notes - Text Header (STXD SAPScript Text File Header)
Text Symbol: 011 = Notes - Text Lines (STXD SAPScript Text File Lines)
Text Symbol: 003 = When you confirm this repeated confirmation prompt the data will be lost irretrievably. Do you want to continue?
Text Symbol: 002 = All collateral / encumbrances, collateral objects and values will be deleted. Do you want to continue?
Text Symbol: 001 = Deletion of Collateral, Collateral Objects and Collateral Values
001 Enrtries Table Name of Table
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FVD_MD_CMS_CHECK CALL FUNCTION 'FVD_MD_CMS_CHECK' IMPORTING e_flg_cms = l_flg_cms.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-001 * DIAGNOSE_OBJECT = text_question = text-002 * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' default_button = '2' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 popup_type = 'ICON_MESSAGE_WARNING' IMPORTING answer = l_answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2 .
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-001 * DIAGNOSE_OBJECT = text_question = text-003 * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' default_button = '2' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 popup_type = 'ICON_MESSAGE_WARNING' IMPORTING answer = l_answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2 .
VDARL_CBP_WRITE_DOCUMENT CALL FUNCTION 'VDARL_CBP_WRITE_DOCUMENT' EXPORTING objectid = objectid tcode = tcode utime = utime udate = udate username = username planned_change_number = planned_change_number object_change_indicator = cdoc_upd_object planned_or_real_changes = cdoc_planned_or_real no_change_pointers = cdoc_no_change_pointers o_vdarl = *vdarl n_vdarl = vdarl upd_vdarl = upd_vdarl upd_vdarlobj = upd_vdarlobj upd_vdarlsic = upd_vdarlsic upd_vdgpo = upd_vdgpo upd_vdhgrpf = upd_vdhgrpf upd_vdsonsi = upd_vdsonsi upd_vdsubfacility = upd_vdsublimit "EHP5 development for Facilities upd_vigba3 = upd_vigba3 upd_vzbavf = upd_vzbavf upd_vzbavv = upd_vzbavv upd_vzgpo = upd_vzgpo upd_vzzkoko = upd_vzzkoko upd_vzzkopo = upd_vzzkopo upd_icdtxt_vdarl_cbp = upd_icdtxt_vdarl_cbp TABLES icdtxt_vdarl_cbp = icdtxt_vdarl_cbp xvdarlobj = xvdarlobj yvdarlobj = yvdarlobj xvdarlsic = xvdarlsic yvdarlsic = yvdarlsic xvdbepp = xvdbepp yvdbepp = yvdbepp xvdgpo = xvdgpo yvdgpo = yvdgpo xvdhgrpf = xvdhgrpf yvdhgrpf = yvdhgrpf xvdsonsi = xvdsonsi yvdsonsi = yvdsonsi xvdsubfacility = l_xvdsubfacility "EHP5 development for Facilities yvdsubfacility = l_yvdsubfacility "EHP5 development for Facilities xvigba3 = xvigba3 yvigba3 = yvigba3 xvzbavf = xvzbavf yvzbavf = yvzbavf xvzbavv = xvzbavv yvzbavv = yvzbavv xvzgpo = xvzgpo yvzgpo = yvzgpo xvzzkoko = xvzzkoko yvzzkoko = yvzzkoko xvzzkopo = xvzzkopo yvzzkopo = yvzzkopo.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVD_CMS_DELETE_TABLES - Deletion of Data After Migration CMS RFVD_CMS_DELETE_TABLES - Deletion of Data After Migration CMS RFVD_CML_MIGRATION_BUFFER - RFVD_CML_MIGRATION_BUFFER (Note 1409243) RFVD_CML_MIGRATION_BUFFER - RFVD_CML_MIGRATION_BUFFER (Note 1409243) RFVD_CLOAN_DELETE_MODELS - Deleting Model Calculations RFVD_CLOAN_DELETE_MODELS - Deleting Model Calculations