SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Communication Services: Mail, Fax, SMS, Telephony(BC-SRV-COM) SAP BC

RSSOKMIG SAP ABAP Report - SAPoffice: Administration: Migration of documents in KPro







RSSOKMIG 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 RSSOKMIG 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 RSSOKMIG. "Basic submit
SUBMIT RSSOKMIG AND RETURN. "Return to original report after report execution complete
SUBMIT RSSOKMIG 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: F_BIN = ?...(F_BIN)
Selection Text: F_EXT = ?...(F_EXT)
Selection Text: P_DATE = Last change at the latest on
Selection Text: P_SIZE = Minimum size of documents
Title: SAPoffice: Administration: Migration of documents in KPro
Text Symbol: C01 = Class of documents to be migrated:
Text Symbol: C02 = Documents of Class RAW or SCR
Text Symbol: C03 = Documents of Class BIN
Text Symbol: C04 = PC documents
Text Symbol: E01 = Choose at least one document class
Text Symbol: E11 = Document could not be locked
Text Symbol: E12 = Document has been deleted
Text Symbol: E13 = Data import from SOC3 failed
Text Symbol: E21 = Error when reading from archive
Text Symbol: E22 = Error when decompressing archived data
Text Symbol: E24 = Error when storing in the Knowledge Provider
Text Symbol: E25 = Error when updating office administration data
Text Symbol: I01 = Number of migrated documents:
Text Symbol: I02 = Other documents available, report should be executed again
Text Symbol: T01 = Object ID
Text Symbol: T02 = Error


INCLUDES used within this REPORT RSSOKMIG

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:

ENQUEUE_ESSOOD call function 'ENQUEUE_ESSOOD' exporting objtp = object_id-objtp objyr = object_id-objyr objno = object_id-objno exceptions others = 1.

ARCHIV_GET_TABLE call function 'ARCHIV_GET_TABLE' exporting ar_object = 'SOAARCHIVE' object_id = sap_obj_key sap_object = 'SOFM' tables archivobject = archive_tab exceptions others = 1.

ARCHIV_GET_TABLE call function 'ARCHIV_GET_TABLE' exporting ar_object = 'SOAARCHIVE' object_id = sap_obj_key sap_object = 'SOFM' tables archivobject = archive_tab exceptions others = 1.

TABLE_DECOMPRESS call function 'TABLE_DECOMPRESS' tables in = archive_tab out = objcont_tab exceptions compress_error = 1 table_not_compressed = 2.

SO_CONTENT_TO_KPRO_PUT call function 'SO_CONTENT_TO_KPRO_PUT' exporting file_ext = sood-file_ext file_size = sood-objlen tables objcont = objcont_tab objhead = objhead_tab exceptions kpro_model_error = 1 kpro_inconsistency = 2 x_error = 3 others = 4 .

DEQUEUE_ESSOOD call function 'DEQUEUE_ESSOOD' exporting objtp = tab_soodk-objtp objyr = tab_soodk-objyr objno = tab_soodk-objno.



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