Dear All,
I am updating parent item status using PPF Action BADI which is scheduled for the item. This change in parent item status from action Badi triggers another Badi which updates staus of subitems of this item. Now when I navigate from item detail page to Order detail page, I find that item status is shown correctly but sub items staus have not been changed. When I debugged I found that status for items and sub items have been changed in object buffer, but changes of sub item statuses have not been reflected in BOL buffer. When I bypass the Bol buffer while reading the status data, status is shown correctly on UI.
I want to know, what shall I do in the Badi that status change of item gets reflected correctly in BOL buffer. My assumption was that if we write something in Badi using standard FMs then BOL buffer should be adjusted automatically. But strangely it fails in this scenario.
Thanks for your suggestions in advance.
Regards,
Vimal