RF66PUTD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Mit Hilfe dieses Reports können die Optionssätze der Übernahmetabelle in die einzelnen produktiven Tabellen übernommen werden...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 RF66PUTD into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FVOP - Transfer Opt.Rates to Prod.System
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: P_DBIS = Transfer Option Rates Upto
Selection Text: P_KZ_AE = Settlement Units
Selection Text: P_KZ_BB = Correction Items
Selection Text: P_KZ_GB = Building
Selection Text: P_KZ_GR = Properties
Selection Text: P_KZ_WE = Business Entities
Selection Text: P_TEST = Test Run
Selection Text: SO_BUKRS = Company Code
Title: Legacy Data Transfer: Transfer Option Rates in Master Data
Text Symbol: 111 = Optrates added................:
Text Symbol: 016 = Transfer Option Rates Upto
Text Symbol: 015 = TransTab Opt.Rts
Text Symbol: 014 = Corr.Items
Text Symbol: 013 = Sett.Unit
Text Symbol: 012 = Buildings
Text Symbol: 011 = Propert.
Text Symbol: 010 = Bus.Entity
Text Symbol: 005 = Correction Items
Text Symbol: 004 = Settlement Units
Text Symbol: 003 = Properties
Text Symbol: 002 = Building
Text Symbol: 001 = Business Entities
Text Symbol: 000 = Transfer Option Rates For
Text Symbol: 112 = OptRates updated..............:
Text Symbol: 117 = Total Amount..................:
Text Symbol: 116 = Test Run
Text Symbol: 115 = Total.........................:
Text Symbol: 114 = OptRates Without Valid Object :
Text Symbol: 113 = OptRates with Accnt Assgnmt ID:
INCLUDE RFVICNOT.
No SAP DATABASE tables are accessed within this REPORT code!
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
CHANGEDOCUMENT_PREPARE_TABLES CALL FUNCTION 'CHANGEDOCUMENT_PREPARE_TABLES' EXPORTING TABLENAME = 'VIOB07' IMPORTING RESULT = LOC_DATA_SAVE TABLES TABLE_NEW = XVIOB07 TABLE_OLD = YVIOB07.
VIOB07_MASS_BOOKING CALL FUNCTION 'VIOB07_MASS_BOOKING' TABLES XVIOB07 = XVIOB07 YVIOB07 = YVIOB07.
CHANGEDOCUMENT_PREPARE_TABLES CALL FUNCTION 'CHANGEDOCUMENT_PREPARE_TABLES' EXPORTING TABLENAME = 'VIOB06' IMPORTING RESULT = LOC_DATA_SAVE TABLES TABLE_NEW = XVIOB06 TABLE_OLD = YVIOB06.
VIOB06_MASS_BOOKING CALL FUNCTION 'VIOB06_MASS_BOOKING' TABLES XVIOB06 = XVIOB06 YVIOB06 = YVIOB06.
CHANGEDOCUMENT_PREPARE_TABLES CALL FUNCTION 'CHANGEDOCUMENT_PREPARE_TABLES' EXPORTING TABLENAME = 'VIOB05' IMPORTING RESULT = LOC_DATA_SAVE TABLES TABLE_NEW = XVIOB05 TABLE_OLD = YVIOB05.
VIOB05_MASS_BOOKING CALL FUNCTION 'VIOB05_MASS_BOOKING' TABLES XVIOB05 = XVIOB05 YVIOB05 = YVIOB05.
CHANGEDOCUMENT_PREPARE_TABLES CALL FUNCTION 'CHANGEDOCUMENT_PREPARE_TABLES' EXPORTING TABLENAME = 'VIAK07' IMPORTING RESULT = LOC_DATA_SAVE TABLES TABLE_NEW = XVIAK07 TABLE_OLD = YVIAK07.
VIAK07_MASS_BOOKING CALL FUNCTION 'VIAK07_MASS_BOOKING' TABLES XVIAK07 = XVIAK07 YVIAK07 = YVIAK07.
CHANGEDOCUMENT_PREPARE_TABLES CALL FUNCTION 'CHANGEDOCUMENT_PREPARE_TABLES' EXPORTING TABLENAME = 'VIBEOS' IMPORTING RESULT = LOC_DATA_SAVE TABLES TABLE_NEW = XVIBEOS TABLE_OLD = YVIBEOS.
VIBEOS_MASS_BOOKING CALL FUNCTION 'VIBEOS_MASS_BOOKING' TABLES XVIBEOS = XVIBEOS YVIBEOS = YVIBEOS.
ENQUEUE_EFVVNOPT CALL FUNCTION 'ENQUEUE_EFVVNOPT' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.
ENQUEUE_EFVIWE CALL FUNCTION 'ENQUEUE_EFVIWE' EXPORTING BUKRS = T_T001-BUKRS EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.
ENQUEUE_EFVIGR CALL FUNCTION 'ENQUEUE_EFVIGR' 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_EFIAE CALL FUNCTION 'ENQUEUE_EFIAE' EXPORTING BUKRS = T_T001-BUKRS EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.
ENQUEUE_EFVIBEBE CALL FUNCTION 'ENQUEUE_EFVIBEBE' EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.
DATE_CREATE CALL FUNCTION 'DATE_CREATE' EXPORTING ANZAHL_MONATE = 1 DATUM_EIN = HLP_DATE IMPORTING DATUM_AUS = HLP_DATE.
CALL FUNCTION 'DATE_CREATE' EXPORTING ANZAHL_MONATE = ANZ_MONATE DATUM_EIN = HLP_DATE IMPORTING DATUM_AUS = HLP_DATE.
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 RF66PUTD or its description.
RF66PUTD - Legacy Data Transfer: Transfer Option Rates in Master Data RF66PUTD - Legacy Data Transfer: Transfer Option Rates in Master Data RF66IMPD - Legacy Data Transfer: Create Initial Option Rates in Transfer Tables RF66IMPD - Legacy Data Transfer: Create Initial Option Rates in Transfer Tables RF66IDEL - Legacy Data Transfer: Undo Option/Composite Rates RF66IDEL - Legacy Data Transfer: Undo Option/Composite Rates