2012 May 28 9:22 AM
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
2012 May 28 3:49 PM
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
2012 May 28 3:49 PM
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
2012 May 29 9:18 AM