Application Development 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: 

Routine not refreshing PO Taxes in ME21N

Former Member
0 Kudos

Hi Experts,

I wrote the PO Tax Procedure 910 in Dev with below Code

*{   INSERT         JEDK961128                                        1

   IF sy-cprog = 'RM_MEPO_GUI' AND KOMV-KBETR IS NOT INITIAL.

     CLEAR XKWERT.

     XKWERT  = KOMV-KBETR.

   ENDIF.

*}   INSERT

When I am Creating PO in ME21N, I will give Tax Code, then based on Configuration, it will trigger 910 and for JMIP tax Type will get update with JEXC condition value.

Currently it is updating the value of JMIP. But, if I remove JEXC from condition value, JMIP is still JEXC value only it is not recalculating the tax values.

Only when I comeout of Screen ME21N and open ME22N , then only it is refreshing the value.

Kindly do the needful.

Regards,

Praveen

4 REPLIES 4

raymond_giuseppi
Active Contributor
0 Kudos

Did you try to use method GET_CONDITIONS and SET_CONDITIONS in BAdI ME_PROCESS_PO_CUST methods like PROCESS_ITEM, else in which include did you add this code ?

Regards,

Raymond

0 Kudos

Hi Raymond,

I have created using VOFM tcode-formula-condition value.

Also can you please tell me where (table) these Pricing Value will save against PO and Item.

Regards,

Praveen

0 Kudos

Hi Praveen,

    You can find the condition records against PO means , use KONP , KONV tables according the condition records exist in EKKO ,EKPO tables.

Regards,

Krishna

0 Kudos

Hi Krishna,

Thanks for reply. I need taxation values against PO and ITEM.

And please consider My main questions as priority.

Thanks.

Regards,

praveen