Hello,
I'm trying to combine two BAPIs in order to get one result table. Here are the steps:
1. call BAPI_USER_GETLIST
2. for each user found in this call, I would like to get details. So, I call BAPI_USER_GET_DETAIL
3. I would like to get a table with n lines (the # of users) and, on each line displaying data comming from from the first and the second BAPI
Do you have any idea?
Thanks in advance.
Best regards,
Thierry