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 tcode VOFM

Former Member
0 Likes
921

HI all

ive added a code for a routine in tcode VOFM, how do i test to know if my code are correct?

8 REPLIES 8
Read only

Former Member
0 Likes
885

Hi

Insert a break-point in your routine

Max

Read only

0 Likes
885

and then?from where should i execute it?

Read only

Former Member
0 Likes
885

hi anjali ,

u need to run the transaction ,,

suppose i have done for invoice then i will be running the vf01 transaction ...billing and this in turn will process through ur routine which u have added through vofm .

regards,

Vijay.

keep a break point in ur routine ,,

run the associated transaction ..

Read only

Former Member
0 Likes
885

depends on for what document you have written the routing for : order / billing / deliveries .

Note: If it does not stop please check if you have generated the main program. you can run RV80HGEN

Read only

0 Likes
885

im sorry but ive never used this tcode before, if ive done a change for a routine under Billing, which transaction should i test?

thanks for ur replies

Read only

Former Member
0 Likes
885

Hi anjali ,

u goto t-code vf01-(create billing )

1.

in here enter ur delivery number in the document number field ..

2.

hit enter ..

if u have already placed a break point in ur routine this will lead u to there ..

else it will show processing status (correct/incorrect)

3.after this

in order to see the log goto menu item 'EDIT' and click LOG or (from the key board SHift+F1)

4.

this is how u need to check the routine .

regards,

VIjay

Read only

0 Likes
885

thanks a lot Vijay,

i will try it out

Read only

Former Member
0 Likes
885

VF01 for billing. What is reason to write the code?