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

reg user exit

Former Member
0 Likes
425

Hi

i am creating a user exit in ME51N, i found out the exit.

the requirement is .

this tcode have one table control having the field of material and plant, taking from the MARC table,

when the user presses the save button it should check the value of MRP type (DISMM) which is from marc table, need to check that having the value for the corresponding material and plant which is entered by the user....

if it doesnt have the value it should show the error..othewise have to let him proceed

pls tell how to do that one

pls write the code if you are aware

thank you

Hi

i am creating a user exit in ME51N, i found out the exit.

the requirement is .

this tcode have one table control having the field of material and plant, taking from the MARC table,

when the user presses the save button it should check the value of MRP type (DISMM) which is from marc table, need to check that having the value for the corresponding material and plant which is entered by the user....

if it doesnt have the value it should show the error..othewise have to let him proceed

pls tell how to do that one

pls write the code if you are aware

thank you

2 REPLIES 2
Read only

Former Member
0 Likes
406

Hi

Use the material of the item and pass the same to MARC table

get the detials if not exists then display message else continue

Regards

Shiva

Read only

0 Likes
406

Hi,

how to capture the value from the table control which is entered by the user,,and how to check that one in MARC table