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

ABAP runtime error in FBV2 Change parked document using workflow

Former Member
0 Likes
735

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

4 REPLIES 4
Read only

Former Member
0 Likes
581

Any feedback ?

Mark

Read only

0 Likes
581

Have you looked for OSS notes?

Rob

Read only

0 Likes
581

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

Read only

0 Likes
581

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.