ELACCZ SAP (Loyalty Account Line Item) Table details

Dictionary Type: Table
Description: Loyalty Account Line Item




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




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

ELACCZ is a standard SAP Table which is used to store Loyalty Account Line Item data and is available within R/3 SAP systems depending on the version and release level.

The ELACCZ table consists of various fields, each holding specific information or linking keys about Loyalty Account Line Item data available in SAP. These include MANDT (Client), VKONT (Contract Account Number), LP_CODE (Loyalty program code), LP_ACCLNBR (Consecutive Number for Loyalty Account Item).. 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 ELACCZ 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
VKONTContract Account Number VKONT_KKCHAR12FKKVKALPHAVKONT_KKKTOFKKVKP_F4
LP_CODELoyalty program code LP_CODECHAR10ELOYALPRGLP_CODELPCH_LPCODE
LP_ACCLNBRConsecutive Number for Loyalty Account Item LP_ACCLNBRNUMC6LFDNR6
LP_CDFLCredit/Debit for Loyalty Account Line Item LP_CDFLCHAR2LP_CDFL
LP_RDMFLRedemption/Allocation Line LP_RDMFLCHAR1LP_RDMFL
LP_CANCFLCancellation indicator LP_CANCFLCHAR1LP_CANCFL
LP_ACCLN_PTPoints at line item level LP_ACCLN_PTDEC10LP_POINT10
LP_CRT_DATELine Item Creation Date LP_CRT_DATEDATS8DATUM
LP_REFOBJTYPObject Type SWO_OBJTYPCHAR10TOJTBOJ_NAMEOBJ
LP_REFOBJNBRKey field SWO_KEYFLDCHAR32SWC_ELEM
LP_RDMNBRRedemption Document Number for Loyalty Account LP_RDMNBRCHAR12Assigned to domainALPHALP_RDMNBRRDMH_RDMNBR
ALT_VKONTContract Account Number VKONT_KKCHAR12FKKVKALPHAVKONT_KKKTOFKKVKP_F4
ALT_LP_CODELoyalty program code LP_CODECHAR10ELOYALPRGLP_CODELPCH_LPCODE
VERTRAGContract VERTRAGCHAR10EVERALPHAVERTRAGVTGEVER
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SPARTEDivision SPARTECHAR2TSPASPARTSPA
PARTNERBusiness Partner Number BU_PARTNERCHAR10BUT000ALPHABU_PARTNERBPABUPA
LP_PTEXP_DATEPoint expiration date LP_PTEXP_DATEDATS8DATUM
LP_EVENTBusiness Event LP_EVENTCHAR10Assigned to domainLP_EVENT
LP_CRMDLoyalty Account Line Item Creation Mode LP_CRMDCHAR1LP_CRMD
LP_UNITUnit of Measurement E_MASSUNIT3Assigned to domainCUNITMEINS
LP_RWRDReward Code LP_RWRDCHAR10EREWARDLP_RWRDH_LPRWRD

Key field Non-key field



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

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

SELECT SINGLE *
FROM ELACCZ
INTO CORRESPONDING FIELDS OF WA_ELACCZ
WHERE...

How to access SAP table ELACCZ

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