TMS_C_CONTROL SAP (Ext. Transport Management: Transfer Control) Table details

Dictionary Type: Table
Description: Ext. Transport Management: Transfer Control




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




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

TMS_C_CONTROL is a standard SAP Table which is used to store Ext. Transport Management: Transfer Control data and is available within R/3 SAP systems depending on the version and release level.

The TMS_C_CONTROL table consists of various fields, each holding specific information or linking keys about Ext. Transport Management: Transfer Control data available in SAP. These include TM_CTRL_KEY (Control Key for Document Transfer to TM), SLS_TO_TM_IND (Transfer Sales Orders to TM), PUR_TO_TM_IND (Transfer Purchase Orders to TM), OD_TO_TM_IND (Transfer Outbound Deliveries to TM).. 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 or numeric)

Text table = TMS_C_CONTROL_T


SAP TMS_C_CONTROL 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
TM_CTRL_KEYControl Key for Document Transfer to TM TM_CTRL_KEYCHAR4
SLS_TO_TM_INDTransfer Sales Orders to TM SLS_TO_TM_INDCHAR1XFELD
PUR_TO_TM_INDTransfer Purchase Orders to TM PUR_TO_TM_INDCHAR1XFELD
OD_TO_TM_INDTransfer Outbound Deliveries to TM OD_TO_TM_INDCHAR1XFELD
ID_TO_TM_INDTransfer Inbound Deliveries to TM ID_TO_TM_INDCHAR1XFELD
SLS_SCHED_INDSales Order Scheduling in TM SLS_SCHED_INDCHAR1XFELD
PUR_SCHED_INDPurchase Order Scheduling in TM PUR_SCHED_INDCHAR1XFELD
PO_CONF_TO_TM_INDTransfer PO Confirmations to TM PO_CONF_TO_TM_INDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TMS_C_CONTROL
INTO CORRESPONDING FIELDS OF WA_TMS_C_CONTROL
WHERE...

How to access SAP table TMS_C_CONTROL

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