SAP Reports / Programs

RSSCAL01 SAP ABAP Report - Obsolete: Display Change Documents







RSSCAL01 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 RSSCAL01 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 RSSCAL01. "Basic submit
SUBMIT RSSCAL01 AND RETURN. "Return to original report after report execution complete
SUBMIT RSSCAL01 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: ZEIT = From Time (HH:MM:SS)
Selection Text: TABNAME = Table Name
Selection Text: TABKEY = Table Key
Selection Text: OBJEKTID = Object ID
Selection Text: OBJEKT = Object Class
Selection Text: NUMMER = Change Document Number
Selection Text: KEY_EXP = Key with Column Headings
Selection Text: DATUM = From Date (DD.MM.YYYY)
Selection Text: AENDERER = Last Changed By
Title: Obsolete: Display Change Documents
Text Symbol: 617 = not guaranteed ;;
Text Symbol: 616 = Floating Public Holiday
Text Symbol: 615 = Fixed Weekday, from Date
Text Symbol: 614 = Easter Sunday ;;
Text Symbol: 613 = with distance from Easter ;;
Text Symbol: 612 = Fixed Date ;;
Text Symbol: 611 = Days After Easter ;;
Text Symbol: 610 = Days Before Easter ;;
Text Symbol: 609 = Short Text ;;
Text Symbol: 608 = Long Text ;;
Text Symbol: 607 = Sort Criterion ;;
Text Symbol: 606 = Guaranteed Holiday ;;
Text Symbol: 605 = Public Holiday Class ;;
Text Symbol: 604 = Confession ;;
Text Symbol: 603 = Distance from Easter ;;
Text Symbol: 602 = Day ;;
Text Symbol: 618 = Saturday/Sunday ;;
Text Symbol: 619 = Sunday ;;
Text Symbol: 620 = Holiday determination ;;
Text Symbol: 621 = Weekday ;;
Text Symbol: 622 = Year ;;
Text Symbol: 623 = Month ;;
Text Symbol: 624 = Day ;;
Text Symbol: 700 = Monday
Text Symbol: 701 = Tuesday
Text Symbol: 702 = Wednesday
Text Symbol: 703 = Thursday
Text Symbol: 704 = Friday





Text Symbol: 705 = Saturday
Text Symbol: 706 = Sunday
Text Symbol: 707 = Public Holiday
Text Symbol: F01 = No change document item found
Text Symbol: F02 = Errors when reading change documents
Text Symbol: 001 = Factory Calendar
Text Symbol: 002 = Public Holiday Calendar
Text Symbol: 003 = Public Holidays
Text Symbol: 010 = Changed by ;;
Text Symbol: 011 = Date
Text Symbol: 012 = Uhrzeit ;;
Text Symbol: 020 = Created ;;
Text Symbol: 021 = Change ;;
Text Symbol: 022 = Deletion ;;
Text Symbol: 030 = Created ;;
Text Symbol: 031 = Changed ;;
Text Symbol: 032 = Deleted ;;
Text Symbol: 101 = Field
Text Symbol: 102 = Value
Text Symbol: 103 = Public holidays assigned
Text Symbol: 104 = Name
Text Symbol: 105 = Valid From
Text Symbol: 106 = Valid To
Text Symbol: 107 = New Value
Text Symbol: 108 = Old Value
Text Symbol: 109 = Status
Text Symbol: 110 = Changed Name ;;
Text Symbol: 111 = Workday
Text Symbol: 200 = Holiday calendar &VAR1& entered
Text Symbol: 201 = Holiday Calendar ID ;;
Text Symbol: 300 = Factory calendar &VAR1& entered
Text Symbol: 301 = Factory Calendar ID ;;
Text Symbol: 302 = Workdays ;;
Text Symbol: 303 = Workday Number ;;
Text Symbol: 304 = Changed holiday calendar ID ;;
Text Symbol: 400 = Monday ;;
Text Symbol: 401 = Tuesday ;;
Text Symbol: 402 = Wednesday ;;
Text Symbol: 403 = Thursday ;;





Text Symbol: 404 = Friday ;;
Text Symbol: 405 = Saturday ;;
Text Symbol: 406 = Sunday ;;
Text Symbol: 500 = Enter Special Rules
Text Symbol: 501 = Special rule &VAR1& entered
Text Symbol: 502 = Change Special Rules
Text Symbol: 503 = Delete Special Rules
Text Symbol: 600 = Public Holiday Rule ;;
Text Symbol: 601 = Month ;;


INCLUDES used within this REPORT RSSCAL01

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:

CHANGEDOCUMENT_READ_HEADERS CALL FUNCTION 'CHANGEDOCUMENT_READ_HEADERS' EXPORTING OBJECTCLASS = OBJEKT OBJECTID = OBJEKTID USERNAME = AENDERER TIME_OF_CHANGE = ZEIT DATE_OF_CHANGE = DATUM TABLES I_CDHDR = ICDHDR EXCEPTIONS NO_POSITION_FOUND = 1 OTHERS = 2.

CHANGEDOCUMENT_READ_POSITIONS CALL FUNCTION 'CHANGEDOCUMENT_READ_POSITIONS' EXPORTING CHANGENUMBER = NUMMER TABLENAME = TABNAME TABLEKEY = TABKEY IMPORTING HEADER = CDHDR TABLES EDITPOS = AUSG EXCEPTIONS NO_POSITION_FOUND = 1 OTHERS = 2.

GET_FIELDTAB CALL FUNCTION 'GET_FIELDTAB' EXPORTING TABNAME = TABNAME WITHTEXT = 'X' TABLES FIELDTAB = IDFIES EXCEPTIONS INTERNAL_ERROR = 01 NO_TEXTS_FOUND = 01 TABLE_HAS_NO_FIELDS = 01 TABLE_NOT_ACTIV = 01.



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