‎2007 Apr 25 7:11 AM
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
‎2007 Apr 25 7:17 AM
*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
‎2007 Apr 25 7:20 AM
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.
‎2007 Apr 25 7:26 AM
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.
‎2007 Apr 25 7:32 AM
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