Application Development 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: 

How to create a cross-client table maintenance dialog?

Former Member
0 Kudos
124

Hello everybody,

I have a client specific table (mandt is the first key field) that should be maintained cross-client: In the table maintenance dialog, I want to change/create/insert values belonging to clients other than the current logon client. Can I do this with a generated maintenace dialog? If yes, how?

Thank you for your help, regards, Kathrin!

3 REPLIES 3

Former Member
0 Kudos
101

Hope it is possible. If you are working in r/3 4.6c then plz look into the tcode SE16N.

there it is possible to create/edit/delete other client data also.

hope u can get some idea from this

regds

gv

FredericGirod
Active Contributor
0 Kudos
101

Hi Kathrin,

I think you can't, you must create your own dialog maintenance program.

They are some program to copy data from client to others .. but never seen any dialog cross client. (or remove the mandt in your key).

Regards

Frédéric

Former Member
0 Kudos
101

It is an interesting question ! I am sure it is possible. Look at table T000, it has a maintenance dialog which allows changing data for all clients. Question is how it is done.

Cheers,

Sanjeev