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

Purchase requisition Creation Using Copy option

Former Member
0 Likes
1,756

Using ME51n I'm trying to create Purchase requisition using copy option, while creating choosing the existing purchase requisition number and selecting the copy option and purchase requisition is creation is done.

Our requirement is while copy and creating the Purchase requisition the customer data tab values should not be copied from the existing purchase requisition and it need to be blank how could be done this in SAP

We tried with some user exit we are unable to resolve,

1 ACCEPTED SOLUTION
Read only

anup_deshmukh4
Active Contributor
0 Likes
808

Hello murali tharan ,

When you say copy prior to that just swith on the debugger and chec the function code for it..and in your User exit where the customer tabl is gettign populate add the SY-UCOMM ( if Copy is Press on the tool bar then ...don't perform) conditin

Using ME51n I'm trying to create Purchase requisition using copy option, while creating choosing the existing purchase requisition number and selecting the copy option and purchase requisition is creation is done.

Our requirement is while copy and creating the Purchase requisition the customer data tab values should not be copied from the existing purchase requisition and it need to be blank how could be done this in SAP

We tried with some user exit we are unable to resolve,

2 REPLIES 2
Read only

anup_deshmukh4
Active Contributor
0 Likes
809

Hello murali tharan ,

When you say copy prior to that just swith on the debugger and chec the function code for it..and in your User exit where the customer tabl is gettign populate add the SY-UCOMM ( if Copy is Press on the tool bar then ...don't perform) conditin

Read only

Former Member
0 Likes
808

Hello Murali,

is this issue resolved? if yes, can you please let me know the solution?