EKCC SAP (Index Table for CCP Process) Table details

Dictionary Type: Table
Description: Index Table for CCP Process




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




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

EKCC is a standard SAP Table which is used to store Index Table for CCP Process data and is available within R/3 SAP systems depending on the version and release level.

The EKCC table consists of various fields, each holding specific information or linking keys about Index Table for CCP Process data available in SAP. These include EBELN (Purchasing Document Number), EBELP (Item Number of Purchasing Document), ETENR (Delivery Schedule Line Counter), EBELNT (Document Number of a Stock Transport Order).. 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: Not classified


SAP EKCC 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
EBELNPurchasing Document Number EBELNCHAR10EKKOALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5EKPOEBELPBSP
ETENRDelivery Schedule Line Counter EETENNUMC4EKETEETEN
EBELNTDocument Number of a Stock Transport Order CCP_EBELNTCHAR10Assigned to domainALPHAEBELN
EBELPTItem Number of a Stock Transport Order CCP_EBELPTNUMC5Assigned to domainEBELP
ETENRTDelivery Schedule Line Counter EETENNUMC4Assigned to domainEETEN

Key field Non-key field



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

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

SELECT SINGLE *
FROM EKCC
INTO CORRESPONDING FIELDS OF WA_EKCC
WHERE...

How to access SAP table EKCC

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