RF66IMPD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Mit Hilfe des Reports lassen sich Optionssätze in die Übernahmetabelle für Optionssätze einstellen...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 RF66IMPD into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FVOI - Create Transfer Table Opt.Rates
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_DAT_AB = Valid-From Date
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_NK_AE = Service Charge Keys
Selection Text: SO_GN_GR = Property
Selection Text: SO_GN_GB = Building
Selection Text: SO_ES_AE = Settlement Unit
Selection Text: SO_BUKRS = Company Code
Selection Text: SO_BB_BB = Correction Items
Selection Text: P_TEST = Test run
Selection Text: P_OPTS = Initial option rate
Selection Text: P_KZ_WE = Transfer business unit
Selection Text: P_KZ_GR = Transfer properties
Selection Text: P_KZ_GB = Transfer building
Selection Text: P_KZ_BB = Transfer correct.itms
Selection Text: P_KZ_AE = Transfer settlement unit
Title: Legacy Data Transfer: Create Initial Option Rates in Transfer Tables
Text Symbol: 115 = Total...............:
Text Symbol: 114 = (Update Run)
Text Symbol: 113 = (Test Run)
Text Symbol: 112 = Carried out by .....:
Text Symbol: 109 = Init.Rates
Text Symbol: 108 = Viewed
Text Symbol: 107 = Transfer initial rates for:
Text Symbol: 106 = CorrectItems........:
Text Symbol: 105 = Settlement Unit.....:
Text Symbol: 104 = Buildings...........:
Text Symbol: 103 = Properties..........:
Text Symbol: 102 = Business Entity.....:
Text Symbol: 101 = ****** Transfer Log: O P T I O N R A T E S (Update Run)*****
Text Symbol: 100 = ****** Transfer Log: O P T I O N R A T E S (Test Run) ******
Text Symbol: 001 = TransTab Opt.Rts
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DATE_CREATE CALL FUNCTION 'DATE_CREATE' EXPORTING DATUM_EIN = MAX_DAY ULTIMO_SETZEN = 'X' IMPORTING DATUM_AUS = MAX_DAY.
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.
DEQUEUE_EFVVNOPT CALL FUNCTION 'DEQUEUE_EFVVNOPT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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 RF66EDTD - Legacy Data Transfer: Maintain Option Rates in Transfer Table RF66EDTD - Legacy Data Transfer: Maintain Option Rates in Transfer Table