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

SAPLMGD1 DYNPRO_NOT_FOUND

Former Member
0 Likes
1,651

Hi

Please help i got an ABAP Dump error and DYNPRO_NOT_FOUND

Problem : while creating MM02 transaction data , *SAPLMGD1 it's getting Runtime error and DYNPRO_NOT_FOUND and the follwing below error descrition coming

Short text

Dynpro does not exist

What happened?

Error in the ABAP Application Program

The current ABAP program "SAPLMGD1" had to be terminated because it has come across a statement that unfortunately cannot be executed.

What can you do?

Note down which actions and inputs caused the error.

To process the problem further, contact you SAP system

administrator.

Using Transaction ST22 for ABAP Dump Analysis, you can look at and manage termination messages, and you can also keep them for a long time.

Error analysis

The system attempted to use dynpro 0100 in program "SAPLZBOM01". This dynpro does not exist.

please help me how to solve this issue ,

Regards

Deepika.k

Edited by: deepika karnati on Jul 28, 2008 8:47 AM

Hi

Please help i got an ABAP Dump error and DYNPRO_NOT_FOUND

Problem : while creating MM02 transaction data , *SAPLMGD1 it's getting Runtime error and DYNPRO_NOT_FOUND and the follwing below error descrition coming

Short text

Dynpro does not exist

What happened?

Error in the ABAP Application Program

The current ABAP program "SAPLMGD1" had to be terminated because it has come across a statement that unfortunately cannot be executed.

What can you do?

Note down which actions and inputs caused the error.

To process the problem further, contact you SAP system

administrator.

Using Transaction ST22 for ABAP Dump Analysis, you can look at and manage termination messages, and you can also keep them for a long time.

Error analysis

The system attempted to use dynpro 0100 in program "SAPLZBOM01". This dynpro does not exist.

please help me how to solve this issue ,

Regards

Deepika.k

Edited by: deepika karnati on Jul 28, 2008 8:47 AM

4 REPLIES 4
Read only

Former Member
0 Likes
1,129

Error analysis

The system attempted to use dynpro 0100 in program "SAPLZBOM01". This dynpro does not exist.

Recently May be you implemented a screen exit. For got to create the screen or activate the screen.

That is the reason you got the Dump.

Check and Create , implement the screen and Activate it.

in the Below program SAPLZBOM01

Read only

0 Likes
1,129

Hi Vijay babu

Thanks for suggestion , it's working fine

Read only

vinod_vemuru2
Active Contributor
0 Likes
1,129

Hi Deepica,

Welcome to SDN.

This dump is because it is trying to call some screen which doesnot exist. Check the line where u r getting the dump. Go to that place there is some statement like CALL SCREEN/LEAVE TO SCREEN .

Probably some one is doing some customization settings/making some changes in user exits.

Check the include where u r getting this error. This u can check after u got the dump, click on debug button in tool bar. it will go to the place where it is dumping.

Thanks,

Vinod.

Read only

0 Likes
1,129

hi vinod redy

Thanks for immediatee response , it's working now.

Regards

Deepika