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

VOFM routine

Former Member
0 Likes
427

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,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
385

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

1 REPLY 1
Read only

Former Member
0 Likes
386

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