Hi All BPC Experts,
I Have a scenario to use BADi to run calculations:
First, BADI will run a calculation formula and put its results into an account member in BPC.
How could we achieve the member formula below using a BAdI:
· IF the Amount in ([ACCOUNT].[8600] < 0, | |||||||||||
THEN calculate amount in [ACCOUNT].[CK8600DEBIT] = ( [ACCOUNT].[8610]+[ACCOUNT].[8640]+[ACCOUNT].[8641]), | |||||||||||
ELSE | |||||||||||
· IF the Amount in ([ACCOUNT].[8600] > 0, | |||||||||||
THEN calculate amount in [ACCOUNT].[CK8600CREDIT] = ([ACCOUNT].[8610]+[ACCOUNT].[8640]+[ACCOUNT].[8641]). |
What do you think above case, Can we achieve this directly via BAdI?
Kind Regards,