2023 Aug 02 4:46 PM
Hi everyone
We are having some issues while using MD_STOCK_REQUIREMENTS_LIST_API to retrieve some data.
We used BADI MD_ADD_COL_EZPS to add custom columns in tcode MD04, and we need to populate these columns for each of the lines.
The issue is that, apparently the function itself calls the badi MD_ADD_COL_EZPS within, so this results in infinite number of calls.
What can we do differently, how can we retrieve the data in MD04 with some other function maybe?
Thank you.