/PLMI/GSS_R2M_SU SAP (GSS Recipe -> Master Recipe: Sync Units Table) Table details

Dictionary Type: Table
Description: GSS Recipe -> Master Recipe: Sync Units Table




ABAP Code to SELECT data from /PLMI/GSS_R2M_SU
Related tables to /PLMI/GSS_R2M_SU
Access table /PLMI/GSS_R2M_SU




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

/PLMI/GSS_R2M_SU is a standard SAP Table which is used to store GSS Recipe -> Master Recipe: Sync Units Table data and is available within R/3 SAP systems depending on the version and release level.

The /PLMI/GSS_R2M_SU table consists of various fields, each holding specific information or linking keys about GSS Recipe -> Master Recipe: Sync Units Table data available in SAP. These include ID (GUID of Synchronization Unit), SYNC_UNIT_EXT (External Key of Synchronization), SUBRECN (Specification Key), ALT_NO (Alternative Recipe Identifier).. 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: Can be enhanced (character-type or numeric)


SAP /PLMI/GSS_R2M_SU 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
IDGUID of Synchronization Unit /PLMB/GSS_SYNC_UNIT_GUIDCHAR22SYSUUID_C22
SYNC_UNIT_EXTExternal Key of Synchronization /PLMB/GSS_SYNC_UNIT_EXTCHAR20ALPHA/PLMB/GSS_SYNC_UNIT_EXT
SUBRECNSpecification Key /PLMB/RCA_SUBRECNNUMC20
ALT_NOAlternative Recipe Identifier /PLMB/RCP_ALT_NOCHAR3CHAR3
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
STLANBOM Usage STLANCHAR1Assigned to domainSTLANCSV
STALTAlternative BOM STALTCHAR2ALPHAALTNR
PLNTYTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
PLNALGroup Counter PLNALCHAR2ALPHAALTNRPAL
CREATED_BYUser Who Created Object (Item) /PLMB/RCP_CREATED_BYCHAR12USNAM/PLMB/SEA_COLLECTIVE_USERNAME
CREATED_TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) /PLMB/RCP_TIMESTAMPDEC15TZNTSTMPS
CHANGED_BYUser Who Last Changed Object /PLMB/RCP_CHANGED_BYCHAR12USNAM/PLMB/SEA_COLLECTIVE_USERNAME
CHANGED_TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) /PLMB/RCP_TIMESTAMPDEC15TZNTSTMPS
MR_STATUSStatus PLNSTCHAR3Assigned to domainPLNSTH_T412
MR_USAGETask list usage PLN_VERWECHAR3Assigned to domainPLN_VERWEH_T411
MR_CRDControl Recipe Destination PHSEQCHAR2Assigned to domainPHSEQ
MR_PI_CATProcess instruction category R_COSTRCHAR8Assigned to domainCO_COSTRKST
MR_PROFILEProfile PROFID_STDCHAR7Assigned to domainPROFIDPIN
CN_SETTINGSChange Number Settings /PLMB/GSS_R2MR_CN_SETTINGSCHAR1/PLMB/GSS_R2MR_CN_SETTINGS

Key field Non-key field



How do I retrieve data from SAP table /PLMI/GSS_R2M_SU using ABAP code

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

SELECT SINGLE *
FROM /PLMI/GSS_R2M_SU
INTO CORRESPONDING FIELDS OF WA_/PLMI/GSS_R2M_SU
WHERE...

How to access SAP table /PLMI/GSS_R2M_SU

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