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: 

DYNPRO_NOT_FOUND Program SAPLSZA1 for t-code XK03

Former Member
0 Kudos

hi

when i run the tcode in production for a particular vendor i am getting the dump DYNPRO_NOT_FOUND.

"The system attempted to use dynpro 0000 in program "SAPLSZA1".

This dynpro does not exist."

can u gv me some inputs to resolve the issue

regards

moorthy

5 REPLIES 5

Former Member
0 Kudos

Have you looked for notes??

Rob

Former Member
0 Kudos

Hi moorthy,

SAPLSZA1 is a function group that manages dialogues of business adress service.

Sounds like SAPLSZA1 is trying to load a vendor address that is somehow not available...

You could:

-check table LFA1-ADRNR (address number) for that vendor and look for it in table ADRC.

-debug xk03 and search for CALL SCREEN statements in order to understand why dynpro 0000 is called

Regards

REA

0 Kudos

thanks alot...

therz no data for those set of vendors...

0 Kudos

Thank you Ramy El-Arnaouty ,i was also faced the same problem and it resolved as for your suggestion.(somehow Adress has not maintained for Vendor )

ciaran_heffron
Explorer
0 Kudos

Hi Moorthy,

I think the report ZRSADRADRV from note 186910 may help here, please run the report in test mode first and check the results, then run in update mode if related entries are found by the report.

Thank you.

Best regards,

Ciarán