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: 

Short dump in EXIT for ME21N

Former Member
0 Kudos

Hi,

In PO creation (ME21N/ME22N), i wanted to call custom report, mean while I have implemented one exit

"MM06E005 ->EXIT_SAPMM06E_006", in that, I called Z-program, in which a statement

call screen 100.

is there, which is causing the short dump.

Short dump Details:

The system attempted to use dynpro 0100 in program "SAPLXM06".

This dynpro does not exist.

In the same manner, if I call another function module it is not happening.

Please suggest me.

1 ACCEPTED SOLUTION

former_member194669
Active Contributor
0 Kudos

please make screen 100 as modal screen and try (check attributes of the screen)

or

Write your code inside a custom function module instead of report

10 REPLIES 10

former_member194669
Active Contributor
0 Kudos

please make screen 100 as modal screen and try (check attributes of the screen)

or

Write your code inside a custom function module instead of report

0 Kudos

As you told, I have changed the attirbutes of the screen and tried. Again the same error occuring.

0 Kudos

then

Write your code inside a custom function module instead of report

0 Kudos

Yes, I have copied that code and created custom function module and called that instead of report calling.

The same problem repeating

0 Kudos

What is there in screen 100 ?

0 Kudos

Yes 100

0 Kudos

My question is what you are doing in screen 100 ? is something you are displaying or any other thing ?

0 Kudos

My actual Intension is to popup a screen with a report in ME21N(PO creation), for that I have generated one normal report and called that report from the Exit I have told previously, In that report I have created 100 screen and called it.

When I am creating a PO, the screen calling statement there, is throwing a short dump.

Hope now you understood Everything.

Thank you for responding.

0 Kudos

Hi,

The Program for the PO is Function Pool SAPLXM06. There is no screen 100 in the Function Pool. So just implement your logic in PBO or PAI in any one of Customer Screen Exits.

With Regards,

Sumodh.P

0 Kudos

thank you my problem solved