Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

What is control table

Former Member
0 Likes
3,163

HI All,

The project in which iam going to work have some control tables, Can any one please tell me what are control tables. The control table which Iam seeing have the following fields

Fields Description

MANDT Client

KEY1 KEY1 for general control table

KEY2 KEY2 for general control table

KEY3 KEY3 for general control table

DATA General data field

INFO General info field

Please help me in this regad

Thanks in Advance

4 REPLIES 4
Read only

Former Member
0 Likes
1,591

*Control Tables

The search indexes for address data, as well as the address data itself, are client-dependent. There can now be other differentiations within a client. These are called "Index pools".

The division reflects the fact that multiple areas of master data are involved, which differ from the business embedding in the SAP System and from the technical implementation.

Two such index pools are currently defined in table TSADRVGRP with a technical key derived from control table TSADRV:

For More details

http://help.sap.com/saphelp_nw04/helpdata/en/81/23a63a8e1d1e49e10000000a11402f/content.htm

Hope this will help you.

Rewrd points, if found helpful

Regards

Read only

Former Member
0 Likes
1,591

Hi ranjith,

The Control Tables are used to Store your datas from your screen or program. you can also Retrieve the datas From your tables.

see the Field Documentation for more details like,

Thanks.

reward If Helpful.

Read only

Former Member
0 Likes
1,591

Hi,

In ABAP basically we have 3 types of data,

Control data

Master data

Transactional data.

The control data (regarding the organizational data which is fed up by basis people) is stored in the control tables. you can find this control tables option while creating the table. at the first table under the Delivery & Maintainence option , press f4 you get the list of tables where it holds the control tables.

Regards,

Varun.

Read only

former_member196299
Active Contributor
0 Likes
1,591

hi,

here are some information about control tables :

The control table is the one which specifies how your data changes in the table and how you want your table to be maintained.:

The following are the delivery classes:

A: Application table.

C: Customizing table, maintenance by customer only.

L: Table for storing temporary data.

G: Customizing table, entries protected against overwriting.

E: Control table.

S: System table, maintenance only by SAP.

W: System table, contents can be transported via own TR objects.

The Control Tables specify that it is the table where data is not changed frequently and pertains to information for the flow of the system.

Reward if helpful !

Thanks

Ranjita