SAP Reports / Programs

RSSM_PREPARE_VALIDITY SAP ABAP Report - Validity ID







RSSM_PREPARE_VALIDITY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RSSM_PREPARE_VALIDITY 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 RSSM_PREPARE_VALIDITY. "Basic submit
SUBMIT RSSM_PREPARE_VALIDITY AND RETURN. "Return to original report after report execution complete
SUBMIT RSSM_PREPARE_VALIDITY 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: TEST = Test Run
Selection Text: PROT = Filter out without deleting
Selection Text: DTA = InfoCube/DSO
Selection Text: DEL = Delete from the Original
Title: Validity ID
Text Symbol: 020 = Entry in RSODSACTREQ is not active for request:
Text Symbol: 019 = No entry found in RSODSACTREQ for request:
Text Symbol: 018 = CL is not deleted for request:
Text Symbol: 017 = CL request not retrieved from DataMart:
Text Symbol: 016 = Important: DTP Request
Text Symbol: 015 = This DSO does not contain any active requests
Text Symbol: 014 = No Requests Found - No Deletion
Text Symbol: 013 = Original requests deleted with SID <=
Text Symbol: 012 = Original table RSREQICODS is consistent
Text Symbol: 011 = Request missing in RSREQICODS:
Text Symbol: 010 = Original table RSMONICDP is consistent
Text Symbol: 009 = Request missing in RSMONICDP:
Text Symbol: 008 = Original table RSICCONT is consistent
Text Symbol: 007 = Request missing in RSICCONT:
Text Symbol: 006 = InfoCube/DSO is already restricted with Validity
Text Symbol: 005 = All compressed requests written to SAVE tables
Text Symbol: 004 = Less than 100 requests compressed
Text Symbol: 003 = InfoCube is not compressed
Text Symbol: 002 = InfoCube/DSO does not contain any requests
Text Symbol: 001 = Functionality only supported for InfoCubes/Standard DSOs


INCLUDES used within this REPORT RSSM_PREPARE_VALIDITY

No INCLUDES are used within this REPORT code!


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:

RSAWB_MAINTAIN_DTA call function 'RSAWB_MAINTAIN_DTA' exporting i_method = rsatr_c_dta_get i_dta = dta importing * E_DTA = * E_TEXT = * E_TYPE = e_objvers = l_objvers e_s_dta = l_s_dta * E_TLOGO = * E_T_DTA_IOBJ = * E_T_DTA_PRO = e_not_allowed = l_not_allowed e_s_odstabname = l_s_odstab * E_T_MSG = * E_ADJ_TXT_DTA = * E_T_DTA_PART = exceptions cx_rs_version_not_found = 1 transact_cube_not_switched = 2 others = 3.

ENQUEUE_ERSICCONT call function 'ENQUEUE_ERSICCONT' exporting icube = dta _wait = 'X' exceptions foreign_lock = 1.

DEQUEUE_ERSICCONT call function 'DEQUEUE_ERSICCONT' exporting icube = dta _synchron = 'X'.

RSSM_ICUBE_REQUESTS_GET call function 'RSSM_ICUBE_REQUESTS_GET' exporting i_infocube = dta i_rsmdatastate_update = 'X' * I_DATE_FROM = '00000000' * I_DATE_TO = '00000000' i_without_texts = 'X' importing e_t_request = l_t_part.

RSSM_RSMDATASTATE_MAINTAIN call function 'RSSM_RSMDATASTATE_MAINTAIN' exporting i_infocube = dta i_mode = 'R' i_transport = ' ' i_no_auth_check = 'X' changing c_s_rsmdatastate = l_s_datastate.

DEQUEUE_ERSICCONT call function 'DEQUEUE_ERSICCONT' exporting icube = dta _synchron = 'X'.

DEQUEUE_ERSICCONT call function 'DEQUEUE_ERSICCONT' EXPORTING icube = dta _synchron = 'X'.

DEQUEUE_ERSICCONT call function 'DEQUEUE_ERSICCONT' exporting icube = dta _synchron = 'X'.

DEQUEUE_ERSICCONT call function 'DEQUEUE_ERSICCONT' exporting icube = dta _synchron = 'X'.

DB_COMMIT call function 'DB_COMMIT'.

DB_COMMIT call function 'DB_COMMIT'.

DEQUEUE_ERSICCONT call function 'DEQUEUE_ERSICCONT' exporting icube = dta _synchron = 'X'.



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