EKLPCINV 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 EKLPCINV
Related tables to EKLPCINV
Access table EKLPCINV




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

EKLPCINV 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 EKLPCINV 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.), CSCNO (Consecutive Number for Database Entries).. 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 EKLPCINV 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
CSCNOConsecutive Number for Database Entries E_CSCNONUMC10LFDNR10
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 EKLPCINV using ABAP code

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

SELECT SINGLE *
FROM EKLPCINV
INTO CORRESPONDING FIELDS OF WA_EKLPCINV
WHERE...

How to access SAP table EKLPCINV

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