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

BAPI_PO_CREATE1

Former Member
0 Likes
1,740

Hi All,

I have a problem in creating purchase order.

When I create the PO it is fine.But the issuing storage location is not getting populated in the transaction-neither in the table ekpo (field-RESLO).

I am passing the 'suppl_stloc' parameter of the bapi in the item level.

Thanks.

Alagu Rajavel

6 REPLIES 6
Read only

Former Member
0 Likes
1,454

Hello,

I hope you have passed the the issue storage loc as follows:

Parameter: POITEM

PO_ITEM = 0001

SUPPL_STLOC = abcd

Parameter:POITEMX

PO_ITEM = 0001

SUPPL_STLOC = 'X'

Read only

0 Likes
1,454

Hi Abhijit,

I have done that already,

but still it is not working.

Thanks,

Alagu Rajavel.

Read only

0 Likes
1,454

Hi Alagu

have you solved the issue?

Read only

0 Likes
1,454

Hi Alagu,

Have did you solved this issue. I am facing exact issue in  my project.

Any help from your side will be highly appreciated.

Best Regards,

Prateek

Read only

0 Likes
1,454

hi,  you need transport  suppl_plnt in head

Read only

Bagani
Explorer
0 Likes
1,361

Hello! I'm experiencing the same issue. Already filled up SUPPL_PLNT in header, and SUPPL_STLOC in line item. RESLO in resulting Purchase Order is still blank.