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: 

How To Make Request Date Blank In ME51N

Former Member
0 Kudos

Dear Experts,

I Am Facing A Problem In ME51N When User is Creating Purchase Requisition By Default Request date Is Taking Sy-datum, So Can Any One Guide

Me How To Make It Blank Because I Want To Allow User To Enter As Per His Required Date.So Can Any One suggest Me to Do The Same.

Regards,

uday..

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

You could try BAdI ME_PROCESS_REQ_CUS, look first at a method like IF_EX_ME_PROCESS_REQ_CUST~OPEN, if not triggered let's play with PROCESS_ITEM but in this case add some attributes to implementing class to only clear date once during creation (private internal table with item number and flag already cleared, should be refreshed/initialized during OPEN method)

Regards,

Raymond