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:SD Routines: No framework program was found for include

Former Member
0 Likes
15,420

Hi All,

In transaction VOFM>Formulas>Condition value. I selected a custom Routine for our pricing procedure.

I check its ABAP code and isert a breakpoint, I'm having a message that:

No framework program was found for include RV64A911

Diagnosis

The processed include does not have a frame program. Therefore, no navigation index can be build up.

Procedure

Insert the include into a frame program and refresh the navigation index once again.

Thanks

Edited by: Jaime Cabanban on May 7, 2010 11:20 AM

1 ACCEPTED SOLUTION
Read only

Former Member
6,609

Hi,

Run the standard program "RV80HGEN" to generate pricing routine.

Regards

Vinod

7 REPLIES 7
Read only

Former Member
6,610

Hi,

Run the standard program "RV80HGEN" to generate pricing routine.

Regards

Vinod

Read only

0 Likes
6,609

Hi Vinod,

Thanks, yes I did that as well, but still the same.

What do you thinks SD-ABAP folks?

Thanks.

Read only

0 Likes
6,609

Hi,

Check the program RV64ANNN in SE38. Your routine RV64A911 should be there in the code as INCLUDE RV64A911.

Regards

Vinod

Read only

0 Likes
6,609

Did you activate the Custom Requirement in VOFM after defining ?

Read only

0 Likes
6,609

Thanks Vinod, very helpful in tracing my routine INCLUDE program RV64A911 to RV64ANNN.

Read only

0 Likes
6,609

Thanks Nilesh, question solved. yes it was not activated. sorry with the clumsiness, urgh.

Read only

0 Likes
6,609

Thanks Vinod your thread " standard program "RV80HGEN" to generate pricing routine. " help me lot.