Question:
Hi,
BY logging into client 100 and executing the following, I am able to see the data of client 200.
Please tell me how this (reading data from another client) can be avoided.
REPORT ZTEST.
data: t_emp type ZEMP_MASTER occurs 0 with header line.
select * from ZEMP_MASTER CLIENT SPECIFIED
into table t_emp
where mandt eq '200'.
break-point.
Answer:
Remove the developer key from the user so they cannot write code, but then thay can use SE37 and the RFC table read function module.