RIASSIGNMENTS SAP (Assignment Table of Replication cProject PS) Table details

Dictionary Type: Table
Description: Assignment Table of Replication cProject PS




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




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

RIASSIGNMENTS is a standard SAP Table which is used to store Assignment Table of Replication cProject PS data and is available within R/3 SAP systems depending on the version and release level.

The RIASSIGNMENTS table consists of various fields, each holding specific information or linking keys about Assignment Table of Replication cProject PS data available in SAP. These include ASSIGN_GUID (GUIDs for Assigning cProject PS), R3_GUID (GUIDs of PS Objects), EXT_GUID (GUIDs of External Objects), EXT_OBJECT_ID (SAP external object key).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP RIASSIGNMENTS 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
ASSIGN_GUIDGUIDs for Assigning cProject PS ASSIGN_GUIDRAW16SYSUUID
R3_GUIDGUIDs of PS Objects R3_GUIDRAW16SYSUUID
EXT_GUIDGUIDs of External Objects EXT_GUIDRAW16SYSUUID
EXT_OBJECT_IDSAP external object key OBJIDEXTCHAR90SWO_OBJID
EXT_OBJECT_TYPEExternal Object Type OBJ_TYP_EXTCHAR20CHAR20S
INT_OBJECT_TYPEInternal Object Type OBJ_TYP_INTCHAR20CHAR20S
DELETEDIndicator: Object Deleted Externally RI_DELETEDCHAR1CHAR1
FIRST_REPDate of First Replication cProjects-PS FIRST_REPDATS8DATUM
FIRST_REP_TIMETime of Last Replication FIRST_REP_TIMETIMS6SYTIME
LAST_REPDate of Last Replication LAST_REPDATS8DATUM
LAST_REP_TIMETime of Last Replication LAST_REP_TIMETIMS6SYTIME
SOURCE_SYSTEMSource System for Replication cProjects-PS LOG_SOURCE_SYSTEMCHAR10Assigned to domainALPHALOGSYS

Key field Non-key field



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

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

SELECT SINGLE *
FROM RIASSIGNMENTS
INTO CORRESPONDING FIELDS OF WA_RIASSIGNMENTS
WHERE...

How to access SAP table RIASSIGNMENTS

Within an ECC or HANA version of SAP you can also view further information about RIASSIGNMENTS 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!