EREDEMPD SAP (Screen Fields : Redemption) Structure details

Dictionary Type: Structure
Description: Screen Fields : Redemption




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




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

EREDEMPD 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 : Redemption" 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_EREDEMPD TYPE EREDEMPD.

The EREDEMPD table consists of various fields, each holding specific information or linking keys about Screen Fields : Redemption data available in SAP. These include MANDT (Client), LP_RDMNBR (Redemption Document Number for Loyalty Account), PARTNER (Business Partner Number), VKONT (Contract Account 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 EREDEMPD 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
LP_RDMNBRRedemption Document Number for Loyalty Account LP_RDMNBRCHAR12Assigned to domainALPHALP_RDMNBRRDMH_RDMNBR
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
VKONTContract Account Number VKONT_KKCHAR12FKKVKALPHAVKONT_KKKTOFKKVKP_F4
LP_CODELoyalty program code LP_CODECHAR10ELOYALPRGLP_CODELPCH_LPCODE
LP_RWRDReward Code LP_RWRDCHAR10Assigned to domainLP_RWRDH_LPRWRD
LP_RDMPTPoints redeemed LP_RDMPTDEC10LP_POINT10
LP_RDM_UNITUnit of Measurement E_MASSUNIT3Assigned to domainCUNITMEINS
LP_RDMQTYQuantity Redeemed LP_RDMQTYDEC3LP_QTY
LP_RDMSTATRedemption Document Status LP_RDMSTATCHAR2ERDMSTATLP_RDMSTAT
LP_ISSUE_DATERedemption Issued Date LP_ISSUE_DATEDATS8DATUM
LP_PRT_DATERedemption Print Date LP_PRT_DATEDATS8DATUM
LP_CANC_DATERedemption Cancellation Date LP_CANC_DATEDATS8DATUM
LP_CANC_RSNRedemption Cancellation Reason LP_CANC_RSNCHAR2ERDMCANCLP_CANC_RSN
LP_VOUEXP_DATEVoucher expiration date LP_VOUEXP_DATEDATS8DATUM
LP_PRT_COUNTNumber of copies LP_PRT_COUNTNUMC3NUMC03
LP_SPONSORSponsor LP_SPONSORCHAR10Assigned to domainALPHABU_PARTNER
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_SDATELoyalty Program Start Date LP_SDATEDATS8DATUM
LP_EDATELoyalty Program End Date LP_EDATEDATS8DATUM
LP_TOTPTTotal Points LP_TOTPTDEC16LP_POINT16
PARTNAMEText for business partner TEXT1GP_KKCHAR132TEXT132
LPDESCLoyalty Program Description LP_TXTCHAR40TEXT40
ACCNAMEContract account name VKBEZ_KKCHAR35TEXT35
LP_RWRDTTReward Description LP_RWRDTTCHAR40TEXT40
LP_RDMSTATTRedemption Status Description LP_RDMSTATTCHAR15TEXT15
LP_CANC_RSNTText for Cancellation Reason LP_CANC_RSNTCHAR40TEXT40
TABKEYTabstrip Key for Display Control LP_TABKEYCHAR10LP_TABKEY
TABTITLETabstrip Title for Display Control LP_TABTITLECHAR132LP_TABTITLE
TABTOTALTotal Points LP_TOTPTDEC16LP_POINT16
SELECTEDEntry selected E_SELECTEDCHAR1KENNZX
TOTPT_TXTText for Debit/Credit LP_CDFL_TXTCHAR2LP_CDFL_TXT
PARA_SETIndicator: Print Parameter Defined LP_PARA_SETCHAR1KENNZX

Key field Non-key field



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

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

How to access SAP table EREDEMPD

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