SAP Reports / Programs

RF66IMPD SAP ABAP Report - Legacy Data Transfer: Create Initial Option Rates in Transfer Tables







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


Transaction Code(s):

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

FVOI - Create Transfer Table Opt.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 RF66IMPD. "Basic submit
SUBMIT RF66IMPD AND RETURN. "Return to original report after report execution complete
SUBMIT RF66IMPD 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: 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


INCLUDES used within this REPORT RF66IMPD

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:

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'.



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