Application Development 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: 

Regenerate enhancement for transaction ME21N

Former Member
0 Kudos
276

hi there,

In the transaction ME21N a user exit was implemented for purchase order screen to Tick a checkbox for a condition. It was for program : SAPLZ_FGAZETTE and screen 0100. It was working fine.

Now a SAP patch is applied and user exit is not working. When I see the properties of screen, it gives program: SAPLZ_FGAZETTE and screen <b>0200</b>

Looks like that the SAP Patch has changed the screen so how can I relink the user exit to these settings. Do I have to regenerate for the transaction ME22N.

Please advise.

Thanks,

1 ACCEPTED SOLUTION

Former Member
0 Kudos
124

Hi Seshu,

The patch is already applied and now it is not utilizing the user exit as it was before. Do I have to regenerate the enhancement. As previously the subscreen called was 0100 but now it is 0200.

Please advise.

thanks.

5 REPLIES 5

Former Member
0 Kudos
124

Any suggestions. Thanks.

Former Member
0 Kudos
124

You can implement manually,there is no OSS Note related this.

We had problem with material master,then we delted old custom screen and again recreated.

if you need more information ,create ticket with SAP using service.sap.com,you get more information.

Thanks

Seshu

Former Member
0 Kudos
125

Hi Seshu,

The patch is already applied and now it is not utilizing the user exit as it was before. Do I have to regenerate the enhancement. As previously the subscreen called was 0100 but now it is 0200.

Please advise.

thanks.

0 Kudos
124

Hi Johnny,

You can regenerate the enhancement that would be better.

before this try to check why it comes 0200 screen, I had similar type of problem with material master custom screen,we contacted to SAP, we did not receive any good solution,then i recreated new custom screen as like old screen.

Try to look at user exit,and regenerate and see what happens

I guess once you regenrate problem might be solved.

Thanks

Seshu

Former Member
0 Kudos
124

did put the validations in the screen 100 exits.