REPORT ZBCLNG01 .
data list like msxxlist occurs 10 with header line.
parameters p_spras like sy-langu obligatory default sy-langu.
call function 'TH_SERVER_LIST'
tables
list = list.
loop at list where host = sy-host.
set locale language p_spras.
call function 'TH_REMOTE_TRANSACTION'
exporting
tcode = space
dest = list-name.
exit.
endloop.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
4 | |
3 | |
3 | |
2 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 |