2008 Apr 28 6:52 PM
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.
2008 Apr 28 6:59 PM
Hi
There's no user-exit there, u should change the std or create a copy
Max
2008 Apr 28 7:05 PM
Hi sir,
Is there any way to create that Flag button functinality.
2008 Apr 28 7:22 PM
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