cancel
Showing results for 
Search instead for 
Did you mean: 

Display table contents CROSS CLIENT

carsten_srensen
Participant

Hi folks

Does anyone know a transaction program which

can be used to display table contents across clients?

Sometimes we need to do this in the development team!

I dont want to write a ABAP program with the "Client Specified"!

Thanks in advance

Carsten

Accepted Solutions (1)

Accepted Solutions (1)

FredericGirod
Active Contributor

Hi Carsten,

please have a look at this

Regards

Frédéric

Answers (4)

Answers (4)

carsten_srensen
Participant

Hi folks

Thanks a lot for Your answers.

Transaction SE16N and OSS note: 584434 is the soloution!

Have a nice day

Best regards

Carsten

andreas_mann3
Active Contributor
0 Kudos

Hi Carsten,

so please close this thread and reward useful answers.

thx and regards

Andreas

Former Member
0 Kudos

Hi

I cannot see note 584434.

Could one of you please paste it here?

Regards Anders

Former Member
0 Kudos

this solution is perfect.

Former Member
0 Kudos

In SE16N debug mode replace variable GD-READ_CLNT to X then you will be able to enter the client number

andreas_mann3
Active Contributor
0 Kudos

Hi Carsten,

copy SAPLSE16N (SE16) and manipulate LSE16NO01

*  loop at screen.
*        if screen-group4 = 'CLT'.
*           screen-invisible = 1.
*           screen-input     = 0.
*           modify screen.
*        endif.
*     endloop. 

Andreas

patricksteffens
Participant
0 Kudos

Remark: The transaction for this include is not SE16 but SE16N.

Former Member
0 Kudos

Hi Carsten,

well depending on your authority and your release level you can try tcode se16n.

Siggi