‎2009 Jan 12 3:12 PM
Hi,
When selecting screen template variant in tcode FBV2 change parked document, I get abap runtime error DYNPRO_NOT_FOUND
Tcode- FBV2
Program- SAPLF040
Screen- SAPLF040 0310
Main Program - SAPMF05V
Information on were terminated.
Program SAPLF040 - in " %_CTL_END "
In the source code you have the termination point in line 50 of the (Include) program " <SYSINI> "
How can we solve this error. We are on ECC6 with release 600.
Thanks,
Mark
‎2009 Jan 14 4:02 PM
‎2009 Jan 14 4:17 PM
‎2009 Jan 20 9:01 AM
Hi Mark,
We have this same issue in transaction F-65
I believe that when a new screen template is configured, a new screen is generated within function group F040. A later action (applying a hotpack??) has removed this screen, but the config (in table T021D) still points the processing to the screen even though it has been removed.
Did you find a solution? We want to get the screen back as it is still valid to use this screen template in the business
Thanks
Ben
‎2009 Jan 21 9:55 AM
Solution is to run standard program RFFAKP01 (via transaction SE38).
The values for PROGRAM & APPPLICATION you can derive from the transaction which is falling over - for FBV2 I think they are SAPMF05V and PRPOS. This program regenerates the missing screens. See the program documentation for more info.