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

Issue in BAPI of BAPI_CONDITION_CONTRACT_CREATE while uploading the Multiple Pricing Conditions

Former Member
0 Likes
2,948

Hello Everyone,

We are facing issue while creating Contract through BAPI_CONDITION _CONTRACT_CREATE while loading the multiple condition table with different Condition Types through BAPI.

Its showing the below error in return of BAPI Execution for Table- CONDITIONKEYDATAIN & CONDITIONITEMDATAIN.

We are passing multiple line item table with different key combination of COND_TYPE.

Please let us know if there is any suggestion.

Error details - "Wrong parameter : No change list exists for condition item 02"

Regards

Manish

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi Raymond,

Thanks a lot for your suggestion, maintaining the entries in the above structure and other areas did solved my issue, specially when I updated the data in BVBDATAIN structure it worked for me.

Thanks a lot for your reply

Regards

Manish

Answers (2)

Answers (2)

RaymondGiuseppi
Active Contributor

Check your code, you insert a record in CONDITIONKEYDATAIN without a corresponding record in

CONDITIONKEYDATAINX.

luislara76
Explorer
0 Likes

Hi Manish,

I'm having a similar issue that yours. Could you share your code? Thanks:

Luis Lara.

pelangov
Explorer
0 Likes

I am also facing issues while using BAPI method in LSMW for creating contracts, mainly net price is blank and conditions are not getting updated. Debugging further, it is found that it is calling dialog transaction to maintain conditions in "RV_CONDITION_MAINTENANCE". Kindly help how to resolve it.