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 user exit

Former Member
0 Likes
851

Hi , I have a requirement where I have to add a new perform in a new include to VOFM. I found that all the includes that start wiht RV6*** are present in the function group V61B.

However I can not add an include directly there. What other way can I locate an exit in VOFM and do the coding.

THank you

Hi , I have a requirement where I have to add a new perform in a new include to VOFM. I found that all the includes that start wiht RV6*** are present in the function group V61B.

However I can not add an include directly there. What other way can I locate an exit in VOFM and do the coding.

THank you

3 REPLIES 3
Read only

Former Member
0 Likes
679

This is an urgent requirement , any help will be useful

Read only

Former Member
0 Likes
679

ABAP code is attached to the objects listed in the VOFM menu.

Traverse the menu and you will see entries with "Routine Numbers". Select one and click the "Req.maintenance" button or "Source Text (F5) button to view the ABAP code.

When you create new routines, the routine number becomes part of the namespace for the generated includes.

Read only

Former Member
0 Likes
679

closed