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: 

going dump for ME41 t-code

Former Member
0 Kudos

Hi Friends,

I activated MM06E005 using SMOD t-code.

if run ME41 system going dump and it is saying

Program "SAPLXM06" tried to use screen 0301.

The screen does not exist.

Can any body help what may be the wrong.

It is working fine for ME21, Me51.

I am into 4.7

Regards,

Naresh.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Check in SE51 whether the screen 0301 exists for the program SAPLXM06?

Hope this helps.

Thanks,

Balaji

11 REPLIES 11

Former Member
0 Kudos

Check in SE51 whether the screen 0301 exists for the program SAPLXM06?

Hope this helps.

Thanks,

Balaji

0 Kudos

Hi Balaji,

I already checked it is not exist. Actually i no need any screen. I have to write some code in FM, So i activated this and took break-point and checking whether it will fire or not that time it is going dump.

Regards,

Kumar.

0 Kudos

can any body.....

Former Member
0 Kudos

The Enhancement MM06E005 was for checking the Customer PO fields.

These fields should have been added to EKKO or EKPO table via the CI_EKKODB or CI_EKPODB includes respectively.

Hope this helps.

Thanks,

Balaji

Former Member
0 Kudos

Hi

look for correct function exit for the screen you then wrute the code

regards

Shiva

0 Kudos

Hi Shiva & Balaji,

thanks for reply..

I activated this user exit for another purpose (Raising error message in ME21n based on some conditions). Me21n working fine but when i run ME41 t-code it is going dump and giving that error. How can i avoid this.

Regards,

Kumar.

0 Kudos

Hi

Check SY-tcode = ME21n or ME22n or ME23n

then it should trigger only for the above T code not for others

then this will work

Regards

Shiva

0 Kudos

Hi Shiva,

Where can i check ?. Actually i removed my code in FM and just activated the user exit then also it is going dump.

Regards,

Kumar

0 Kudos

Hi,

The FMs in the enhancement MM06E005 are for importing and exporting values to and from the screens mentioned in the Screen Areas tab in SMOD.

So unless you activate the screens you can't use the FMs.

Hope this helps.

Thanks,

Balaji

0 Kudos

Hi

You need to check the condition by writing the code witthin the FM to trigger only for perticluar T code to avoid the dumps etc

if you dont want to use this then deactivate the same by click the button

Regards

shiva

0 Kudos

Thanks Balaji & shiva.

I am de-activating FM.

i will find another FM .

Thanks,

Kumar.