Hello Abapers ,
This is my first thread hope to get an answer )
Here is the SCENARIO --
One PR with 3 Line item (10,20,30) ---> 10,30 released and are converted to PO .
First the user want me to apply BADI so the pr cannot be changed after PO is generated . ( that i have done by using BADI "ME_PROCESS_REQ_CUST" where i forced CH_DISPLAY_ONLY = 'X' in Open method where PO is generated for current PR )
Question :
the user now cannot 1) cancel release (10,30) -- That's what he wants as the PO is created from them
2) release (20) --- because of the badi i activated .