WBB_ARTP_LIGHT SAP (WBB_ARTP Reduced for Lite Version) Structure details

Dictionary Type: Structure
Description: WBB_ARTP Reduced for Lite Version




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




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

WBB_ARTP_LIGHT 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 "WBB_ARTP Reduced for Lite Version" 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_WBB_ARTP_LIGHT TYPE WBB_ARTP_LIGHT.

The WBB_ARTP_LIGHT table consists of various fields, each holding specific information or linking keys about WBB_ARTP Reduced for Lite Version data available in SAP. These include MEINH (Unit of Measure for Display), SPRAS (Language Key), BBTYP (Assortment List Type), ATTYP (Material Category).. 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)


SAP WBB_ARTP_LIGHT 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 MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MEINHUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
BBTYPAssortment List Type BBTYPCHAR1Assigned to domainBBTYPWBB
ATTYPMaterial Category ATTYPCHAR2ATTYPMTY
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LOCNRCustomer Number for Plant LOCNRCHAR10Assigned to domainALPHAKUNNRKUN
ACTTIMEActivation time of a change pointer CPACTTIMECHAR14CPACTTIME
CDCHGIDChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND
CHTABTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FLDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
BBFLAGFlag for internal processing in the assortment list BBFLAGCHAR1CHAR1
SEG_NAMESegment Name in the Assortment List SEGMENTNAMECHAR10SEGNAME_DOM
DEL_FLAGDeletion Information Within the Assortment List DEL_AL_FLAGCHAR1

Key field Non-key field



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

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

How to access SAP table WBB_ARTP_LIGHT

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