cancel
Showing results for 
Search instead for 
Did you mean: 

Stores a transaction data client dependent or not ?

Former Member
0 Kudos

Hi,

can anyone tell me how i can figure out if a transaction stores the data client dependent or not ?

I have to make a list of transactions in which there must be a note for every tx if the data behind is client dependent or not.

A finished list would be enough but much better would be some sqls to find it out for a specific tx.

Thanks in advance

Mirko

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Mirko,

Goto SPRO>settings>User specific>IMG structure>dependence and then enter. After that go SAP Reference IMG and then check. But the corresponding transaction details won't be readily available. You need to check that urself.

With Regards.

Ruchit.

Former Member
0 Kudos

Hi

Generally:

- basis transactions are mosty client independent

- abap development is mostly client independent

- users / user management is client dependent

- application transactions are client dependent in general

Best regards

Michael

Edit: regarding sql, you can see if a transaction works on tables which have a client column to point out if it is client specific

Edited by: mho on Jun 19, 2008 2:33 PM

Former Member
0 Kudos

Hi MHO,

This is not a technically correct statement:

abap development is mostly client independent

ABAP development is done on repository objects and has nothing to do with client except for SAPSCRIPTS which are kind of client dependent repository. Respository otherwise has no link with client concept.

Regards.

Ruchit.

Former Member
0 Kudos

Hello Ruchit

Lets do an example:

Transaction SE38 - Abap Editor, i create a program z_my_prog1 in client 100 and save it. Then i log on to client 000 and i can see it. When i do an sql trace i will see my prog gets stored in table REPOSRC, which does not have a client field. Therefore i consider SE38 as client independent. Abap reports are in fact not client specific, you cannot have my_prog1 in one client, you will always have in all clients.

Best regards

Michael

Former Member
0 Kudos

Hi MHO,

Then you don't have a clear understanding of client and repository concept.

With Regards.

Ruchit.