EKBE_SC SAP (Component Consumption History for Subcontracting) Table details

Dictionary Type: Table
Description: Component Consumption History for Subcontracting




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




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

EKBE_SC is a standard SAP Table which is used to store Component Consumption History for Subcontracting data and is available within R/3 SAP systems depending on the version and release level.

The EKBE_SC table consists of various fields, each holding specific information or linking keys about Component Consumption History for Subcontracting data available in SAP. These include EBELN (Purchasing Document Number), EBELP (Item Number of Purchasing Document), GJAHR (Material Document Year), BELNR (Number of Material Document).. 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: Can be enhanced (character-type or numeric)


SAP EKBE_SC 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
EBELNPurchasing Document Number EBELNCHAR10EKKOALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5EKPOEBELPBSP
GJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
BELNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
BUZEIItem in Material Document MBLPONUMC4MBLPOPOS
LINE_IDUnique identification of document line MB_LINE_IDNUMC6MB_LINE_ID
CONSTYComponent Consumption Type for Subcontracting CONSTYCHAR1CONSTY
LFGJAFiscal Year of Current Period LFGJANUMC4GJAHRGJAHR
LFBNRDocument No. of a Reference Document LFBNRCHAR10ALPHABELNR
LFPOSItem of a Reference Document LFPOSNUMC4MBLPO
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
LAGMEBase Unit of Measure LAGMEUNIT3T006CUNITMEINS
ERFMEUnit of Entry ERFMEUNIT3T006CUNITMEINS
BDMNGRequirement Quantity BDMNGQUAN13(3) MENG13
ERFMGQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
WAMNGIssued Quantity WAMNGQUAN13(3) MENG13
WAWRTSum of the values of goods issues WAWRTCURR13(2) WERT7
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
SOBKZSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
LGPROIssue Storage Location LGPROCHAR4Assigned to domainLGORT
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA

Key field Non-key field



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

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

SELECT SINGLE *
FROM EKBE_SC
INTO CORRESPONDING FIELDS OF WA_EKBE_SC
WHERE...

How to access SAP table EKBE_SC

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