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

Enhancing ME51N (requested by/requisitioner)column

Former Member
0 Kudos
898

Hi,

I need to add a fixed value range for the names of requisitioners/requesters.  The name of requisitioners correspond to the departments /Sections responsible for release of Purchase requisitions. How can i go about this?

Kindly help.

Regards

1 ACCEPTED SOLUTION
Read only

former_member213851
Active Contributor
0 Kudos
553

Hi studentof abap,


In ME51N , AFNAM ( Name of requisitioner/requester in purchase requisition ) field is used for Requester . In order to have fix values, you need to add the FIX VALUES or Check table in the Domain AFNAM inside Value range tab  via SE11.


For this, go to domain AFNAM select GOTO->Fix value Append->give a Zname for the append and press Enter. and add the fix values you want upon pressing F4 on AFNAM in ME51N and then activate Domain AFNAM.


Best Regards,

Sachin

2 REPLIES 2
Read only

former_member213851
Active Contributor
0 Kudos
554

Hi studentof abap,


In ME51N , AFNAM ( Name of requisitioner/requester in purchase requisition ) field is used for Requester . In order to have fix values, you need to add the FIX VALUES or Check table in the Domain AFNAM inside Value range tab  via SE11.


For this, go to domain AFNAM select GOTO->Fix value Append->give a Zname for the append and press Enter. and add the fix values you want upon pressing F4 on AFNAM in ME51N and then activate Domain AFNAM.


Best Regards,

Sachin

Read only

0 Kudos
553

Thanks a mill Sachin it worked perfectly