‎2007 Jun 13 6:56 AM
Hi,
I have a requirment where i have to create a new screen to add a new tab in notifications the Customer exit for the same is qqma0001 having fm EXIT_SAPMIWO0_008 How to find the related screen where we can make changes. Please help.
Himanshu
‎2007 Jun 13 7:03 AM
Hi,
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.
Regards
‎2007 Jun 13 8:46 AM
dear friends,
I went into the function group of the user exit QQMA0001's include which was ZXQQMU07 and created a subscreen in that with screen number 100 then i called a module display screen there when i create it another include is created where i can put my code also i call this include in the user exit include but when i try to check the user exit include it gives an error saying that before module first close the structure opened by function we do not have any function structure.
please help.
Himanshu