Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem with User Exit parameter in MD01

Former Member
0 Likes
393

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

1 REPLY 1
Read only

Former Member
0 Likes
332

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.