ELACCD SAP (Screen fields: Loyalty Account) Structure details

Dictionary Type: Structure
Description: Screen fields: Loyalty Account




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




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

ELACCD 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 "Screen fields: Loyalty Account" 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_ELACCD TYPE ELACCD.

The ELACCD table consists of various fields, each holding specific information or linking keys about Screen fields: Loyalty Account data available in SAP. These include MANDT (Client), VKONT (Contract Account Number), LP_CODE (Loyalty program code), BU_PARTNER (Business Partner Number).. 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 ELACCD 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
BU_PARTNERBusiness Partner Number BU_PARTNERCHAR10BUT000ALPHABU_PARTNERBPABUPA
LP_SDATELoyalty Program Start Date LP_SDATEDATS8DATUM
LP_EDATELoyalty Program End Date LP_EDATEDATS8DATUM
LP_TOTPTTotal Points LP_TOTPTDEC16LP_POINT16
LP_REORG_TOTPTReorganized Total Points LP_REORG_TOTPTDEC16LP_POINT16
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
BEGRUAuthorization Group BEGRUCHAR4BEGRU
LOEVMDeletion Indicator LOEVMCHAR1XFELD
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_OBJTYPCHAR10Assigned to domainOJ_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_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
ALT_LP_CODELoyalty program code LP_CODECHAR10Assigned to domainLP_CODELPCH_LPCODE
VERTRAGContract VERTRAGCHAR10Assigned to domainALPHAVERTRAGVTGEVER
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SPARTEDivision SPARTECHAR2Assigned to domainSPARTSPA
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_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_RWRDCHAR10Assigned to domainLP_RWRDH_LPRWRD
LP_ACCLNBRConsecutive Number for Loyalty Account Item LP_ACCLNBRNUMC6LFDNR6
PARTNAMEText for business partner TEXT1GP_KKCHAR132TEXT132
LPDESCLoyalty Program Description LP_TXTCHAR40TEXT40
LP_EVENTTBusiness Event Description LP_EVENTTCHAR40TEXT40
ACCNAMEContract account name VKBEZ_KKCHAR35TEXT35
SELECTEDEntry selected E_SELECTEDCHAR1KENNZX
TABTOTTotal Points LP_TOTPTDEC16LP_POINT16
LP_RWRDTTReward Description LP_RWRDTTCHAR40TEXT40
TOTPT_TXTText for Debit/Credit LP_CDFL_TXTCHAR2LP_CDFL_TXT
TABPT_TXTText for Debit/Credit LP_CDFL_TXTCHAR2LP_CDFL_TXT

Key field Non-key field



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

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

How to access SAP table ELACCD

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