cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

While saving data using input form in BPC, is it somehow possible to pass the BPC user id along with plan data?

Former Member
0 Likes
660

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

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Likes

In the write back badi you have IS_USER....

Answers (1)

Answers (1)

Former Member
0 Likes

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