Application Development 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: 

BAPI_INCOMINGINVOICE_CREATE

Former Member
0 Kudos
223

hi,

can anyone tell me what are the values to be filled in the fields specified by BAPI_INCOMINGINVOICE_CREATE for the following help given in this BAPI as below.

If planned delivery costs are posted for a purchase order, the fields Level Number (COND_ST_NO) und Condition Counter (COND_COUNT) or the field Condition Type (COND_TYPE) must be populated.

(You can interpret the values for the fields from database table KONV for condition and transaction data.)

i have tried putting COND_ST_NO = 1 COND_COUNT = 1.

or i have tried putting COND_TYPE = 'FRA1' both of these are giving error.

that we cannot post delivery cost.

what are the actual values that can be used to correct the function module.

regards

Yao Chhang

2 REPLIES 2

Former Member
0 Kudos
108

check the sample code of this BAPI here

http://www.geocities.com/rmtiwari/main.html?http://www.geocities.com/rmtiwari/Resources/MySolutions/...

See if it can help.

Regards,

Atish

0 Kudos
108

got any solution?

We stuck at the same point......