SAP Reports / Programs

RI_CD_VIEWER SAP ABAP Report - Change Documents for Preventive Maintenance







RI_CD_VIEWER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Within preventive maintenance, 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 RI_CD_VIEWER into the relevant SAP transactions such as SE38 or SE80


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 RI_CD_VIEWER. "Basic submit
SUBMIT RI_CD_VIEWER AND RETURN. "Return to original report after report execution complete
SUBMIT RI_CD_VIEWER 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: MC_IND_D = Deleted Database Entries
Selection Text: MC_IND_U = Changed Database Entries
Selection Text: MC_NEW = New Field Contents
Selection Text: MC_OLD = Old Field Contents
Selection Text: MI_IND_D = Deleted Database Entries
Selection Text: MI_IND_U = Changed Database Entries
Selection Text: MI_NEW = New Field Contents
Selection Text: MI_OLD = Old Field Contents
Selection Text: MP_IND_D = Deleted Database Entries
Selection Text: MP_IND_U = Changed Database Entries
Selection Text: MP_NEW = New Field Contents
Selection Text: MP_OLD = Old Field Contents
Selection Text: MC_ABNUM = D .
Selection Text: MC_DATE = D .
Selection Text: MC_FIELD = D .
Selection Text: MC_TAB = D .
Selection Text: MC_USER = D .
Selection Text: MC_WAPOS = D .
Selection Text: MC_WARPL = D .
Selection Text: MI_DATE = D .
Selection Text: MI_FIELD = D .
Selection Text: MI_USER = D .
Selection Text: MI_WAPOS = D .
Selection Text: MP_DATE = D .
Selection Text: MP_FIELD = D .
Selection Text: MP_TAB = D .
Selection Text: MP_USER = D .
Selection Text: MP_WARPL = D .
Title: Change Documents for Preventive Maintenance
Text Symbol: N33 = Call Status Change: -> Skipped
Text Symbol: N32 = Call Status Change: -> Called
Text Symbol: 001 = Old Field Contents
Text Symbol: 002 = New Field Contents
Text Symbol: 003 = Changed Field
Text Symbol: 004 = Change Type
Text Symbol: 005 = Old Field Contents
Text Symbol: 006 = New Field Contents
Text Symbol: 007 = Functional Location





Text Symbol: 008 = Work Center
Text Symbol: 010 = No Functional Location Indicator for Location-/Account Assignment ID
Text Symbol: 011 = Comment
Text Symbol: 012 = Table Changed
Text Symbol: 020 = Maintenance Item Deleted:
Text Symbol: 021 = Maintenance Item Added:
Text Symbol: 022 = Cycle Deleted:
Text Symbol: 023 = Cycle Added:
Text Symbol: 024 = Cycle
Text Symbol: 030 = Call Status Change: Called -> Completed
Text Symbol: 031 = Call Status Change: Fixed -> Completed
Text Symbol: 032 = Call Status Change: Fixed -> Called
Text Symbol: 033 = Call Status Change: Fixed -> Skipped
Text Symbol: 034 = Call Completed; No Confirmation Made to Scheduling
Text Symbol: 035 = Start/Restart
Text Symbol: 036 = Start in Cycle
Text Symbol: 037 = Manual Call
Text Symbol: 038 = Call Status Change: -> Fixed
Text Symbol: 040 = Unit Changed, Document Number
Text Symbol: 041 = Unit
Text Symbol: 050 = Text for priority cannot be determined
Text Symbol: N30 = Call Status Change: -> Completed
Text Symbol: N31 = Call Object Status Change: -> Completed


INCLUDES used within this REPORT RI_CD_VIEWER

INCLUDE RI_CD_VIEWER_TOP.
INCLUDE RI_CD_LIF_CD_OBJECTS.
INCLUDE RI_CD_LCL_MAINTENANCE_PLAN.
INCLUDE RI_CD_LCL_MAINTENANCE_CALL.
INCLUDE RI_CD_LCL_MAINTENANCE_ITEM.
INCLUDE RI_CD_VIEWER_TOP2.
INCLUDE RI_CD_VIEWER_PBO.
INCLUDE RI_CD_VIEWER_PAI.
INCLUDE RI_CD_VIEWER_F01.


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:

No SAP FUNCTION MODULES are executed within this report code!



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