WBB_ARTP SAP (Assort. list: changed materials) Structure details

Dictionary Type: Structure
Description: Assort. list: changed materials




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




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

WBB_ARTP 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 "Assort. list: changed materials" 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 TYPE WBB_ARTP.

The WBB_ARTP table consists of various fields, each holding specific information or linking keys about Assort. list: changed materials data available in SAP. These include MEINH (Unit of Measure for Display), SPRAS (Language Key), BBTYP (Assortment List Type), MTART (Material Type).. 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 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
MTARTMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
ATTYPMaterial Category ATTYPCHAR2ATTYPMTY
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
SATNRCross-Plant Configurable Material SATNRCHAR18Assigned to domainMATN1MATNR
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LOCNRCustomer Number for Plant LOCNRCHAR10Assigned to domainALPHAKUNNRKUN
CRETIMECreation time of a change pointer CPCRETIMECHAR14CPCRETIME
ACTTIMEActivation time of a change pointer CPACTTIMECHAR14CPACTTIME
CDCHGIDChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND
CHTABTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FLDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
LABRLID: relevant for labeling LABRLCHAR1XFELD
BBFLAGFlag for internal processing in the assortment list BBFLAGCHAR1CHAR1
CHTABKEY30 Characters CHAR30CHAR30CHAR30
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
SEG_NAMESegment Name in the Assortment List SEGMENTNAMECHAR10SEGNAME_DOM

Key field Non-key field



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

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

How to access SAP table WBB_ARTP

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