SAP Reports / Programs

RSSOMOVE SAP ABAP Report - Reorganization of inbox







RSSOMOVE 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 RSSOMOVE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SOY9 - SAPoffice: Inbox Reorganization


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 RSSOMOVE. "Basic submit
SUBMIT RSSOMOVE AND RETURN. "Return to original report after report execution complete
SUBMIT RSSOMOVE 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: P_NAME = Target group (SAP name)
Selection Text: P_DOCS = Minimum number of documents
Selection Text: P_AGE = Minimum age of documents
Selection Text: F_TEST = Test run
Title: Reorganization of inbox
Text Symbol: T04 = Comment
Text Symbol: T03 = Stored Number
Text Symbol: T02 = Inbox Number
Text Symbol: T01 = SAP Name
Text Symbol: E04 = Error occurred in call to SO NAME CONVERT !
Text Symbol: E03 = Database error occurred in move !
Text Symbol: E02 = Documents were partly locked !
Text Symbol: E01 = Folder could not be created !
Text Symbol: C04 = Target group (SAP name)
Text Symbol: C03 = Minimum number of documents
Text Symbol: C02 = Days
Text Symbol: C01 = Minimum Age of Documents (Days)
Text Symbol: 113 = Test run
Text Symbol: 112 = Percentage rate :
Text Symbol: 111 = Total
Text Symbol: 102 = Inbox from &
Text Symbol: 101 = INBOX


INCLUDES used within this REPORT RSSOMOVE

INCLUDE RSSOCONS.


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_NAME_CONVERT call function 'SO_NAME_CONVERT' exporting name_in = single_name importing name_out = single_name exceptions others = 1.

ENQUEUE_ESSOFD call function 'ENQUEUE_ESSOFD' exporting foltp = parent_id-foltp folyr = parent_id-folyr folno = parent_id-folno _wait = on exceptions foreign_lock = 1.

ENQUEUE_ESSOFM call function 'ENQUEUE_ESSOFM' exporting foltp = tab_sofmk-foltp folyr = tab_sofmk-folyr folno = tab_sofmk-folno doctp = tab_sofmk-doctp docyr = tab_sofmk-docyr docno = tab_sofmk-docno fortp = tab_sofmk-fortp foryr = tab_sofmk-foryr forno = tab_sofmk-forno _wait = on exceptions foreign_lock = 1.



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