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
683

Hi All. I need to create a screen exit for transaction ME21N/22N/23N. I have found several information on this, but all saying that I must create a new screen under an enhancement, and that´s all.

I found the enhancement (MM06E005), created a new project, created an append structure for table EKKO and put my new field there, created the screen SAPMM06E 0111 and created the new field in this screen. Now I must be missing some step, because there is no way to see the new field on ME21N screen... I think there must be some place where I should assign the newly created subscreen to the standard screen, but can´t find it.

Any help will be much appreciated, and points will be rewarded for helpfull answers.

thanks a lot in advance.

1 ACCEPTED SOLUTION
Read only

Manohar2u
Active Contributor
0 Likes
664

You can see the flow logic code under SAPMM06E - 0111 where it is calling custom/your sub-screen

  • Subscreen

CALL CUSTOMER-SUBSCREEN CUSTSCR1 INCLUDING 'SAPLXM06' '0111'

hope this helps as this is way your subscreen and standard screen is linked, and you can see this new fields at PO-item level.

4 REPLIES 4
Read only

Manohar2u
Active Contributor
0 Likes
665

You can see the flow logic code under SAPMM06E - 0111 where it is calling custom/your sub-screen

  • Subscreen

CALL CUSTOMER-SUBSCREEN CUSTSCR1 INCLUDING 'SAPLXM06' '0111'

hope this helps as this is way your subscreen and standard screen is linked, and you can see this new fields at PO-item level.

Read only

Former Member
0 Likes
664

Nice, I could see where the standard is calling my subscreen. It seems like this is not the subrscreen I needed, after all. Is there any way to find out which subscreen I should implement, based on where I want my new field to be on the standard screen?

Read only

Former Member
0 Likes
664

Hi All. After implementing every subscreen available on enhancement MM06E005, and putting a test text field inside each subscreen, I can´t find what I´ve added in standard transaction screen. I know there is an standard program calling each subscreen I´ve created, but it is not ME21N/22N/23N. Can anyone please tell me how should I proceed to find where the heck is the subscreens I´ve created?

I´m going nuts...

Read only

Former Member
0 Likes
664

The enhancement wasn´t activated. Shame on me.