TWIC1321B SAP (Assigment of buttons to device type: Device, task assignment) Table details

Dictionary Type: Table
Description: Assigment of buttons to device type: Device, task assignment




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




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

TWIC1321B is a standard SAP Table which is used to store Assigment of buttons to device type: Device, task assignment data and is available within R/3 SAP systems depending on the version and release level.

The TWIC1321B table consists of various fields, each holding specific information or linking keys about Assigment of buttons to device type: Device, task assignment data available in SAP. These include CSTOBJ (Retail IACs: Customizing object), DEVICE_TYPE (Retail Store With Online PDC Link: Type of PDC Unit), TASK_PROG (SAP Retail Store: Application Program Session).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TWIC1321B 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 MANDTCLNT3Assigned to domainMANDT
CSTOBJRetail IACs: Customizing object W_CSTOBJCHAR4Assigned to domainW_CSTOBJ
DEVICE_TYPERetail Store With Online PDC Link: Type of PDC Unit WSRS_HH_DEV_TYPECHAR10TWICHHDEVWSRS_HH_DEV_TYPE
TASK_PROGSAP Retail Store: Application Program Session TASK_PROGCHAR2TWIC1000TSKCHAR_LG_02

Key field Non-key field



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

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

SELECT SINGLE *
FROM TWIC1321B
INTO CORRESPONDING FIELDS OF WA_TWIC1321B
WHERE...

How to access SAP table TWIC1321B

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