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

Customer Exit Screen

Former Member
0 Likes
448

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

2 REPLIES 2
Read only

Former Member
0 Likes
386

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

Read only

0 Likes
386

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