PIN_CUST_FIELD SAP (Structure for store dynamic content in cluster table) Structure details

Dictionary Type: Structure
Description: Structure for store dynamic content in cluster table




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




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

PIN_CUST_FIELD is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for store dynamic content in cluster table" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_PIN_CUST_FIELD TYPE PIN_CUST_FIELD.

The PIN_CUST_FIELD table consists of various fields, each holding specific information or linking keys about Structure for store dynamic content in cluster table data available in SAP. These include CDAT2 (Customer Date Field), CDAT3 (Customer Date Field), CDAT4 (Customer Date Field), CDAT5 (Customer Date Field).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP PIN_CUST_FIELD structure 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
CDAT1Customer Date Field PIN_CF_DATEDATS8DATUM
CDAT2Customer Date Field PIN_CF_DATEDATS8DATUM
CDAT3Customer Date Field PIN_CF_DATEDATS8DATUM
CDAT4Customer Date Field PIN_CF_DATEDATS8DATUM
CDAT5Customer Date Field PIN_CF_DATEDATS8DATUM
C10T1Customer Text (10) Field PIN_CF_TEXT10CHAR10TEXT10
C10T2Customer Text (10) Field PIN_CF_TEXT10CHAR10TEXT10
C10T3Customer Text (10) Field PIN_CF_TEXT10CHAR10TEXT10
C10T4Customer Text (10) Field PIN_CF_TEXT10CHAR10TEXT10
C10T5Customer Text (10) Field PIN_CF_TEXT10CHAR10TEXT10
C20T1Customer Text(20) Field PIN_CF_TEXT20CHAR20TEXT20
C20T2Customer Text(20) Field PIN_CF_TEXT20CHAR20TEXT20
C20T3Customer Text(20) Field PIN_CF_TEXT20CHAR20TEXT20
C20T4Customer Text(20) Field PIN_CF_TEXT20CHAR20TEXT20
C20T5Customer Text(20) Field PIN_CF_TEXT20CHAR20TEXT20
C40T1Customer Text (40) Field PIN_CF_TEXT40CHAR40TEXT40
C40T2Customer Text (40) Field PIN_CF_TEXT40CHAR40TEXT40
C40T3Customer Text (40) Field PIN_CF_TEXT40CHAR40TEXT40
C40T4Customer Text (40) Field PIN_CF_TEXT40CHAR40TEXT40
C40T5Customer Text (40) Field PIN_CF_TEXT40CHAR40TEXT40
NUM01Customer Number(10) Field PIN_CF_NUMNUMC10NUMC10
NUM02Customer Number(10) Field PIN_CF_NUMNUMC10NUMC10
NUM03Customer Number(10) Field PIN_CF_NUMNUMC10NUMC10
NUM04Customer Number(10) Field PIN_CF_NUMNUMC10NUMC10
NUM05Customer Number(10) Field PIN_CF_NUMNUMC10NUMC10
NUM06Customer Number(10) Field PIN_CF_NUMNUMC10NUMC10
NUM07Customer Number(10) Field PIN_CF_NUMNUMC10NUMC10
NUM08Customer Number(10) Field PIN_CF_NUMNUMC10NUMC10
NUM09Customer Number(10) Field PIN_CF_NUMNUMC10NUMC10
NUM10Customer Number(10) Field PIN_CF_NUMNUMC10NUMC10
CHAR1Customer Field Of Single Char Type PIN_CF_CHAR1CHAR1FLAG
CHAR2Customer Field Of Single Char Type PIN_CF_CHAR1CHAR1FLAG
CHAR3Customer Field Of Single Char Type PIN_CF_CHAR1CHAR1FLAG
CHAR4Customer Field Of Single Char Type PIN_CF_CHAR1CHAR1FLAG
CHAR5Customer Field Of Single Char Type PIN_CF_CHAR1CHAR1FLAG

Key field Non-key field



How do I retrieve data from SAP structure PIN_CUST_FIELD using ABAP code?

As PIN_CUST_FIELD is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on PIN_CUST_FIELD as there is no data to select.

How to access SAP table PIN_CUST_FIELD

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