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

client fields

Former Member
0 Likes
567

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

4 REPLIES 4
Read only

Former Member
0 Likes
532

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.

Read only

Former Member
0 Likes
532

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'.

Read only

Former Member
0 Likes
532

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.

Read only

Former Member
0 Likes
532

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..