SAP Reports / Programs

RSSOREKI SAP ABAP Report - SAPoffice: Reorganization of communication interface







RSSOREKI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This reorganization program deletes the administration data for message objects and recipient objects, i...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSSOREKI 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 RSSOREKI. "Basic submit
SUBMIT RSSOREKI AND RETURN. "Return to original report after report execution complete
SUBMIT RSSOREKI VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: SAPoffice: Reorganization of communication interface
Text Symbol: 001 = Statistics
Text Symbol: 003 = Message Objects (Document already deleted)
Text Symbol: 004 = Recipient Objects (For These Message Objects)
Text Symbol: 005 = Program ended successfully
Text Symbol: 006 = Test run successful
Text Symbol: 007 = For the years from
Text Symbol: 008 = to
Text Symbol: 009 = Run with database change
Text Symbol: 010 = Recipient Objects (Without Message Object)
Text Symbol: 012 = Message Objects (Without Document Entry)
Text Symbol: T01 = Object
Text Symbol: T02 = Number of Deleted Instances
Text Symbol: T03 = Number of Instances to be Deleted


INCLUDES used within this REPORT RSSOREKI

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:

SO_ADDRESS_FREE call function 'SO_ADDRESS_FREE' exporting adrnr = adrnr usage = usage exceptions others = 1.

DB_COMMIT call function 'DB_COMMIT'.

DB_COMMIT call function 'DB_COMMIT'.

ADDR_SO_KEY_GET_KEY call function 'ADDR_SO_KEY_GET_KEY' tables key_table = lt_address exceptions internal_error = 1 no_entries_in_key_table = 2 others = 3.

ADDR_REFERENCE_DELETE call function 'ADDR_REFERENCE_DELETE' "#EC * exporting address_number = ls_address-addrnumber address_reference = lp_addr_ref exceptions address_not_exist = 1 internal_error = 2 parameter_error = 3 others = 4.

ADDR_MEMORY_SAVE call function 'ADDR_MEMORY_SAVE' "#EC * exceptions address_number_missing = 1 person_number_missing = 2 internal_error = 3 database_error = 4 reference_missing = 5 others = 6.

ADDR_MEMORY_CLEAR call function 'ADDR_MEMORY_CLEAR' "#EC * exporting force = 'X' exceptions unsaved_data_exist = 1 internal_error = 2 others = 3.



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