‎2006 Jun 02 6:56 AM
i ahve 2 ques...
a)why we have to specify the client fiest with data class A
b)while activating the class it says maintain and then activate..
how to maintain the table ...?
regards,
b.s
‎2006 Jun 02 7:00 AM
Hi swaminathan,
1. why we have to specify the client fiest with data class A
A = means transaction data
(eg. purchase orders, sales order, accounting documents)
So when a user logs in to different client,
he will have his own SET of data,
which is independent of the other client.
regards,
amit m.
‎2006 Jun 02 7:03 AM
Because client independent tables are mainly configuration and tables which store repository objects.
for ex: a table which stores all the report source code will not have client as a field since the report object has to be cross-client.
But data which are application related need to be client specific, since client is interpreted as company codes.
You have to enter all the mandatory fiels in tab 'Delivery and Maintenance' and also in the application tool bar 'Technical settings'.
‎2006 Jun 02 7:06 AM
1)
In SAP we can have different Clients. For example MasterData, Transaction data etc... Where as there are some definitions which are common for all cleint, for example transport data, database table details etc..
2) Table maintence can be done in
se11> Utilities> Table Mainennace generator.
Cheers,
Thomas.
‎2006 Jun 02 7:06 AM
once u check maintain table,it allows u to modify the table in the future according to ur requiremets..Like if suppose u need to add one more field to the table, u can add field to the table, this will happen only if u choose maintain table before activate..