Application Development 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: 

Regarding VOFM.

Former Member
0 Kudos

Hi all,

I have created a customer routine in VOFM. What should i do inorder it should be active in pooled table TFRM . I have activated that customer routine. Even then also it is not active in TFRM. Moreover i am not seeing that routine number in TRFM table.

Please help ASAP.

Regards,

sagar.

1 REPLY 1

Former Member
0 Kudos

Hi

VOFM is the transaction where you can maintain routines for Output types, Pricing and Requirements, which are assigned through cusomization.

To create a routine you need access key & routine no. starts with "9".for ex. 901,902 etc.

one important thing to note that even if you have some syntax errors inside your routine, it will get activated without errors. So, you need to do Main Program check before activation.

Refer to SAP Note no : 327220,381348,156230.

goto VOFM tcode for wrting the Routines

from menu Requirements-> pricing

You can create the pricing related routines here

Use the Number from 900 only

take the acess key and try to copy the existing routine and change the code to your requirement and keep a break point and see

Activate it before execution

Regards

Anji