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 in SAP version 40b

Former Member
0 Likes
458

HI All,

Anyone know BAPI for create and change PO in SAP version 40b?

This BAPI is not available:

BAPI_PO_CREATE1

BAPI_PO_CHANGE

Can we use this function?

ME_CREATE_DOCUMENT

How about for changing?

Please advice, with the example much better

Best Regards,

Victor.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
417

I don't think there is BAPI for PO in 4.0B Version..

ME_CREATE_DOCUMENT - will create Purchase order

Use this FM ME_UPDATE_DOCUMENT to update PO

I saw the FM and looks like both FM will create and update FM,I did not find any sample programs.

Do the where used list in SE37 and may be you get atleast one SAP standard program.

Thanks

Seshu

HI All,

Anyone know BAPI for create and change PO in SAP version 40b?

This BAPI is not available:

BAPI_PO_CREATE1

BAPI_PO_CHANGE

Can we use this function?

ME_CREATE_DOCUMENT

How about for changing?

Please advice, with the example much better

Best Regards,

Victor.

1 REPLY 1
Read only

Former Member
0 Likes
418

I don't think there is BAPI for PO in 4.0B Version..

ME_CREATE_DOCUMENT - will create Purchase order

Use this FM ME_UPDATE_DOCUMENT to update PO

I saw the FM and looks like both FM will create and update FM,I did not find any sample programs.

Do the where used list in SE37 and may be you get atleast one SAP standard program.

Thanks

Seshu