WETI SAP (IS-R Labeling: Reference) Structure details

Dictionary Type: Structure
Description: IS-R Labeling: Reference




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




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

WETI 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 "IS-R Labeling: Reference" 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_WETI TYPE WETI.

The WETI table consists of various fields, each holding specific information or linking keys about IS-R Labeling: Reference data available in SAP. These include WERKS (Plant), KUNNR (Customer Numbers), DATUM (IS-R Labeling: Date of use), AKTNR (COUPON).. 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 WETI 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
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
DATUMIS-R Labeling: Date of use ETIDADATS8DATS
AKTNRCOUPON WAKTIONCHAR10WAKHALPHAWAKTIONWAK
VRKMESales unit VRKMEUNIT3T006CUNITMEINS
ANZALIS-R Labeling: number of labels ETIANINT410INT4
MEINHBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MENGEQuantity MENGE_DQUAN13(3) MENG13
VWAERCurrency Key WAERSCUKY5TCURCWAERSFWS
VBETRRate (condition amount or percentage) KBETRCURR11(2) WERTV6
VKONDCondition Type KSCHLCHAR4Assigned to domainKSCHLVKS
VGLPRRate (condition amount or percentage) KBETRCURR11(2) WERTV6
VPREHComparison price unit VPREHDEC5PACK3
INHMEContent unit INHMEUNIT3T006CUNITMEINS
INHLTNet contents INHALQUAN13(3) MENG13
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
EANNRInternational Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
EANTPCategory of International Article Number (EAN) NUMTPCHAR2Assigned to domainNUMTP
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
MINBEMinimum purchase order quantity BB_BEMEMINCHAR17CHAR17
BSTMEPurchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS
FACTRConversion factor for order Un to sales Un for astmt. list BB_FACTRCHAR6CHAR6
LIFRIPlanned Delivery Time in Days PLIFZDEC3DEC3
LIZYKDeactivated DUMMYLIZYKCHAR4CHAR4
BBTYPAssortment List Type BBTYPCHAR1TWBBBBTYPWBB
BBVERAssortment list version no. BBVERSNRNUMC6Assigned to domainAL_VERS_NOALVN
BBDATAssortment list version valid from VERSABDATS8DATUM
LDESTSpool: Output device RSPOPNAMECHAR4TSP03SPDEVRSPOPNAME
LANDACountry Key LAND1CHAR3T005LAND1LND
KSCHLOutput Type NA_KSCHLCHAR4T685KSCHLNACCSH_NA_KSCHL
NACHAMessage transmission medium NA_NACHACHAR1NA_NACHA
ETIARTIS-R Labeling: Label type ETIARTCHAR4TWETETIART
ETITYPIS-R Labeling: label category ETITYPCHAR2TWEPETITYP
LAYOUTForm Name TDFORMCHAR16TDFORM
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
ETIAGIS-R Labeling: material grouping (deactivated in 4.0) ETIAGCHAR18TWEAETIAG
ETIKGIS-R Labeling: customer/plant group ETIKGCHAR10TWEKETIKG
AVKVOStart of promotion sales W_AVKVODATS8DATUM
AVKBIEnd of promotion sales - IS-R W_AVKBIDATS8DATUM
KALSMProcedure (Pricing, Output Control, Acct. Det., Costing,...) KALSM_DCHAR6T683KALSM
MESTYPMessage Type EDI_MESTYPCHAR30EDMSGEDI_MESTYPMES
ANARTChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table WETI

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