Dear all,
We have the following code in our report:
DROPDOWN_xxx.setItems(DS_xxx.getMemberList("0COMP_CODE, MemberPresentation.EXTERNAL_KEY, MemberDisplay.KEY.TEXT, 50, ""));
0COMP_CODE is an authorization relevant object in BW - so we would like to have a list with only those company codes that the end-user is allowed to see. With the code we use now the end-user can select all possible company codes and authorization is not checked.
How can this be achieved without having to use a prompt (because the prompt contains other objects for which we do not want to enter a value yet).
Kind regards,
Lieselot