TWIC8000 SAP (Online store: Profile for product presentation) Table details

Dictionary Type: Table
Description: Online store: Profile for product presentation




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




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

TWIC8000 is a standard SAP Table which is used to store Online store: Profile for product presentation data and is available within R/3 SAP systems depending on the version and release level.

The TWIC8000 table consists of various fields, each holding specific information or linking keys about Online store: Profile for product presentation data available in SAP. These include CSTOBJ (Retail IACs: Customizing object), CSTSCM (Product presentation profile), ANMBR (Display material number), ANAME (Display material description).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TWIC8000 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
MANDTClient MANDTCLNT3T000MANDT
CSTOBJRetail IACs: Customizing object W_CSTOBJCHAR4TWICOBJW_CSTOBJ
CSTSCMProduct presentation profile W_OS_PPSCMCHAR4TWICSCMW_CSTSCM
ANMBRDisplay material number W_OS_ANMBRCHAR1XFELD
ANAMEDisplay material description W_OS_ANAMECHAR1XFELD
ATITLDisplay product heading from catalog W_OS_ATITLCHAR1XFELD
GAPFMDisplay From price for generic material W_OS_GAPFMCHAR1XFELD
GAPTODisplay To price for generic material W_OS_GAPTPCHAR1XFELD
GATH1Threshold value for several selection boxes W_OS_GATH1INT13INT1
GATH2Threshold value for switching variant selection method W_OS_GATH2INT13INT1
PLSIZNumber of products displayed per page in product list W_OS_PLSIZINT410INT4
PSHUBUpper limit for number of hits in product search W_OS_PSHUBINT410INT4
PSFMOFunction module for alternative product search W_OS_PSFMOCHAR30TFDIRFUNCNAME
PSDESRFC destination for alternative search W_OS_PSDESCHAR32RFCDESRFCDEST
PSANRMaterial number as search criterion W_OS_PSANRCHAR1XFELD
PSANMMaterial description as search criterion W_OS_PSANMCHAR1XFELD
PSATLCatalog heading as search criterion W_OS_PSATLCHAR1XFELD
PSDSCLong text as search criterion W_OS_PSDSCCHAR1XFELD
PSPRCPrice as search criterion W_OS_PSPRCCHAR1XFELD
PSASHCross-shop search W_OS_PSASHCHAR1XFELD
PSAD1Supplementary search criterion 1 W_OS_PSAD1CHAR1XFELD
PSAD2Supplementary search criterion 2 W_OS_PSAD2CHAR1XFELD
PSAD3Supplementary search criterion 3 W_OS_PSAD3CHAR1XFELD
PSAD4Supplementary search criterion 4 W_OS_PSAD4CHAR1XFELD
PSAD5Supplementary search criterion 5 W_OS_PSAD5CHAR1XFELD
ADOC1Display additional documents on list screens W_OS_ADOC1CHAR1XFELD
ADOC2Display additional documents on details screens W_OS_ADOC2CHAR1XFELD
TREXPDisplay product group hierarchy W_OS_TREXPCHAR1W_OS_TREXP
TRFFMName of function module for reading filter criteria W_OS_TRFFMCHAR30Assigned to domainFUNCNAME
TRFDERFC destination for reading filter criteria W_OS_TRFDECHAR32Assigned to domainRFCDEST
NOPRCIndicator without prices W_OS_NOPRCCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TWIC8000
INTO CORRESPONDING FIELDS OF WA_TWIC8000
WHERE...

How to access SAP table TWIC8000

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