SAP Reports / Programs

RMCSSH02 SAP ABAP Report - Update Log







RMCSSH02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Display of the update log for info structures User parameter 'MCL' must be set to X Display of all info structures and key figures with field contents Message: 'No update' No key figures are updated in the following cases: - a requirement is not fulfilled - the value of a key figure is zero - a formula contains a division with a zero in it - the date for determining the period is initial - an additional user routine influences updating - the units field has its initial value..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 RMCSSH02 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

MC30 - Update Log


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 RMCSSH02. "Basic submit
SUBMIT RMCSSH02 AND RETURN. "Return to original report after report execution complete
SUBMIT RMCSSH02 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: UNAME = User
Selection Text: = ?...
Title: Update Log
Text Symbol: 026 = O/N Item Schd
Text Symbol: 027 = O/N Item Schd Cond
Text Symbol: 028 = O/N Item Pa
Text Symbol: 029 = O/N Item Pa Cond
Text Symbol: 030 = O/N Item Schd Pa
Text Symbol: 031 = O/N Item Schd Pa Cond
Text Symbol: 032 = O/N Item BillgDate
Text Symbol: 033 = O/N Item Cond BillgDate
Text Symbol: 034 = O/N Str Pa Delivery
Text Symbol: 035 = O/N Str Pa Delivery L-Itm
Text Symbol: 036 = O/N Str Delievery
Text Symbol: 037 = O/N Str Delivery L-Itm
Text Symbol: 100 = No updating because ...
Text Symbol: 101 = ... value of key figure is zero
Text Symbol: 102 = ... requirement for key figure not satisfied
Text Symbol: 103 = ... error calculating key figure using formula
Text Symbol: 104 = ... error determining characteristic using formula
Text Symbol: 105 = ... error calculating key figure using external routine
Text Symbol: 106 = ... initial requirement for characteristics
Text Symbol: 200 = Update analysis
Text Symbol: 001 = Info Struc. UpdGrp Document U
Text Symbol: 002 = Description
Text Symbol: 003 = Info structure
Text Symbol: 004 = Document no.
Text Symbol: 005 = Update Group
Text Symbol: 006 = Event
Text Symbol: 009 = Event
Text Symbol: 010 = Unit
Text Symbol: 011 = Source table
Text Symbol: 012 = Source field name
Text Symbol: 013 = Table for date
Text Symbol: 014 = Date field
Text Symbol: 015 = Formula
Text Symbol: 016 = Requirement
Text Symbol: 017 = Program name





Text Symbol: 018 = FORM routine
Text Symbol: 019 = No updating
Text Symbol: 020 = Old
Text Symbol: 021 = New
Text Symbol: 022 = Characteristics Source field REQ. Contents
Text Symbol: 023 = UpNo Key figure Contents
Text Symbol: 024 = O/N Item
Text Symbol: 025 = O/N Item Cond


INCLUDES used within this REPORT RMCSSH02

INCLUDE RMCSSU01.


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:

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = 'TMC4' LANGU = SY-LANGU LFIELDNAME = 'SPERI' TABLES FIXED_VALUES = GT_DOMVALUES EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

GET_ACCESSIBILITY_MODE CALL FUNCTION 'GET_ACCESSIBILITY_MODE' IMPORTING ACCESSIBILITY = gf_acc_on EXCEPTIONS ITS_NOT_AVAILABLE = 1 OTHERS = 2.

MCS_STAFO_COMPUTE_TEST CALL FUNCTION 'MCS_STAFO_COMPUTE_TEST' EXPORTING I_VBELN = MCLOGGING-VBELN I_ZEITP = MCLOGGING-ZEITP.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = LD_GSTRU LANGU = SY-LANGU TABLES DFIES_TAB = DFIES EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.



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