EKB_KORR SAP (List of Differences Betw. PO History and Clearing Accounts) Structure details

Dictionary Type: Structure
Description: List of Differences Betw. PO History and Clearing Accounts




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




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

EKB_KORR 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 "List of Differences Betw. PO History and Clearing Accounts" 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_EKB_KORR TYPE EKB_KORR.

The EKB_KORR table consists of various fields, each holding specific information or linking keys about List of Differences Betw. PO History and Clearing Accounts data available in SAP. These include PAKET (Number of the changeover package), BUKRS (Company Code), HKONT (General Ledger Account), GSBER (Business Area).. 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: Not classified


SAP EKB_KORR 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PAKETNumber of the changeover package EWUUMSPAKNUMC3Assigned to domainEWUUMSPAKPAN
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
ZUONRAssignment Number DZUONRCHAR18ZUONR
CURTPCurrency Type and Valuation View CURTPCHAR2CURTP
LPERICurrent period (posting period) LFMONNUMC2MONAT
LJAHRFiscal Year of Current Period LFGJANUMC4GJAHRGJAHR
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
VALUEAmount in Local Currency DMBTRCURR13(2) WERT7
VMVALAmount in Local Currency DMBTRCURR13(2) WERT7
VJVALAmount in Local Currency DMBTRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
KOARTAccount Type KOARTCHAR1KOART
KTOSLTransaction Key KTOSLCHAR3CHAR3
REPIDABAP Program Name REPIDCHAR40PROGNAME
BELNRAccounting document number EWUBELNRCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUDATPosting Date in the Document BUDATDATS8DATUM
HWERTAmount in Local Currency DMBTRCURR13(2) WERT7
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
MENGEQuantity MENGE_DQUAN13(3) MENG13
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP

Key field Non-key field



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

As EKB_KORR 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 EKB_KORR as there is no data to select.

How to access SAP table EKB_KORR

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