on ‎2016 Oct 05 5:53 AM
Hi Experts,
While saving data using input form in BPC, is it somehow possible to pass the BPC user id along with plan data? If yes, please advise how we can do it.
.............................
We need to have the user information from BPC Input form to flow into the BW InfoCube so that I can pass that information through the function module to ESB.
This user is the one who enters plan data into BPC Input form and saves it.
Please advise if there is any solution.
Thanks,
Siva
Request clarification before answering.
In the write back badi you have IS_USER....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sivakaran,
You can make use of Audit functionality for your requirement. Keep Audit ON for your model, and track the data changes. If you go to Audit ---> Data changes--> Create a report, you can see the details of data saved with the user ID. You can export this report to file and then upload this to BW and further. It has additional columns but while loading to BW you can sort it out. I have no idea...whether this information is stored in any audit tables.....but you can check.
To find out the Audit tables related to model specific then go to SE38 run the program UJ0_GET_GEN_TABNAME
Search for the keyword AUDDATA & AUDDATA_A(archive)
Regards,
JP
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 8 | |
| 7 | |
| 6 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.