2023 Nov 21 2:49 PM
Hi gurus,
I have used the badi ME_PROCESS_REQ_CUST for transaction ME51N to make the values of FUNDS center (fistl) and
valuation type (BWTAR ) of ITEMS using PROCESS_ITEM method.
I have achieved it and I can see the default values when I run the tcode ME51N.
Then I can see it in ME53N .
Now I am automating the process using MD02.
I have used the badi MD_PURREQ_CHANGE and method used is CHANGE_BEFORE_SAVE_MRP.
the follwing is the code for the same.
When I check the PR in display mode ME53N I can not see the default values for fund center and valuation type. In debugging mode I can see the required values in ch_eban-bwtar and also getting fistl from both ch_eban-fistl and ch_ebkn-fistl.
Kindly please help me to fix this issue.
Thanks.