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

tables

Former Member
0 Likes
558

Hi Guyz,

we got two clients of same sap system, if we create tables in one client theres no need to create tables in another client? plz advise.

thanks

sudheer

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
535

hi,

tables r client independent

no need to create in different clients

once you created in one client and once you activated it that it, it will be updated in the database and you can retrieve the data from it from any client

Regards,

Naveen

5 REPLIES 5
Read only

gopi_narendra
Active Contributor
0 Likes
535

No its not necessary to create in both the clients.

Regards

- Gopi

Read only

Former Member
0 Likes
535

Hi sudheer,

Hi,

transport of table contents is possible in following

ways:

1) make your table client independent i.e

remove mandt field from your table so that

data is available in all clients

example tvarv table

2) select standrad recording routine radio in table

table mainitainence generator to move table

contents from client to client by

assigning it ro requst and than use

SCC1 transaction. Also check system lanscape

for your purpose

Regards,

Kumar

Read only

Former Member
0 Likes
535

Hi

Yes you're right!

Read only

Former Member
0 Likes
536

hi,

tables r client independent

no need to create in different clients

once you created in one client and once you activated it that it, it will be updated in the database and you can retrieve the data from it from any client

Regards,

Naveen

Read only

Former Member
0 Likes
535

thanks guyz