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

Me59n using Call Transcation

Former Member
0 Likes
837

Hello,

I have used CALL TRANSACTION 'ME59N' in a program to create a Purchase order automatically for a  Purchase requisition number.

Its working fine, But in case of two line item with different Vendors in Purchase requisition program creates only 1 PO.(Not 2)

i.e.  Splitting PO is not working through program while using Call Transaction me59n.

If I execute same Purchase requisition in me59n transaction Manually it creates 2 PO.

If I run program with same Purchase requisition and test run = 'X' ,  2 PO can be created (checked in debugging mode).

Please suggest some input to resolve this issue.

Thanks,

Neelima

Hello,

I have used CALL TRANSACTION 'ME59N' in a program to create a Purchase order automatically for a  Purchase requisition number.

Its working fine, But in case of two line item with different Vendors in Purchase requisition program creates only 1 PO.(Not 2)

i.e.  Splitting PO is not working through program while using Call Transaction me59n.

If I execute same Purchase requisition in me59n transaction Manually it creates 2 PO.

If I run program with same Purchase requisition and test run = 'X' ,  2 PO can be created (checked in debugging mode).

Please suggest some input to resolve this issue.

Thanks,

Neelima

2 REPLIES 2
Read only

former_member189779
Active Contributor
0 Likes
686

Check while calling transaction are you missing any indicators below as required. May be per Vendor in this case?

Read only

0 Likes
686

I tried but no luck, its not working.

Please anyone suggest on it.