WDBOOK_ARTICLE SAP (WD Demo Bookstore: Item List) Table details

Dictionary Type: Table
Description: WD Demo Bookstore: Item List




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




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

WDBOOK_ARTICLE is a standard SAP Table which is used to store WD Demo Bookstore: Item List data and is available within R/3 SAP systems depending on the version and release level.

The WDBOOK_ARTICLE table consists of various fields, each holding specific information or linking keys about WD Demo Bookstore: Item List data available in SAP. These include ID (WD Bookstore ISBN), TITLE (WD Bookstore Title), AUTHOR (WD: Bookstore Author), PUBLISHDATE (Date).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP WDBOOK_ARTICLE table 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
CATEGORYWD Bookstore Product Category WDBOOK_CATEGCHAR4WDBOOK_CATEG
IDWD Bookstore ISBN WDBOOK_ISBNCHAR10SYCHAR10
TITLEWD Bookstore Title WDBOOK_TITLECHAR64SYCHAR64K
AUTHORWD: Bookstore Author WDBOOK_AUTHORCHAR64SYCHAR64K
PUBLISHDATEDate DATUMDATS8DATUM
PAGECNTWD Bookstore Page Number WDBOOK_PAGECNTCHAR4SYCHAR04
PUBLISHERWD Bookstore Publisher WDBOOK_PUBLISHCHAR64SYCHAR64K
PRICEWD Bookstore Unit Price WDBOOK_PRICECURR15(2) S_PRICE
CURRENCYWD Bookstore Currency WDBOOK_CURRYCUKY5SYCUKY
IMGWD Bookstore Cover Image WDBOOK_IMGCHAR64SYCHAR64K

Key field Non-key field



How do I retrieve data from SAP table WDBOOK_ARTICLE using ABAP code

The following ABAP code Example will allow you to do a basic selection on WDBOOK_ARTICLE to SELECT all data from the table
DATA: WA_WDBOOK_ARTICLE TYPE WDBOOK_ARTICLE.

SELECT SINGLE *
FROM WDBOOK_ARTICLE
INTO CORRESPONDING FIELDS OF WA_WDBOOK_ARTICLE
WHERE...

How to access SAP table WDBOOK_ARTICLE

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