‎2009 Aug 05 7:36 AM
Hi Experts,
Which VOFM routine will trigger when creatiion of sales order(VA01). I need to pass item text through routine only when creating the sales order(va01).
thanks,
chandra,
‎2009 Aug 05 7:48 AM
hi Chandra,
You need to figure out the condition type then a routine need to be created and just clear the value where you don't need.
XKOMV-KBETR = space.
and after that
loop at xkomv.
clear: xkomv-kbetr. "making the kbetr value as 0.00
modify xkomv.
endloop.
This you need to write in the routine which u've created in VOFM.......
i guess u need to create a new routine number say 650 and then assing this
in RV61AXXX include as RV61A650.
here in this form routine write the above code.
Regards
Saurabh Goel
‎2009 Aug 05 7:48 AM
hi Chandra,
You need to figure out the condition type then a routine need to be created and just clear the value where you don't need.
XKOMV-KBETR = space.
and after that
loop at xkomv.
clear: xkomv-kbetr. "making the kbetr value as 0.00
modify xkomv.
endloop.
This you need to write in the routine which u've created in VOFM.......
i guess u need to create a new routine number say 650 and then assing this
in RV61AXXX include as RV61A650.
here in this form routine write the above code.
Regards
Saurabh Goel