RSSCADMPROXYCO 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 RSSCADMPROXYCO 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: TEST = Test Mode
Title: Delete calendar substitutes if they no longer exist.
Text Symbol: DE1 = Delete calendar substitutes (SAP users or shared distribution list)
Text Symbol: DE2 = that no longer exist.
Text Symbol: IN1 = Deleted calendar substitutes as SAP users:
Text Symbol: IN2 = Deleted calendar substitutes as shared dist. list:
Text Symbol: NO1 = No calendar substitutes were deleted as SAP users.
Text Symbol: NO2 = No calendar substitutes were deleted as distribution lists.
Text Symbol: NON = None
Text Symbol: OPT = Program options
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
USER_EXISTENCE_CHECK call function 'USER_EXISTENCE_CHECK' exporting user_name = wa-owner exceptions others = 1.
SO_DLI_EXIST call function 'SO_DLI_EXIST' exporting distributionlist = wa-owner system_dli = c_yes exceptions dl_name_not_exist = 1 folder_not_exist = 2 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSCADMPROXYCO - Delete calendar substitutes if they no longer exist. RSSCADMPROXYCO - Delete calendar substitutes if they no longer exist. RSSCA2T1 - Test report for calendar visualization RSSCA2T1 - Test report for calendar visualization RSSCA1T0 - Date conversion test example (TT.MMM.JJJJ TTMMJJJJ) RSSCA1T0 - Date conversion test example (TT.MMM.JJJJ TTMMJJJJ)