cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Create PO using BAPI

mark_manuel2
Explorer
0 Likes
299

Hi,

I'm currently working on a program to create POs using BAPI_PO_CREATE. I have sucessfully created a PO calling this BAPI but unfortunately I'm having a problem getting the Output i.e. PO Number generated and the messages being returned.

Can anyone guide me on how to solve this? I have included Bapi_Po_Create_Input->Output->Return in the context and bind it

to a table. I also included Bapi_Po_Create_Input->Return->Purchaseorder and bind it to a TextView.

A button called Create executes the BAPI and it goes to a separate view with the above elements to display the return values but it doesn't work.

Thanks,

Mark

View Entire Topic
Former Member
0 Likes

Hi mark,

U bind "Expppurchaseorder" attribute that will return purchase order number.

This attribute is available in output node.

Regards,

Sunaina Reddy T