/POA/D_CLM_DPLM SAP (Deployment) Table details

Dictionary Type: Table
Description: Deployment




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




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

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

The /POA/D_CLM_DPLM table consists of various fields, each holding specific information or linking keys about Deployment data available in SAP. These include DEPLID (Deployment ID), REG_ID (ID in Content Lifecycle Management), NAME (Name), DESTINATION (Logical Destination (Specified in Function Call)).. 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 /POA/D_CLM_DPLM 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
DEPLIDDeployment ID /POA/CLM_DEPL_IDCHAR32SYSUUID_C32
REG_IDID in Content Lifecycle Management /POA/CLM_IDINT410
NAMEName /POA/CLM_NAMECHAR250
DESTINATIONLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
RFC_SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
RFC_MANDTExplicit logon client RFCCLIENTCLNT3Assigned to domainMANDT
CPIDID in Content Lifecycle Management /POA/CLM_IDINT410
CREATED_ONCreated On /POA/CLM_FDATEDATS8SYDATS
CREATED_ATCreated At /POA/CLM_FTIMETIMS6SYTIME
CREATED_BYCreated By /POA/CLM_FUSERCHAR12/POA/CLM_USER
CHANGED_ONLast Changed On /POA/CLM_LDATEDATS8SYDATS
CHANGED_ATLast Changed At /POA/CLM_LTIMETIMS6SYTIME
CHANGED_BYLast Changed By /POA/CLM_LUSERCHAR12CTM_USER
DEPL_STATUSDeployment Status /POA/CLM_DEPL_STATCHAR1/POA/CLM_DEPL_STAT
TIMESTAMPUTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) TIMSTMPDEC21(7) TZNTSTMPL
TESTRUNBoolean Variable (X=True, Space=False) SAP_BOOLCHAR1SAP_BOOL
VALID_FROMSystem Date SYDATUMDATS8SYDATS
VALID_TOSystem Date SYDATUMDATS8SYDATS
RETRYNo. of attempts RETRYNUMC4NUM04

Key field Non-key field



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

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

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

How to access SAP table /POA/D_CLM_DPLM

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