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

problem net price BAPI_PO_CREATE1

Former Member
0 Likes
487

hello, I did a report that creates purchase orders (BAPI_PO_CREATE1) relates to a contract, I have a problem in the positions of the order shall be taken of the positions of contract prices, while I in the structure (poitem) I pass other prices.

CALL FUNCTION 'BAPI_PO_CREATE1'

EXPORTING

poheader = w_headercreate

poheaderx = w_headercreatex

IMPORTING

exppurchaseorder = d_oda

expheader = w_expheader

TABLES

return = i_po_return

poitem = i_po_item

poitemx = i_po_itemx

poaccount = i_po_account

poaccountx = i_po_accountx.

help

Edited by: francesco aiello on Dec 17, 2009 12:17 PM

Edited by: francesco aiello on Dec 17, 2009 12:22 PM

hello, I did a report that creates purchase orders (BAPI_PO_CREATE1) relates to a contract, I have a problem in the positions of the order shall be taken of the positions of contract prices, while I in the structure (poitem) I pass other prices.

CALL FUNCTION 'BAPI_PO_CREATE1'

EXPORTING

poheader = w_headercreate

poheaderx = w_headercreatex

IMPORTING

exppurchaseorder = d_oda

expheader = w_expheader

TABLES

return = i_po_return

poitem = i_po_item

poitemx = i_po_itemx

poaccount = i_po_account

poaccountx = i_po_accountx.

help

Edited by: francesco aiello on Dec 17, 2009 12:17 PM

Edited by: francesco aiello on Dec 17, 2009 12:22 PM

1 REPLY 1
Read only

Former Member
0 Likes
308

risolto