TWIC8002 SAP (Online store: Profile for quotation and order control) Table details

Dictionary Type: Table
Description: Online store: Profile for quotation and order control




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




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

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

The TWIC8002 table consists of various fields, each holding specific information or linking keys about Online store: Profile for quotation and order control data available in SAP. These include CSTOBJ (Retail IACs: Customizing object), CSTSCM (Profile for quotation and order control), SOTYP (Order type), QUOTA (Create quotation).. 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: Not classified


SAP TWIC8002 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
CSTSCMProfile for quotation and order control W_OS_ORSCMCHAR4TWICSCMW_CSTSCM
SOTYPOrder type W_OS_SOTYPCHAR4TVAKAUARTAUART
QUOTACreate quotation W_OS_QUOTACHAR1XFELD
PYINVPayment method: By invoice W_OS_PYINVCHAR1XFELD
PYCCDPayment Method: Credit Card W_OS_PYCCDCHAR1XFELD
PYCODPayment method: Cash on delivery W_OS_PYCODCHAR1XFELD
CODPRPayment method payer cash on delivery W_OS_CODPRCHAR10KNA1ALPHAKUNNR
PYSETPayment Method: Credit Card with SET W_OS_PYCCD_SETCHAR1XFELD
CCSETPayment cards: Card type 'SET' W_OS_CCINSCHAR4TVCINCCINS
NORSETInternal number range for SET process W_OS_NORINCHAR2NUMKR
RQDATEnter required delivery date W_OS_RQDATCHAR1XFELD
RQMAXMaximum allowed requested delivery time in days W_OS_RQMAXDEC4DEC4

Key field Non-key field



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

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

SELECT SINGLE *
FROM TWIC8002
INTO CORRESPONDING FIELDS OF WA_TWIC8002
WHERE...

How to access SAP table TWIC8002

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