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 Delivery address

Former Member
0 Likes
2,456

Hi,

Can someone help me how to fill the fields "VENDOR" and "SC-VENDOR" using BAPI_PO_CREATE1. I am populating the fields SUPP_VENDOR & SC_VENDOR in POITEM & POITEMX but still its not filled in the PO.

I tried using the address number also,but only these 2 fields are not getting filled.

Thanks,

Aparna

Hi,

Can someone help me how to fill the fields "VENDOR" and "SC-VENDOR" using BAPI_PO_CREATE1. I am populating the fields SUPP_VENDOR & SC_VENDOR in POITEM & POITEMX but still its not filled in the PO.

I tried using the address number also,but only these 2 fields are not getting filled.

Thanks,

Aparna

8 REPLIES 8
Read only

Former Member
0 Likes
1,947

Add teh Vandor in teh POHEADER and POHEADERX

Thanks

Read only

Former Member
0 Likes
1,947

Fill the structure "POADDRDELIVERY".

Regards

Vinod

Read only

Former Member
0 Likes
1,947

Hi Aparna,

Pass the address in the table parameters POADDRDELIVERY.

Regards

Dillip Sahoo

Read only

0 Likes
1,947

I passed poaddrdelivery and poaddrvendor also.vendor in header is also passed. Still shipto and SC vendor is not populating in delivery address.

Read only

0 Likes
1,947

Hi Aparna,

There is a conversion exit defined for this field SUPP_VENDOR -


>CONVERSION_EXIT_ALPHA_INPUT

Are you using it?

Regards,

Lakshman.

Read only

0 Likes
1,947

I am not using the conversion exit.But passing 10character value(with preceeding 0) from other manipulation.

Read only

0 Likes
1,947

Hi,

Instead of manipulation You can make use of these conversion exits for the two fields.

Try with these exits once.

Regards,

Lakshman.

Read only

0 Likes
1,947

Hi ALL,

My problem is solved.I am populating header,headerx,item,itemx,schedule,shedulex so that the address will be picked up automatically from the BAPI(central address management),So the problem is solved.Thanks for al your help.