‎2005 Sep 13 9:57 AM
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
‎2005 Sep 13 10:12 AM
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
‎2005 Sep 13 10:01 AM
Hi,
Try with tr.code SE49 - Program Analysis: Table Manipulation.
Svetlin
‎2005 Sep 13 10:02 AM
‎2005 Sep 13 10:04 AM
Hi,
These come from info record condition tables A017 & A018.
Cheers.
‎2005 Sep 13 10:05 AM
Hi,
Condition records are stored in KONV table.
get condition record number from EKKO table (KNUMV) and goto KONV for condition data
Cheers,
Sasi
‎2005 Sep 13 10:12 AM
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