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

Regarding VOFM routine

Former Member
0 Likes
536

Hi ..This is regarding VOFM routines..when i create a sales order and deliver it i find routine number 1 and routine number 2 getting triggered.Actually on routine number 1 shud get triggered. How can i know why routine number 2 is getting triggered and for what transactions or programs its getting triggered.. I am ABAPer and have no clue about this?

Would appreciate someone's hep on this..

thanks

Hi ..This is regarding VOFM routines..when i create a sales order and deliver it i find routine number 1 and routine number 2 getting triggered.Actually on routine number 1 shud get triggered. How can i know why routine number 2 is getting triggered and for what transactions or programs its getting triggered.. I am ABAPer and have no clue about this?

Would appreciate someone's hep on this..

thanks

2 REPLIES 2
Read only

Former Member
0 Likes
436

HI check this....

regards,

venkat.

Read only

Former Member
0 Likes
436

Hi,

Hope these are the 2 routines:

FORM KOBED_918

FORM KOBEV_918.

KOBEV is used for adding requiriments related to header conditions. KOBED is used for adding reuirements related to both header and item conditions. If you put your routine in KOBED that is good enough. But if your requirement checks only header fields (like customer, order type etc), it is recommended to use kOBED for performance issues.

Regards,

KK