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,
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
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: 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
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.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RI_CD_VIEWER - Change Documents for Preventive Maintenance RI_CD_VIEWER - Change Documents for Preventive Maintenance RI_CD_LIF_CD_OBJECTS - RICDLIFCDOBJECTS RI_CD_LCL_MAINTENANCE_PLAN - RICDLCLMAINTENANCEPLAN RI_CD_LCL_MAINTENANCE_ITEM - RICDLCLMAINTENANCEITEM RI_CD_LCL_MAINTENANCE_CALL - RICDLCLMAINTENANCECALL