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

how to test VOFM.

Former Member
0 Likes
938

Hi,

I have one VOFM RV61B634 and need to test. This is using in one output type of PO.

My problem is, when i searching where this VOMF calling in any program by using Where-Used list , i am not getting any result. Then how to test the block of code in VOMF V61B634.

Please help me on this.

Thankds

Sanday.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
724

Hi,

You won't get any results by doing where-used on this program. You can directly ask your functional consultant for execution of this program/ routine. You can put a break point in the coding and start with the trnsaction which will be able to trigger this routine.

Exceution will stop at your break point.

Thansk,

Archana

Hi,

I have one VOFM RV61B634 and need to test. This is using in one output type of PO.

My problem is, when i searching where this VOMF calling in any program by using Where-Used list , i am not getting any result. Then how to test the block of code in VOMF V61B634.

Please help me on this.

Thankds

Sanday.

4 REPLIES 4
Read only

Former Member
0 Likes
724

Hi,

VOFM is used for Routine related activites . U need to keep the Debugger at releated routines.The piece of code will be executed only at the time of related transaction.

Hope this info is useful.

Regards,

Amit

Read only

Former Member
0 Likes
725

Hi,

You won't get any results by doing where-used on this program. You can directly ask your functional consultant for execution of this program/ routine. You can put a break point in the coding and start with the trnsaction which will be able to trigger this routine.

Exceution will stop at your break point.

Thansk,

Archana

Read only

Former Member
0 Likes
724

Hi,

VOFM transaction is used For ROUTINES.

You have to put a break-point and u have to know the coreect scenario with the help of Functional guy and execute it .

Regards

Arbind

Read only

0 Likes
724

is this in SD?

if it is, which part in the SD process will your routine be triggered?

is it in the billing? post goods? transpo? or sales order creation?

anyway,

you can test it IFAND ONLY IF the routine's output type has been properly configured in transaction code: NACE.

now, if the above has been done correctly, run the standard transaction code specified in your requirement.

for example:

if you have created a routine that would be triggered after billing.

the only time i can test it is via transaction code: VF01.

hope this helps,

Mark.