/DSD/ME_CPT_PANU SAP (Template for the Application-Defined Document Number) Table details

Dictionary Type: Table
Description: Template for the Application-Defined Document Number




ABAP Code to SELECT data from /DSD/ME_CPT_PANU
Related tables to /DSD/ME_CPT_PANU
Access table /DSD/ME_CPT_PANU




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

/DSD/ME_CPT_PANU is a standard SAP Table which is used to store Template for the Application-Defined Document Number data and is available within R/3 SAP systems depending on the version and release level.

The /DSD/ME_CPT_PANU table consists of various fields, each holding specific information or linking keys about Template for the Application-Defined Document Number data available in SAP. These include CUSTGLOB (Customizing ID), ZAEHK (Counter for the Template for the Document Number), LENGTH (Length of Segment of Document Number), INCREMENTAL (Flag for Incremental Part of Document Number).. 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


SAP /DSD/ME_CPT_PANU 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
CUSTGLOBCustomizing ID /DSD/ME_CPT_CUST_IDNUMC5/DSD/ME_CPT_C_GL
ZAEHKCounter for the Template for the Document Number /DSD/ME_CPT_ZAEHKNUMC2ZAEHK
LENGTHLength of Segment of Document Number /DSD/ME_CPT_LENGTHNUMC2OUT_LENGTH
INCREMENTALFlag for Incremental Part of Document Number /DSD/ME_CPT_INCREMENTCHAR1XFELD
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
FIXEDVALUESpec. Val. Source QUDIWCHAR20CHAR20
OFFSET_FOffset of Document Number Segment /DSD/ME_CPT_OFFSETNUMC2OUT_LENGTH

Key field Non-key field



How do I retrieve data from SAP table /DSD/ME_CPT_PANU using ABAP code

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

SELECT SINGLE *
FROM /DSD/ME_CPT_PANU
INTO CORRESPONDING FIELDS OF WA_/DSD/ME_CPT_PANU
WHERE...

How to access SAP table /DSD/ME_CPT_PANU

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