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

PR changes reflected in PO

Former Member
0 Likes
950

Hi to all experts.

my requirement is to create a custom fields in purchase requisition create , delete and change ME51n me52n and me53n using the user exit MEREQ001. This custom fields should be carried over to after PR becomes PO. what are the possible solutions .................im thinking of using exit MM06E005 to create custom fields for PO. How can we move the custom fields contents for PR to PO

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
889

if we create the fields with same name will it copied over

if we create the fields with same name will it copied over

5 REPLIES 5
Read only

Former Member
0 Likes
889

Hi,

Once you done with the creation of the creation of the custom fields in the PR. Now for moving the contents of PR to PO, check the routines available in the copying control.

For this check the SPRO configuration in Sales and Distribution -> Basic Functions -> Free Goods -> Maintaining Copying Control.

Regards,

Santhosh.

Read only

Former Member
0 Likes
890

if we create the fields with same name will it copied over

Read only

0 Likes
889

Hi,

I am not sure about this. Since they are the custom fields, it will not recognize them. So I guess we need to write the corresponding logic in the routines.

Regards,

Santhosh.

Read only

0 Likes
889

can we use any user exit for it .......

Read only

0 Likes
889

I guess,

we can code to populate these fields in the copy control routine itself.

Or else try standard exists available.

Regards,

Santhosh.