EKLPCI SAP (History of Charges for Installment Plan Items (LPC in USA)) Table details

Dictionary Type: Table
Description: History of Charges for Installment Plan Items (LPC in USA)




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




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

EKLPCI is a standard SAP Table which is used to store History of Charges for Installment Plan Items (LPC in USA) data and is available within R/3 SAP systems depending on the version and release level.

The EKLPCI table consists of various fields, each holding specific information or linking keys about History of Charges for Installment Plan Items (LPC in USA) data available in SAP. These include GPART (Business Partner Number), VKONT (Contract Account Number), IBLNR (Number of Contract Accts Rec. & Payable Doc.), LDATE (Date on Which Entry Was Created).. 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 EKLPCI 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
GPARTBusiness Partner Number BU_PARTNERCHAR10BUT000ALPHABU_PARTNERBPABUPA
VKONTContract Account Number VKONT_KKCHAR12FKKVKALPHAVKONT_KKKTOFKKVKP_F4
IBLNRNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12DFKKKOALPHAOPBEL_KK80B
LDATEDate on Which Entry Was Created E_LDATEDATS8DATUM
LTIMETime of Entry CPUTMTIMS6UZEIT
CHKEYKey for the Charge Percentage Rate E_CHKEYCHAR2TE014E_CHKEY
CHAMTCharge amount for an installment plan E_CHAMTCURR13(2) WRTV7
CHBSABase amount for the installment plan charge E_CHBSACURR13(2) WRTV7
CHDATDate DATUMDATS8DATUM
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
CHCRDDocument number with which the charge was posted E_CHCRDCHAR12DFKKKOALPHAOPBEL_KK
STATUSStatus of the Charge E_CHSTATCHAR2E_CHSTAT

Key field Non-key field



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

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

SELECT SINGLE *
FROM EKLPCI
INTO CORRESPONDING FIELDS OF WA_EKLPCI
WHERE...

How to access SAP table EKLPCI

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