Hi,
I have a requirement to input the rates at the Parent level and copying the rates to all the base members of the parent.
I’ve achieved the Copy functionality to base members by BADI (on fly/Default logic ) after submission of input values in the input template.
But the issue is that customer doesn’t want to see the aggregated values after submission of rates at parent level.
Is there any way we can restrict the input template not to refresh after saving the data so that it doesn’t show the aggregated values.
Attached is the screenshot. I appreciate your reply.
Regards,
Saila
Input Rate Schedule | |||||||||
Jan-14 | Feb-14 | Mar-14 | Apr-14 | May-14 | Jun-14 | Jul-14 | |||
ACCT_PARENT1 | 10 | 10 | 10 | 10 | 10 | 10 | 10 | ||
ACCT_PARENT2 | 20 | 20 | 20 | 20 | 20 | 20 | 20 | ||
After submission of above input values,the BADI will copy all the values to the base members of that Parent node. | |||||||||
Assume that there are 10 base accounts in each Parent then after submission of above values following is the output | |||||||||
Original Output | |||||||||
Jan-14 | Feb-14 | Mar-14 | Apr-14 | May-14 | Jun-14 | Jul-14 | |||
ACCT_PARENT1 | 100 | 100 | 100 | 100 | 100 | 100 | 100 | ||
ACCT_PARENT2 | 200 | 200 | 200 | 200 | 200 | 200 | 200 | ||
But my requirement is not to show the aggregated values after saving the data. | |||||||||
The input template should not refresh after submition as below. | |||||||||
Expected Output | |||||||||
Jan-14 | Feb-14 | Mar-14 | Apr-14 | May-14 | Jun-14 | Jul-14 | |||
ACCT_PARENT1 | 10 | 10 | 10 | 10 | 10 | 10 | 10 | ||
ACCT_PARENT2 | 20 | 20 | 20 | 20 | 20 | 20 | 20 |