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

screen exit

Former Member
0 Likes
729

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
672

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á

3 REPLIES 3
Read only

Former Member
0 Likes
673

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á

Read only

Former Member
0 Likes
672

solved

Read only

0 Likes
672

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!