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
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.
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
INCLUDE RSSOCONS.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSOKMIG - SAPoffice: Administration: Migration of documents in KPro RSSOKMIG - SAPoffice: Administration: Migration of documents in KPro RSSOKIF2 - Sample report for using communications interface via SAPscript RSSOKIF2 - Sample report for using communications interface via SAPscript RSSOKIF1 - Sample report for new communications interface for 4.0 RSSOKIF1 - Sample report for new communications interface for 4.0