ELACCZT SAP (Loyalty Account Line Item: Data fields (with Event Text)) Structure details

Dictionary Type: Structure
Description: Loyalty Account Line Item: Data fields (with Event Text)




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




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

ELACCZT 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 "Loyalty Account Line Item: Data fields (with Event Text)" 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_ELACCZT TYPE ELACCZT.

The ELACCZT table consists of various fields, each holding specific information or linking keys about Loyalty Account Line Item: Data fields (with Event Text) 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ELACCZT 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 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
LP_EVENTTBusiness Event Description LP_EVENTTCHAR40TEXT40
LP_RWRDTTReward Description LP_RWRDTTCHAR40TEXT40
SELECTEDEntry selected E_SELECTEDCHAR1KENNZX

Key field Non-key field



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

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

How to access SAP table ELACCZT

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