CEALE01 SAP (CO-PA Distribution: Line Item Reference for Distribution) Table details

Dictionary Type: Table
Description: CO-PA Distribution: Line Item Reference for Distribution




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




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

CEALE01 is a standard SAP Table which is used to store CO-PA Distribution: Line Item Reference for Distribution data and is available within R/3 SAP systems depending on the version and release level.

The CEALE01 table consists of various fields, each holding specific information or linking keys about CO-PA Distribution: Line Item Reference for Distribution data available in SAP. These include BELNR (Document number of line item in Profitability Analysis), POSNR (Item no. of CO-PA line item), PAOBJNR (Profitability Segment Number (CO-PA)), ERKRS (Operating concern).. 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 CEALE01 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
BELNRDocument number of line item in Profitability Analysis RKE_BELNRCHAR10ALPHABELNR
POSNRItem no. of CO-PA line item RKE_POSNRCHAR6RKE_POSNR
PAOBJNRProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
ERKRSOperating concern ERKRSCHAR4Assigned to domainERKRSERB
PLIKZPlan/Actual Indicator PLIKZCHAR1PLIKZ
PALEDGERCurrency type for an operating concern LEDBOCHAR2Assigned to domainLEDBOLEDBO
VRGARRecord Type RKE_VRGARCHAR1Assigned to domainVRGARVGA
VERSIPlan version (CO-PA) RKEVERSICHAR3Assigned to domainALPHACOVERSIPVS
PERIOPeriod/year JAHRPERNUMC7PERI7JAHRPER
ALTPERIOPeriod/year in alternative period type JAHRPERALTNUMC7PERI7JAHRPER
PASUBNRProfitability segment changes (CO-PA) RKESUBNRNUMC4RKESUBNR
LFDNRSequence Number RKE_EIPONRNUMC6NUMC6
OPAOBJNRNumber for profitability segments in original system (CO-PA) RKEOOBJNRNUMC10RKEOBJNR
OPASUBNRChange history for CO-PA prof. segments in org. system RKEOSUBNRNUMC4RKESUBNR
OBELNRDocument number of CO-PA line item in the original system RKE_OBELNRCHAR10ALPHABELNR
OPOSNRItem number of the CO-PA line item in the original system RKE_OPOSNRCHAR6RKE_POSNR
LOGSYSTEMLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS

Key field Non-key field



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

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

SELECT SINGLE *
FROM CEALE01
INTO CORRESPONDING FIELDS OF WA_CEALE01
WHERE...

How to access SAP table CEALE01

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