CCUNC121 SAP (Packaging Codes (Enhanced Data Model)) Table details

Dictionary Type: Table
Description: Packaging Codes (Enhanced Data Model)




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




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

CCUNC121 is a standard SAP Table which is used to store Packaging Codes (Enhanced Data Model) data and is available within R/3 SAP systems depending on the version and release level.

The CCUNC121 table consists of various fields, each holding specific information or linking keys about Packaging Codes (Enhanced Data Model) data available in SAP. These include LWDG (Dangerous Goods Regulation), PACKCODE (Packaging Code), MAX_VOLUME_PACK (Packaging: Maximum Volume), U_MAX_VOL_PACK (Unit of Measurement for Packaging: Maximum Volume).. 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: Cannot Be Enhanced

Text table = CCUNC122


SAP CCUNC121 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 MANDTCLNT3T000MANDT
LWDGDangerous Goods Regulation THME_LWDGCHAR12THM063HMD_LWDGD6L
PACKCODEPackaging Code CBUNE_PACODECHAR10CBUND_PACOD
MAX_VOLUME_PACKPackaging: Maximum Volume CBUNE_MAX_VOLUME_PACKQUAN8(2) HMD_QUAN
U_MAX_VOL_PACKUnit of Measurement for Packaging: Maximum Volume CBUNE_U_MAX_VOL_PACKUNIT3Assigned to domainCUNITMEINS
MAX_QUANT_PACKPackaging: Maximum Mass CBUNE_MAX_QUANT_PACKQUAN8(2) HMD_QUAN
U_MAX_QUANT_PACKUnit of Measurement for Packaging: Maximum Mass CBUNE_U_MAX_QUANT_PACKUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

SELECT SINGLE *
FROM CCUNC121
INTO CORRESPONDING FIELDS OF WA_CCUNC121
WHERE...

How to access SAP table CCUNC121

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