cancel
Showing results for 
Search instead for 
Did you mean: 

Track Field in PO

Former Member
0 Kudos

I have a PO dplaying items, Qty, Excise duty, and total. To find out excise duty I have calculation.

ex_duty = ( t_konp-kbetr / 10 ).

ex_duty = ex_duty + ( ex_duty * ( 2 / 100 ) ).

accordign to coding, it picks value fom KONP-KBETR. Functional guy use to change the excise duty threw ME23N. If function guy wants to update Ex-duty threw ME23N, it wont reflect changes in KONP-KBETR. But the output results changes this time. Under ME23N, under technical specification the value stores in KOMP-KBETR. This is a structure. How Should I see the table from where exactly the KBETR comes. and after every updation threw ME23N, I can see the update in that table. And if the value stores in KOMP, then why in coding its shows KONP

Plz help.

Thanks.

Khan.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

self

Former Member
0 Kudos

Hi

All these changes are stored in KONP table only in the KBETR table

to go to that table you need the PO related KNUMH field

this field is stored in some A* tables (Like A012 depending on the access sequences used for this Qty, Excise duty etc)

check the related A* table for this PO and take the KNUMH field

and with that goto KONP table and take KBETR field and use

Reward points for useful Answers

Regards

Anji

Former Member
0 Kudos

HI Anji,

I have checked all the tables and related feilds. For a Particular PO, A003 has KNUMH. And for this KNUMH, there is a related row in KONP. According to coding it fetches KBETR value from KONP.

BUt When I made changes in amount Feilds (KOMP-KBETR) in ME23N, it doesnt update KONP-KBETR, but it updates the Output result. KOMP is a structure. I want to see where exactly the changes made in KBETR.

Plz help me out.

Thanks.

Former Member
0 Kudos

Hi,

check KOMP in se11

Regards

Former Member
0 Kudos

KOMP is structure.

Regards

peram

Former Member
0 Kudos

HI Peram,

I know that KOMP is Structure. But where nd how I see the field with changed value. If Value stores in KOMP, then why in coding it uses KONP.

Thanks.

Khan