SAP Reports / Programs

RSSCLM01 SAP ABAP Report - Report for the view cluster text pool







RSSCLM01 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 RSSCLM01 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 RSSCLM01. "Basic submit
SUBMIT RSSCLM01 AND RETURN. "Return to original report after report execution complete
SUBMIT RSSCLM01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Report for the view cluster text pool
Text Symbol: 714 = Do you want to display ;;
Text Symbol: 715 = the data? ;;
Text Symbol: 720 = Data could not be ;;
Text Symbol: 721 = locked. ;;
Text Symbol: 722 = ;;
Text Symbol: 723 = Display only ;;
Text Symbol: 724 = Display ;;
Text Symbol: 725 = data? ;;
Text Symbol: 700 = Locked data ;;
Text Symbol: 701 = The data is locked by
Text Symbol: 702 = User &. ;;
Text Symbol: 703 = Display only ;;
Text Symbol: 704 = Display ;;
Text Symbol: 705 = locked data? ;;
Text Symbol: 710 = Authorization ;;
Text Symbol: 711 = Your user master record ;;
Text Symbol: 712 = only authorizes you to ;;
Text Symbol: C14 = copy all ;;
Text Symbol: C15 = only copy entry ;;
Text Symbol: D01 = Entries to be deleted: &001
Text Symbol: D02 = &002 of these with a total of &003 ;;
Text Symbol: D03 = dependent entries.
Text Symbol: D04 = Specify objects to be deleted
Text Symbol: D11 = You can either delete all entries ;;
Text Symbol: D12 = or only those which have no ;;
Text Symbol: D13 = dependent entries. ;;
Text Symbol: 900 = Step ;;
Text Symbol: 901 = of ;;
Text Symbol: C01 = The entry to be copied had ;;
Text Symbol: C02 = &001 dependent entries in total. ;;
Text Symbol: C03 = The &002 th entry to be copied has ;;
Text Symbol: C04 = specify object to be copied ;;
Text Symbol: C11 = You can copy the entry ;;
Text Symbol: C12 = with all dependent entries, ;;
Text Symbol: C13 = or just the entry itself. ;;
Text Symbol: 713 = display data. ;;
Text Symbol: P03 = The changes must be ;;





Text Symbol: P04 = saved before they ;;
Text Symbol: P05 = are transported. ;;
Text Symbol: P06 = Save changes first?
Text Symbol: P11 = Exit maintenance
Text Symbol: P12 = Data was changed
Text Symbol: P13 = Save changes first?
Text Symbol: P21 = Cancel input
Text Symbol: P22 = Cancel input
Text Symbol: D14 = all entries ;;
Text Symbol: D15 = without dep. records;;
Text Symbol: D21 = An entry with dependent records can;;
Text Symbol: D22 = only be deleted if all dependent ;;
Text Symbol: D23 = records are deleted with it. ;;
Text Symbol: D24 = Delete
Text Symbol: D25 = Do not delete
Text Symbol: P01 = Transport entries ;;
Text Symbol: P02 = Data was changed. ;;
Text Symbol: U13 = together. ;;
Text Symbol: U21 = &002 higher level entries are
Text Symbol: U22 = to be deleted.
Text Symbol: U31 = The dependent entries can also be ;;
Text Symbol: U32 = retrieved; i.e., all entries are ;;
Text Symbol: U33 = retrieved. ;;
Text Symbol: U34 = with depend.entries
Text Symbol: U35 = w/o depend. entries
Text Symbol: P23 = Exit view maintenance? ;;
Text Symbol: U01 = Entries to be retrieved: &001 ;;
Text Symbol: U02 = &002 higher level entries ;;
Text Symbol: U03 = marked for deletion, &003 missing. ;;
Text Symbol: U04 = Retrieve ;;
Text Symbol: U05 = Do not retrieve ;;
Text Symbol: U06 = Choose objects to be retrieved ;;
Text Symbol: U11 = Selected superior entries and those;;
Text Symbol: U12 = to be deleted are only retrieved ;;


INCLUDES used within this REPORT RSSCLM01

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:

No SAP FUNCTION MODULES are executed within this report code!



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