EKBE_SRV_SUM SAP (Totals History for SRV Documents) Table details

Dictionary Type: Table
Description: Totals History for SRV Documents




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




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

EKBE_SRV_SUM is a standard SAP Table which is used to store Totals History for SRV Documents data and is available within R/3 SAP systems depending on the version and release level.

The EKBE_SRV_SUM table consists of various fields, each holding specific information or linking keys about Totals History for SRV Documents data available in SAP. These include EBELN (Purchasing Document Number), EBELP (Item Number of Purchasing Document), VGABE (Transaction/event type, purchase order history), ZEKKN (Sequential Number of Account Assignment).. 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_SRV_SUM 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
VGABETransaction/event type, purchase order history VGABECHAR1VGABE
ZEKKNSequential Number of Account Assignment DZEKKNNUMC2NUM02
PACKNOPackage Number of Service PACKNO_EKBENUMC10Assigned to domainPACKNO
INTROWLine Number of Service INTROW_EKBENUMC10INTROW
BEWTPPO history category BEWTPCHAR1T163BBEWTP
MENGEQuantity MENGE_DQUAN13(3) MENG13
BPMNGQuantity in purchase order price unit MENGE_BPRQUAN13(3) MENG13
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
HSWAELocal currency key HSWAECUKY5TCURCWAERS
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
REWRBInvoice Amount in PO Currency REWRBCURR13(2) WERT7
REEWRInvoice Value Entered (in Local Currency) REEWRCURR13(2) WRTV7
REFWRInvoice value in foreign currency REFWRCURR13(2) WRTV7

Key field Non-key field



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

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

SELECT SINGLE *
FROM EKBE_SRV_SUM
INTO CORRESPONDING FIELDS OF WA_EKBE_SRV_SUM
WHERE...

How to access SAP table EKBE_SRV_SUM

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