RFVIDDEI_OBSOLET is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program documentation is not relevant for translation...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 RFVIDDEI_OBSOLET into the relevant SAP transactions such as SE38 or SE80
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: BELNR = Document Number
Selection Text: BUKRS = Company Code
Selection Text: BUZEI = Line Item
Selection Text: GJAHR = Fiscal Year
Selection Text: KOKRS = Controlling Area
Selection Text: KSTAR = Cost Element
Selection Text: OBJNR = Object Number
Selection Text: PERIO = Period
Selection Text: VERSN = Version
Selection Text: WRTTP = Value Type
Title: Line Items: Actual Data
Text Symbol: 015 = Fiscal Years From........ &
Text Symbol: 014 = Objects From....... &
Text Symbol: 013 = Periods From...... &
Text Symbol: 012 = Line Items From.......... &
Text Symbol: 011 = Doc. Numbers From...... &
Text Symbol: 010 = Control.Area From...... &
Text Symbol: 009 = To........ &
Text Symbol: 008 = No line items with the criteria listed were selected:
Text Symbol: 003 = | CO Object | P.Ord.No.| Itm | Date |Cost Elem.| Amount |
Text Symbol: 002 = | CO object | CO Doc. |PoL| Date |Cost Elem.| Amount |
Text Symbol: 022 = Line Items All
Text Symbol: 023 = Periods All
Text Symbol: 024 = Objects All
Text Symbol: 025 = Fiscal Years All
Text Symbol: 026 = Value Types All
Text Symbol: 027 = Versions All
Text Symbol: 028 = Cost Elements All
Text Symbol: 031 = Controlling Area
Text Symbol: 032 = Doc. No.
Text Symbol: 033 = Line Item
Text Symbol: 039 = CElem
Text Symbol: 038 = Version
Text Symbol: 037 = Val.Typ
Text Symbol: 036 = Fiscal Year
Text Symbol: 035 = Object No.
Text Symbol: 034 = Period
Text Symbol: 016 = Value Types From....... &
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSTI_SELECTION_IMPORT CALL FUNCTION 'RSTI_SELECTION_IMPORT' TABLES IT_SEL = IT_SEL IT_FIELDS = IT_FIELDS EXCEPTIONS NO_SELECTION_DATA = 1 OTHERS = 2.
GET_DOMAENENTEXT CALL FUNCTION 'GET_DOMAENENTEXT' EXPORTING DNAME = DNAME DVALUE = DVALUE IMPORTING DTEXT = WRTTP_TEXT.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.