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

Purchase Contract Condition Item Values

venkateswaran_k
Active Contributor
0 Likes
486

Dear All

I created a Purchase Contract with three item lines comprizing of condition types such as Octroi, Freight.

I was expecting the Values to be stored in KONV table as in case of Purchase Order. However, I am not able to find condition records in KONV table. However, it stores in KONP table.

The problem is i need to get the calculated value (KWERT) as in case of KONV table. The KONP stores only the % and not the finla value.

Searched in the SAP forum and not able to get it.

Can some one give me a hint me to arrive the value.

Regards,

Venkat

Dear All

I created a Purchase Contract with three item lines comprizing of condition types such as Octroi, Freight.

I was expecting the Values to be stored in KONV table as in case of Purchase Order. However, I am not able to find condition records in KONV table. However, it stores in KONP table.

The problem is i need to get the calculated value (KWERT) as in case of KONV table. The KONP stores only the % and not the finla value.

Searched in the SAP forum and not able to get it.

Can some one give me a hint me to arrive the value.

Regards,

Venkat

1 REPLY 1
Read only

Joerg_S
Participant
0 Likes
423

try to read your data with FM 'bapi_contract_getdetail'

maybe you can "dig" in the source code where your conditions are stored

regards

Jörg