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

VF02 flag icon creation?

Former Member
0 Likes
616

Hi Friends,

Can someone provide me the USER EXIT and perhaps the EVENT(s) to add a button to the VF02 screen and respond in the

USER-COMMAND module to this Buttons FCode.

I mean, i want to add the flagicon(Release/accounting) in my own created screen but with different functionality.

Like if i am having 10 fields in my own created screen when i save those records i will be saving. And when i click release(flagicon) it has to pass the data to another module data.

Hi Friends,

Can someone provide me the USER EXIT and perhaps the EVENT(s) to add a button to the VF02 screen and respond in the

USER-COMMAND module to this Buttons FCode.

I mean, i want to add the flagicon(Release/accounting) in my own created screen but with different functionality.

Like if i am having 10 fields in my own created screen when i save those records i will be saving. And when i click release(flagicon) it has to pass the data to another module data.

3 REPLIES 3
Read only

Former Member
0 Likes
574

Hi

There's no user-exit there, u should change the std or create a copy

Max

Read only

0 Likes
574

Hi sir,

Is there any way to create that Flag button functinality.

Read only

0 Likes
574

Hi

Just as I said before:

- Or you change the std program SAPMV60A

- Or you create a new trx (ZVF02) in order to run a Z-program (copy of SAPMV60A) where u insert all modifications u need

I believe these are the only two solutions.

Max