SAP Reports / Programs

RF66IDEL SAP ABAP Report - Legacy Data Transfer: Undo Option/Composite Rates







RF66IDEL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Mit dem Report lassen sich die aus der Übernahmetabelle für Optionssätze in die Stammdaten der optionssatzführenden Objekte übernommenen Optionssätze wieder zurücknehmen...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 RF66IDEL into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FVIR - Legcy Data Trnsfr:Reset Option Rates


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 RF66IDEL. "Basic submit
SUBMIT RF66IDEL AND RETURN. "Return to original report after report execution complete
SUBMIT RF66IDEL 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: SO_WE_WE = Business Entity
Selection Text: SO_WE_GR = Business Entity
Selection Text: SO_WE_GB = Business Entity
Selection Text: SO_WE_AE = Business Entity
Selection Text: SO_SNKSL = Service Charge Keys
Selection Text: SO_SGRNR = Property
Selection Text: SO_SGENR = Building
Selection Text: SO_SBERI = Correction Items
Selection Text: SO_EMPSL = Recipient Key
Selection Text: SO_BUKRS = Company Code
Selection Text: P_VVNOPT = Delete transf.tab. otion rates
Selection Text: P_VIOB07 = BusEntity: Delete Option Rates
Selection Text: P_VIOB06 = Propert.: Delete Option Rates
Selection Text: P_VIOB05 = Building: Delete Option Rates
Selection Text: P_VIBEOS = CorrItems: Delete Option Rates
Selection Text: P_VIAK07 = SettUnit: Delete Option Rates
Selection Text: P_JTEST = Test Run
Selection Text: P_JREQU = Delete with Confirmation
Title: Legacy Data Transfer: Undo Option/Composite Rates
Text Symbol: 024 = Bus.Entity
Text Symbol: 025 = Corr.Items
Text Symbol: 023 = Propert.
Text Symbol: 022 = Bldg
Text Symbol: 021 = Sett.Unit
Text Symbol: 019 = Delete TransTab. OptRates :
Text Symbol: 017 = CorrectItem : Delete OptRates :
Text Symbol: 016 = Sett.Unit. : Delete OptRates :
Text Symbol: 015 = Properties: Delete OptRates :
Text Symbol: 014 = Building : Delete OptRates :
Text Symbol: 013 = Bus.Entity: Delete OptRates :
Text Symbol: 012 = Delete with Confirmat. :
Text Symbol: 011 = Test Run:
Text Symbol: 008 = Option Rates for Correct.Items
Text Symbol: 007 = Option Rates for Bus.Entities
Text Symbol: 006 = Option Rates for Properties
Text Symbol: 005 = Option Rates for Bldngs
Text Symbol: 004 = Option Rates for Settlemnt Unit
Text Symbol: 003 = Transfer Tab. Option Rates





Text Symbol: 002 = Really delete data?
Text Symbol: 001 = Confirmation prompt: Delete data
Text Symbol: 028 = No.of data rec.to be deleted:
Text Symbol: 030 = TransTab Opt.Rts
Text Symbol: 029 = No.of deleted data rec.:


INCLUDES used within this REPORT RF66IDEL

No INCLUDES are used within this REPORT code!


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:

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'N' TEXTLINE1 = TEXT1 TEXTLINE2 = 'Daten wirklich löschen ?'(002) TITEL = 'Sicherheitsabfrage: Daten löschen'(001) IMPORTING ANSWER = ANSWER.

ENQUEUE_EFIAE CALL FUNCTION 'ENQUEUE_EFIAE' EXPORTING BUKRS = T_T001-BUKRS EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.

ENQUEUE_EFVIGE CALL FUNCTION 'ENQUEUE_EFVIGE' EXPORTING BUKRS = T_T001-BUKRS EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.

ENQUEUE_EFVIGR CALL FUNCTION 'ENQUEUE_EFVIGR' EXPORTING BUKRS = T_T001-BUKRS EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.

ENQUEUE_EFVIWE CALL FUNCTION 'ENQUEUE_EFVIWE' EXPORTING BUKRS = T_T001-BUKRS EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.

ENQUEUE_EFVIBEBE CALL FUNCTION 'ENQUEUE_EFVIBEBE' EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.

ENQUEUE_EFVVNOPT CALL FUNCTION 'ENQUEUE_EFVVNOPT' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.

VVNOPT_MASS_BOOKING CALL FUNCTION 'VVNOPT_MASS_BOOKING' IN UPDATE TASK TABLES XVVNOPT = XVVNOPT YVVNOPT = YVVNOPT.

VIAK07_MASS_BOOKING CALL FUNCTION 'VIAK07_MASS_BOOKING' IN UPDATE TASK TABLES XVIAK07 = XVIAK07 YVIAK07 = YVIAK07.

VIOB05_MASS_BOOKING CALL FUNCTION 'VIOB05_MASS_BOOKING' IN UPDATE TASK TABLES XVIOB05 = XVIOB05 YVIOB05 = YVIOB05.

VIOB06_MASS_BOOKING CALL FUNCTION 'VIOB06_MASS_BOOKING' IN UPDATE TASK TABLES XVIOB06 = XVIOB06 YVIOB06 = YVIOB06.

VIOB07_MASS_BOOKING CALL FUNCTION 'VIOB07_MASS_BOOKING' IN UPDATE TASK TABLES XVIOB07 = XVIOB07 YVIOB07 = YVIOB07.

VIBEOS_MASS_BOOKING CALL FUNCTION 'VIBEOS_MASS_BOOKING' IN UPDATE TASK TABLES XVIBEOS = XVIBEOS YVIBEOS = YVIBEOS.



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