/POA/C_CLM_SYR SAP (System Registry Tables) Table details

Dictionary Type: Table
Description: System Registry Tables




ABAP Code to SELECT data from /POA/C_CLM_SYR
Related tables to /POA/C_CLM_SYR
Access table /POA/C_CLM_SYR




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

/POA/C_CLM_SYR is a standard SAP Table which is used to store System Registry Tables data and is available within R/3 SAP systems depending on the version and release level.

The /POA/C_CLM_SYR table consists of various fields, each holding specific information or linking keys about System Registry Tables data available in SAP. These include REG_ID (ID in Content Lifecycle Management), API_GROUP_ID (API Group ID), CONT_DOMAIN (Authoring Domain), NAME (Name).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /POA/C_CLM_SYR 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
REG_IDID in Content Lifecycle Management /POA/CLM_IDINT410
API_GROUP_IDAPI Group ID /POA/CLM_API_GRP_IDCHAR20/POA/C_CLM_APG
CONT_DOMAINAuthoring Domain /POA/CLM_DOMAINCHAR20/POA/C_CLM_DOM
NAMEName /POA/CLM_NAMECHAR250
DESTINATIONLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
RFC_SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
RFC_MANDTCLM System Regsitry Logon Client /POA/CLM_LOG_CLIENTNUMC3NUMC3
DESCRIPTIONDescription /POA/CLM_DESCCHAR250/POA/CLM_DESC

Key field Non-key field



How do I retrieve data from SAP table /POA/C_CLM_SYR using ABAP code

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

SELECT SINGLE *
FROM /POA/C_CLM_SYR
INTO CORRESPONDING FIELDS OF WA_/POA/C_CLM_SYR
WHERE...

How to access SAP table /POA/C_CLM_SYR

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