Application Development 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: 

Need suitable userexit for ME52N

Former Member
0 Kudos

Hi Experts,

I have a customized table and maintained the fields (Des Vendor,Vendor, MatAccount assignment category,Item category,Short text,UOM,Material group,GL account).

During the creation/modification of a PR, the user will enter the vendor code and vendor catalogue into the PR fields u2018Des Vendoru2019 and u2018Vendor Mat.u2019 respectively, the system should populate the fields maintained in the above customized table into the various fields in the PR.Need to know the correct userexit or badi for my requirments.

Thanks,

Kumar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi ,

Try with this Badi and check it out.

ME_PROCESS_REQ_CUST

3 REPLIES 3

Former Member
0 Kudos

Hi

This has to be done using the FM exits in the enhancement MEREQ001. I am still not clear about the requirement i am sorry about it, i am not sure if you want to maintain a customized table with these custom fields already created on the PR or you want to populate fields on the PR based on vendor number on the PR but if it is custom data on the PR it has to be done with MEREQ001.

Regards,

Himanshu

0 Kudos

Hi,

The enhancement MEREQ001 will be trigred only when save,But my requirments is to when creating the PR enter the des vendor and vendor material i should able to populate uom,matl group ,gl account which i maintained in the customised table.So i need an enhancemnt to retrive the data form customised table based on the data entered (des vendor and vendor material )from me51n,or me52n and automaticaly populated into fields uom,matl group ,gl account in me51n,or me52n .

Thanks,

Deesanth.

Former Member
0 Kudos

Hi ,

Try with this Badi and check it out.

ME_PROCESS_REQ_CUST