TBOOKSHOP - Table for the Book Shop
Table for the Book Shop information is stored in SAP table TBOOKSHOP.
It is part of development package SJAVASHOP in software component BC-BSP. This development package consists of objects that can be grouped under "Java Bookshop".
It is part of development package SJAVASHOP in software component BC-BSP. This development package consists of objects that can be grouped under "Java Bookshop".
Fields for table TBOOKSHOP
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
TYPE | Entry Type | X | BSTYPE | CHAR | 4 | |
BSKEY | Key for Book Shop | X | SHOPKEY | CHAR | 5 | |
TITLE | Entry Title | SHOPTITLE | CHAR | 120 | ||
AUTHOR | Entry Author | BSAUTHOR | CHAR | 120 | ||
PRICE | Entry Price | BSPRICE | DEC | 6 | ||
AVAILABLE | Entry Availability | BSAVL | CHAR | 40 | ||
URL | Screen URL | BSURL | CHAR | 40 | ||
LENGTH | Supplementary Text Length | BSLEN | INT2 | 2 | ||
TEXT1 | Supplementary Text for Entry | SHOPTEXT | LCHR | 2400 |