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 finding right table...

Former Member
0 Likes
702

Hi,

I'm inside a purhcase order (ME23N).

Looking at the item level /Conditions TAB.

Here I have a condition named :

FRA1 (Freight%)

Amount = 5

Crcy = %

Condition value = 75

Curr= USD

All these are stored in a STRUCT named: KOMV

I have tried to trace it from ST05 with no success.

I need to grab these values and therfore I need the real table names.

Any clue ?

//Martin

1 ACCEPTED SOLUTION
Read only

Vinod_Chandran
Active Contributor
0 Likes
678

Hi Martin,

Please follow these steps.

Get the field KNUMV from EKKO.

Use this in KONV to get the condition type and its values.

Using the field KPOSN, you can get the pricing for each line items.

Thanks

Vinod

5 REPLIES 5
Read only

Former Member
0 Likes
678

Hi,

Try with tr.code SE49 - Program Analysis: Table Manipulation.

Svetlin

Read only

Former Member
0 Likes
678

Hi,

Condition records are stored in KONV table.

Cheers,

Sasi

Read only

Former Member
0 Likes
678

Hi,

These come from info record condition tables A017 & A018.

Cheers.

Read only

Former Member
0 Likes
678

Hi,

Condition records are stored in KONV table.

get condition record number from EKKO table (KNUMV) and goto KONV for condition data

Cheers,

Sasi

Read only

Vinod_Chandran
Active Contributor
0 Likes
679

Hi Martin,

Please follow these steps.

Get the field KNUMV from EKKO.

Use this in KONV to get the condition type and its values.

Using the field KPOSN, you can get the pricing for each line items.

Thanks

Vinod