2010 Oct 15 5:55 PM
Hi everybody!
I have a problem with the Tx. VD02, In my DEV environment. When I want to consult any client and i press check i receive the following dump:
Err.tmpo.ejec.: DYNPRO_NOT_FOUND
Runtime Errors DYNPRO_NOT_FOUND
Date and Time 15.10.2010 12:03:49
Short text
Dynpro does not exist
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPLSZA1" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
Error analysis
The system attempted to use dynpro 0000 in program "SAPLSZA1".
This dynpro does not exist.
Trigger Location of Runtime Error
Program SAPLSZA1
Module Name SYSTEM-EXIT
I was trying to find the error and i found that it happens in the following code.
ROCESS BEFORE OUTPUT.
MODULE TABSTRIP_DYNTAB.
MODULE DYNPRO_MODIFIZIEREN. " muss 1. Modul sein !!
MODULE tabstrip_dyntab_copy. " uh
MODULE ZAV_VORBEREITEN.
MODULE REFDATEN_VORSCHLAGEN.
MODULE SAVE_MCOD_FUELLEN.
MODULE pfstatus_ermitteln.
MODULE titel_setzen.
*CALL SUBSCREEN ADDRESS INCLUDING 'SAPLSZA1' '0300'.*
MODULE PUBLISH_RESTORE_SWU_OBJECT.
MODULE OIF_GET_LOCATION_DATA SWITCH OIF_BUSINESS_LOCATION.
CALL SUBSCREEN OIFLOCS1 INCLUDING 'SAPLOIFK' '0110'. "IS2ERP
"SWITCH OIF_BUSINESS_LOCATION
Per any reason, when that subscreen is called, the program sends dynpro 0000.
When i use the same program in my QAs environment, there is no problem.
Does anybody have any idea?, Thanks in advance.
Ps.: Sorry about my English, I know it is not so good.
Hi everybody!
I have a problem with the Tx. VD02, In my DEV environment. When I want to consult any client and i press check i receive the following dump:
Err.tmpo.ejec.: DYNPRO_NOT_FOUND
Runtime Errors DYNPRO_NOT_FOUND
Date and Time 15.10.2010 12:03:49
Short text
Dynpro does not exist
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPLSZA1" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
Error analysis
The system attempted to use dynpro 0000 in program "SAPLSZA1".
This dynpro does not exist.
Trigger Location of Runtime Error
Program SAPLSZA1
Module Name SYSTEM-EXIT
I was trying to find the error and i found that it happens in the following code.
ROCESS BEFORE OUTPUT.
MODULE TABSTRIP_DYNTAB.
MODULE DYNPRO_MODIFIZIEREN. " muss 1. Modul sein !!
MODULE tabstrip_dyntab_copy. " uh
MODULE ZAV_VORBEREITEN.
MODULE REFDATEN_VORSCHLAGEN.
MODULE SAVE_MCOD_FUELLEN.
MODULE pfstatus_ermitteln.
MODULE titel_setzen.
*CALL SUBSCREEN ADDRESS INCLUDING 'SAPLSZA1' '0300'.*
MODULE PUBLISH_RESTORE_SWU_OBJECT.
MODULE OIF_GET_LOCATION_DATA SWITCH OIF_BUSINESS_LOCATION.
CALL SUBSCREEN OIFLOCS1 INCLUDING 'SAPLOIFK' '0110'. "IS2ERP
"SWITCH OIF_BUSINESS_LOCATION
Per any reason, when that subscreen is called, the program sends dynpro 0000.
When i use the same program in my QAs environment, there is no problem.
Does anybody have any idea?, Thanks in advance.
Ps.: Sorry about my English, I know it is not so good.
2010 Oct 15 6:16 PM
SAP Note 931355 - BP: "DYNPRO NOT FOUND" after upgrade ->
6.40 / 7.00
Note Language: English Version: 7 Validity: Valid Since 06/11/2009
This note appears to address your problem?
2013 Dec 04 5:04 PM
take a look also at note 1898691, it solved the problem in our system
Regards,