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

Journal badi entires show blank

Former Member
0 Likes
385

Hi Guys

We have a strange problem. A bpc user id: ASMUK open the journal that has journal badi entry, found it show blank. And any other account id open the same document, it is OK and show the correct content.

We copy the ID: ASMUK to ASMUK01 by Tcode: SU01, all of they are the same except ID, then open the same document, it is also OK and show the correct content.

Anyone know the reason? Thanks.

Regards

Armand

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi

I found the root cause, the table: RSBPC_WEB_UP keep user preferences.

So when I delete some parameters, it is OK

Thanks.

Regards

Answers (2)

Answers (2)

Former Member
0 Likes

Hi

I had tried the below methods, but all are not work:

1) Restarted the BPC server;

2) Tried to fix security data by the program:UJE_VERIFY_SECURITY_DATA ;

3) Delete the id: ASMUK , then re-create the same id: ASMUK and assign the same permissions.

Regards

Armand

former_member186338
Active Contributor
0 Likes

please provide maximum info about badi used!

Former Member
0 Likes

Hi Vadim

Thank your input.

When post manual entry on the scope, the badi would translate the group currency XXX into another group currency USD.

Attachment is source code.

Regards


source-code.txt
former_member186338
Active Contributor
0 Likes

Sorry, but you have to debug badi execution yourself to understand how it will work in the mentioned cases. Without debugging I can't help you.

Former Member
0 Likes

Thank Vadim.

I had tried the method, when I open the journal, found that it will not call the BADI.

Only when save or post the journal, it will call the BADI.

My issue is that when open the journal, it will show blank for journal_badi_entry.

PS: the BADI is UJJ_CALCULATED_AMOUNT.

Regards