‎2006 Sep 14 2:29 PM
i'm programming a screen exit, to display User subscreen for notification header. (user exit QQMA0001)
i added my owen fields.
i used function exit EXIT_SAPMIWO0_008 and EXIT_SAPMIWO0_009 to exchange data between database and scren.
it works fine.
my requirement is to add my owen fields as a part of the standard alv of that subscreen.
is there another user exit to do that.
please help.
A+
Ihsen
‎2006 Sep 14 3:39 PM
No, you can't add your fields to standard subscreens by user-exits. User exits are working with an own tab (sub-screen) on the screen.
If you want to modify a standard SAP subscreen, that will be a SAP standard modification.
To perform a SAP standard modification you have to ask SSCR code from SAP. With this code you are able to modify the standard transaction. Unfortunately these modifications will be overwritten at the next SAP upgrade on your system.
Best regards
Tamá
‎2006 Sep 14 3:39 PM
No, you can't add your fields to standard subscreens by user-exits. User exits are working with an own tab (sub-screen) on the screen.
If you want to modify a standard SAP subscreen, that will be a SAP standard modification.
To perform a SAP standard modification you have to ask SSCR code from SAP. With this code you are able to modify the standard transaction. Unfortunately these modifications will be overwritten at the next SAP upgrade on your system.
Best regards
Tamá
‎2008 Mar 27 2:44 PM
‎2008 Apr 08 2:03 PM
Hi Ihsen ABROUG
I am trying to use that same user exit but it is not working... Could you tell me what you have done?
Thks a lot!