RF66EDTD 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 können Optionssätze für einzelne optionssatzführende Objekte in der Übernahmetabelle für Optionssätze gepflegt 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 RF66EDTD into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FVOE - Edit 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_KZ_BB = Selection correct.itms
Selection Text: P_KZ_AE = Selection settlement unit
Selection Text: P_KZ_GB = Selection buildings
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_GE_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_KZ_WE = Selection business entities
Selection Text: P_KZ_GR = Selection properties
Title: Legacy Data Transfer: Maintain Option Rates in Transfer Table
Text Symbol: 001 = TransTab Opt.Rts
Text Symbol: 100 = Maintain option rates
Text Symbol: 101 = Changes will be lost
Text Symbol: 102 = Do you still want to exit?
Text Symbol: 200 = CoCd BE Description
Text Symbol: 210 = CoCd BE SCS RecipKey
Text Symbol: 220 = CoCd BE Prop. Description
Text Symbol: 230 = CoCd BE Build. Description
Text Symbol: 240 = CoCd CorrItm Description
INCLUDE RFVICNOT.
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_EFVVNOPT CALL FUNCTION 'ENQUEUE_EFVVNOPT' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
FVMO_OPTSA_OBJECT_ASSIGN CALL FUNCTION 'FVMO_OPTSA_OBJECT_ASSIGN' IMPORTING D_CHANGED = D_CHANGED TABLES XVVNOPT = XVVNOPT.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
CHANGEDOCUMENT_PREPARE_TABLES CALL FUNCTION 'CHANGEDOCUMENT_PREPARE_TABLES' EXPORTING TABLENAME = 'VVNOPT' IMPORTING RESULT = RESULT TABLES TABLE_NEW = XVVNOPT_ALL TABLE_OLD = YVVNOPT_ALL EXCEPTIONS NAMETAB_ERROR = 01.
VVNOPT_MASS_BOOKING CALL FUNCTION 'VVNOPT_MASS_BOOKING' IN UPDATE TASK TABLES XVVNOPT = XVVNOPT_ALL YVVNOPT = YVVNOPT_ALL.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = TEXT-101 TEXTLINE2 = TEXT-102 TITEL = TEXT-100 IMPORTING ANSWER = ANTWORT.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.