‎2008 Dec 17 4:45 AM
I have done the coding for user exit in MD01. But the exit is not being triggered even when the exit key is specified in the selection screen of the transaction.
I need to control the material being planned and restrict it to type ROH only.
Please help me... I need to do this fast
‎2008 Dec 17 5:25 AM
Hi Sultana,
The user exit key is stored in table T450U. But the user exit parameter is not stored. Instead, it is entered in the selection screen of MD01.
Also, You can check the following Transaction codes if they help you to solve yor problem:
MD20 - Create planning file entry
MD21 - Display planning file entry
MDAB - Set up planning file entry in background
MDRE - Check planning file entry
Hope it helps.