‎2014 Sep 19 3:28 PM
Hi,
I have created 2 VOFM routines- RV61B906 and RV61B910. When I am calling 910 code in RV61B906 by statement 'PERFORM kobed_10' the code inside 910 is not called, even if i click on perform statement to reach 910, it says 'create object?' as it says when some object does not exist. But I can see RV61B910 code directly from SE38. Even when I see the tree structure of 910, the include is not shown in Main Program. Can anybody help?
‎2014 Sep 22 9:35 AM
You need to do 2 things.
1. Goto VOFM transaction. Select your routine area under requirement menu. Select your routine and click Edit->activate.
2. Regenerate using program RV80HGEN
‎2014 Sep 19 3:36 PM
check if both includes are visible in RV61BNNN, regenerate/activate this program and check, Are you trying this in the dev system or have you moved it to some other system in that case run rv80hgen program once
‎2014 Sep 19 3:39 PM
Hi
Try to check the main include RV61BNNN: here you should see all include generated for SD subroutine
Sometimes this include is not updated
‎2014 Sep 22 9:21 AM
‎2014 Sep 22 9:28 AM
‎2014 Sep 22 9:38 AM
it is checked in DE1 but when I moved it to testing server ,then it is showing this server and I cannot modify anything in testing server. how can i get it correct.
‎2014 Sep 22 9:35 AM
You need to do 2 things.
1. Goto VOFM transaction. Select your routine area under requirement menu. Select your routine and click Edit->activate.
2. Regenerate using program RV80HGEN
‎2014 Sep 22 9:39 AM
is this possible in testing server coz everything works fine in development server
‎2014 Sep 22 9:43 AM
when you move it to testing server, you need to run the program RV80HGEN, this is mandatory step in case of VOFM routines(though you can install a note and take care of it once and for all)
‎2014 Sep 22 9:46 AM
Yes. Execute the mentioned program in your testing server. This needs to be done in Production as part of cutover activity
‎2014 Sep 22 11:21 AM
‎2014 Sep 22 10:15 AM
You should add an entry to your transport request : SE01/SE09, double-click on transport request number, switch to change mode, add line R3TR XPRA RV80HGEN and save.
NB: The modification included in 598475 - XPRA RV80HGEN when transporting VOFM objects only add this entry for new routines.
Regards,
Raymond
‎2014 Sep 22 11:23 AM
ok, but i am able to see the both routines separately, and the VOFM routines are activated and the program RV80HGEN is executed successfully.
‎2014 Sep 22 11:38 AM
‎2014 Sep 22 12:29 PM
Im talking about the testing server not development server .:)
And RV80HGEN is executed successfully
‎2014 Sep 22 1:19 PM
‎2014 Sep 22 1:57 PM
‎2014 Sep 22 2:29 PM
Hi,
faced this problem now and then.
regeneration of navigation index sometimes helped
also check if you find the frame-programm
regards
Stefan Seeburger
‎2016 Sep 07 12:40 PM