‎2008 Mar 03 6:06 PM
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.
‎2008 Mar 03 6:14 PM
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.
‎2008 Mar 03 6:14 PM
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.
‎2008 Mar 03 6:35 PM
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?
‎2008 Mar 03 7:06 PM
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...
‎2008 Mar 04 1:16 PM