RFVDMLOE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report program deletes loan master data, loan conditions and partner data which has been transferred via Treasury external data transfer...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 RFVDMLOE 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: DATUM = Date of Data Transfer
Selection Text: EXTPART = External Partner Number
Selection Text: PARTNR = Partner Number
Selection Text: P_BEWEG = Delete Flows
Selection Text: P_PARTNR = Delete Partner(s)
Selection Text: P_STAMM = Delete Master Data
Selection Text: RANL = Contract Number (Current)
Selection Text: RANLALT1 = Alternative Number 1
Selection Text: RANLALT2 = Alternative Number 2
Title: Delete program EDI loan and business partner
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISB_TR_LOAN_READ_CONTRACT CALL FUNCTION 'ISB_TR_LOAN_READ_CONTRACT' TABLES i_ranl = r_ranl i_bukrs = r_bukrs e_ranl = i_vdarl e_koko = i_vzzkoko e_kopo = i_vzzkopo e_kopa = i_vzzkopa e_vdbeki = i_vdbeki e_vdbepi = i_vdbepi e_vdbepp = i_vdbepp e_vdorder = i_vdorder e_vzbavf = i_vzbavf e_vzbavv = i_vzbavv e_vdarlobj = i_vdarlobj e_vdarlsic = i_vdarlsic e_vzsort = i_vzsort e_vdarldvs = i_vdarldvs e_vzgpo = i_vzgpo * e_tline = i_tline e_thead = i_thead.
DELETE_TEXT CALL FUNCTION 'DELETE_TEXT' EXPORTING id = i_thead-tdid language = sy-langu name = i_thead-tdname object = i_thead-tdobject savemode_direct = 'X' EXCEPTIONS OTHERS = 4.
LOAN_DELETE_DATA CALL FUNCTION 'LOAN_DELETE_DATA' EXPORTING i_tabname = 'VDBEPP' TABLES t_table = i_vdbepp.
LOAN_DELETE_DATA CALL FUNCTION 'LOAN_DELETE_DATA' EXPORTING i_tabname = 'VDBEPI' TABLES t_table = i_vdbepi.
LOAN_DELETE_DATA CALL FUNCTION 'LOAN_DELETE_DATA' EXPORTING i_tabname = 'VDBEKI' TABLES t_table = i_vdbeki.
LOAN_DELETE_DATA CALL FUNCTION 'LOAN_DELETE_DATA' EXPORTING i_tabname = 'VDORDER' TABLES t_table = i_vdorder.
LOAN_DELETE_DATA CALL FUNCTION 'LOAN_DELETE_DATA' EXPORTING i_tabname = 'VZBAVV' TABLES t_table = i_vzbavv.
LOAN_DELETE_DATA CALL FUNCTION 'LOAN_DELETE_DATA' EXPORTING i_tabname = 'VZBAVF' TABLES t_table = i_vzbavf.
LOAN_DELETE_DATA CALL FUNCTION 'LOAN_DELETE_DATA' EXPORTING i_tabname = 'VDARLOBJ' TABLES t_table = i_vdarlobj.
LOAN_DELETE_DATA CALL FUNCTION 'LOAN_DELETE_DATA' EXPORTING i_tabname = 'VDARLSIC' TABLES t_table = i_vdarlsic.
LOAN_DELETE_DATA CALL FUNCTION 'LOAN_DELETE_DATA' EXPORTING i_tabname = 'VDARLDVS' TABLES t_table = i_vdarldvs.
LOAN_DELETE_DATA CALL FUNCTION 'LOAN_DELETE_DATA' EXPORTING i_tabname = 'VDGPO' TABLES t_table = i_vzgpo.
LOAN_DELETE_DATA CALL FUNCTION 'LOAN_DELETE_DATA' EXPORTING i_tabname = 'VZSORT' TABLES t_table = i_vzsort.
LOAN_DELETE_DATA CALL FUNCTION 'LOAN_DELETE_DATA' EXPORTING i_tabname = 'VZZKOKO' TABLES t_table = i_vzzkoko.
LOAN_DELETE_DATA CALL FUNCTION 'LOAN_DELETE_DATA' EXPORTING i_tabname = 'VZZKOPO' TABLES t_table = i_vzzkopo.
LOAN_DELETE_DATA CALL FUNCTION 'LOAN_DELETE_DATA' EXPORTING i_tabname = 'VZZKOPA' TABLES t_table = i_vzzkopa.
LOAN_DELETE_DATA CALL FUNCTION 'LOAN_DELETE_DATA' EXPORTING i_tabname = 'VDARL' TABLES t_table = i_vdarl.
LOAN_DELETE_DATA CALL FUNCTION 'LOAN_DELETE_DATA' EXPORTING i_tabname = 'VDDAST' TABLES t_table = i_vddast.
CALL FUNCTION 'ISB_TR_LOAN_READ_CONTRACT' TABLES i_ranl = r_ranl i_bukrs = r_bukrs e_ranl = i_vdarl e_vdbeki = i_vdbeki e_vdbepi = i_vdbepi e_vdorder = i_vdorder.
LOAN_DELETE_DATA CALL FUNCTION 'LOAN_DELETE_DATA' EXPORTING i_tabname = 'VDBEPI' TABLES t_table = i_vdbepi.
LOAN_DELETE_DATA CALL FUNCTION 'LOAN_DELETE_DATA' EXPORTING i_tabname = 'VDBEKI' TABLES t_table = i_vdbeki.
LOAN_DELETE_DATA CALL FUNCTION 'LOAN_DELETE_DATA' EXPORTING i_tabname = 'VDORDER' TABLES t_table = i_vdorder.
LOAN_UPDATE_DATA CALL FUNCTION 'LOAN_UPDATE_DATA' EXPORTING i_tabname = 'VDARL' TABLES t_table = i_vdarl.
LOAN_DELETE_DATA CALL FUNCTION 'LOAN_DELETE_DATA' EXPORTING i_tabname = 'UBBP000' TABLES t_table = i_ubbp000.
LOAN_DELETE_DATA CALL FUNCTION 'LOAN_DELETE_DATA' EXPORTING i_tabname = 'BP000' TABLES t_table = i_bp000.
CALL_TRANSACTION_FROM_TABLE CALL FUNCTION 'CALL_TRANSACTION_FROM_TABLE' EXPORTING i_tcode = 'FBRA' i_mode = 'N' TABLES t_bdcdata = t_bdcdata * t_bdcmessages = tmp_bdcmessages EXCEPTIONS OTHERS = 2.
CALL_TRANSACTION_FROM_TABLE CALL FUNCTION 'CALL_TRANSACTION_FROM_TABLE' EXPORTING i_tcode = 'FB08' i_mode = 'N' TABLES t_bdcdata = t_bdcdata EXCEPTIONS OTHERS = 2.
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 RFVDMLOE or its description.
RFVDMLOE - Delete program EDI loan and business partner RFVDMLOE - Delete program EDI loan and business partner RFVDMCTX - Word processing customizing of client copy RFVDMCTX - Word processing customizing of client copy RFVDMAZNB_MLT_REPAYMENTS_SEF01 - RFVDMAZNBMLTREPAYMENTSSEF01 RFVDMAZNB_MLT_REPAYMENTS_PRF01 - RFVDMAZNBMLTREPAYMENTSPRF01