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 - NO frame work

Former Member
0 Likes
670

Hi all,

By posting an inbound idoc we are creatin a purchase order and post goods issue for the purchase order.

When a purchase order is getting created an entry is getting updated in NAST table which trigger the idoc ORDERS05.

This idoc triggering should happen only when the Post goods issue is successful.

Now for this am creating a routine in vofm. 903. Inside the routine am looping at XNAST table and checking for condition

and making the sy-subrc as 4. i activated the include and routine. i executed the program RV80HGEN.

But when i try to create a break point there it says.."No framework program was found for include RV61B903"

This routine is related with output Control...kindly help..

What am I doing wrong here.

Regards

Sridevi S

Edited by: Sridevi Sivanandam on Jan 7, 2011 7:45 AM

Edited by: Sridevi Sivanandam on Jan 7, 2011 7:47 AM

Hi all,

By posting an inbound idoc we are creatin a purchase order and post goods issue for the purchase order.

When a purchase order is getting created an entry is getting updated in NAST table which trigger the idoc ORDERS05.

This idoc triggering should happen only when the Post goods issue is successful.

Now for this am creating a routine in vofm. 903. Inside the routine am looping at XNAST table and checking for condition

and making the sy-subrc as 4. i activated the include and routine. i executed the program RV80HGEN.

But when i try to create a break point there it says.."No framework program was found for include RV61B903"

This routine is related with output Control...kindly help..

What am I doing wrong here.

Regards

Sridevi S

Edited by: Sridevi Sivanandam on Jan 7, 2011 7:45 AM

Edited by: Sridevi Sivanandam on Jan 7, 2011 7:47 AM

1 REPLY 1
Read only

Former Member
0 Likes
517

You can try testing this by:

- assign your output type and put there dispatch time = '1'

- setup breakpoint

- execute program RSNAST00 for your PO/output type

This way you should be able to debug output triggering.

Regards,

Dominik Modrzejewski