TWTCTRL SAP (Control table for procedures for additionals) Table details

Dictionary Type: Table
Description: Control table for procedures for additionals




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




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

TWTCTRL is a standard SAP Table which is used to store Control table for procedures for additionals data and is available within R/3 SAP systems depending on the version and release level.

The TWTCTRL table consists of various fields, each holding specific information or linking keys about Control table for procedures for additionals data available in SAP. These include ADDIFM (Procedure for additionals), ADDIAPPL (Application for triggering follow-up actions for additionals), ADDIEVENT (Event that triggers follow-up actions for additionals), LFDNUM (Sequence Number).. 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 TWTCTRL 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
ADDIFMProcedure for additionals ADDI_FMCHAR4TWTFMADDI_FM
ADDIAPPLApplication for triggering follow-up actions for additionals ADDI_APPLCHAR2ADDI_APPL
ADDIEVENTEvent that triggers follow-up actions for additionals ADDI_EVENTCHAR1ADDI_EVENT
LFDNUMSequence Number LFDNUMNUMC3NUM03
ADDISUPFMCHKAdditional: check vendor/method assignment? ADDI_SUPFMCHKCHAR1XFELD
BSTYPPurchasing Document Category EBSTYPCHAR1EBSTYP
BSARTOrder Type (Purchasing) BSARTCHAR4T161BSARTBSA
ADDIAPPLPOApplication for triggering follow-up actions for additionals ADDI_APPLCHAR2ADDI_APPL
RETPOReturns Item RETPOCHAR1XFELD
CVBFIELDCheckbox XFELDCHAR1XFELD
ADDIAPPLGMApplication for triggering follow-up actions for additionals ADDI_APPLCHAR2ADDI_APPL
BWARTMovement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
LFARTDelivery Type LFARTCHAR4TVLKLFARTALT
ADDIAPPLLIApplication for triggering follow-up actions for additionals ADDI_APPLCHAR2ADDI_APPL
ADDICUFMCHKAdditional: check customer/method assignment? ADDI_CUFMCHKCHAR1XFELD
AUARTSales Document Type AUARTCHAR4TVAKAUARTAUARTAAT
VBTYPSD document category VBTYPCHAR1VBTYP
ADDIAPPLSOApplication for triggering follow-up actions for additionals ADDI_APPLCHAR2ADDI_APPL
AKARTPromotion Type W_AKARTCHAR4TWAAW_AKARTWAA
ADDISCLNTClass for which additionals-related activities are triggered ADDI_SCLNTNUMC10KLAHCLINT
KLARTAdditionals: Class type for sender ADDI_SKLRTCHAR3TCLAKLASSENART
CLASSAdditionals: Class for a sender ADDI_SCLSSCHAR18KLASSE
ADDIOPERFollow-up action for procedure for additionals ADDI_OPERCHAR2TWT_ACTIONCHAR2

Key field Non-key field



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

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

SELECT SINGLE *
FROM TWTCTRL
INTO CORRESPONDING FIELDS OF WA_TWTCTRL
WHERE...

How to access SAP table TWTCTRL

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