RSSCA2T1 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 RSSCA2T1 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: DATE = Current date
Selection Text: DISPLAY = Number of months
Selection Text: DISP_TYP = Fullscreen or dialog box
Selection Text: FACID = Factory calendar
Selection Text: HOCID = Holiday calendar
Title: Test report for calendar visualization
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TEST_CALENDAR_INITIALISATION CALL FUNCTION 'TEST_CALENDAR_INITIALISATION'.
CALENDAR_VISUAL_PRESENTATION CALL FUNCTION 'CALENDAR_VISUAL_PRESENTATION' EXPORTING HOLIDAY_CALENDAR = HOCID FACTORY_CALENDAR = FACID ACTUAL_DATE = DATE NUMBER_OF_MONTHS = DISPLAY DISPLAY_MODE = DISP_TYP WRITE_FUNCTION = 'TEST_CALENDAR_WRITE' PROCESS_FUNCTION = 'TEST_CALENDAR_PROCESS' SET_STATUS_FUNCTION = 'TEST_CALENDAR_SET_STATUS' IMPORTING RETURN_CODE = OK_CODE TABLES ATTRLIST = ITAB.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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) RSSC5Z03 - Appointments diary: Print weekly overview - times RSSC5Z02 - Appointments diary: Print weekly overview - times