RSOD_MIGRATION SAP (Log for Migration of Documents to Portal) Table details

Dictionary Type: Table
Description: Log for Migration of Documents to Portal




ABAP Code to SELECT data from RSOD_MIGRATION
Related tables to RSOD_MIGRATION
Access table RSOD_MIGRATION




Table field list including key, data, relationships and ABAP select examples

RSOD_MIGRATION is a standard SAP Table which is used to store Log for Migration of Documents to Portal data and is available within R/3 SAP systems depending on the version and release level.

The RSOD_MIGRATION table consists of various fields, each holding specific information or linking keys about Log for Migration of Documents to Portal data available in SAP. These include X_META (Indicator: Documents for Metadata Were Migrated), X_MAST (Indicator: Documents for Master Data Were Migrated), X_TRAN (Indicator: Documents for InfoProvider Data Were Migrated), X_OVERWRITE (Indicator: Overwrite).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSOD_MIGRATION table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
X_META Indicator: Documents for Metadata Were Migrated0
X_MAST Indicator: Documents for Master Data Were Migrated0
X_TRAN Indicator: Documents for InfoProvider Data Were Migrated0
X_OVERWRITE Indicator: Overwrite0
UNAMEUser Name SYUNAMECHAR12SYCHAR12
SYSTEM_ALIAS System Alias in the Portal0
DESTINATION_ROOTPrefix of BI CM Repository Manager (After Migration) RSPOR_KM_BI_CM_RM_PREFIXCHAR255RSPOR_URL

Key field Non-key field



How do I retrieve data from SAP table RSOD_MIGRATION using ABAP code

The following ABAP code Example will allow you to do a basic selection on RSOD_MIGRATION to SELECT all data from the table
DATA: WA_RSOD_MIGRATION TYPE RSOD_MIGRATION.

SELECT SINGLE *
FROM RSOD_MIGRATION
INTO CORRESPONDING FIELDS OF WA_RSOD_MIGRATION
WHERE...

How to access SAP table RSOD_MIGRATION

Within an ECC or HANA version of SAP you can also view further information about RSOD_MIGRATION and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!