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

Dynpro not found error

Former Member
0 Likes
724

Hi Colleagues,

I am executing a transaction for which test_main is the main report program. From report program, i am making a call to method of a class and from there, i call a different report program test_sub. Now, i try to display a screen (call screen 400) which exists in test_sub report program... I get an error saying "dynpro not found" though screen exists in test-sub report program...

It searches in the main program test_main & hence an error(because of program group concept & all)...

How do i display screen of test_sub in the above mentioned scenario. Any pointers on this would be helpful..

Thanks,

Rama Subba Reddy

1 REPLY 1
Read only

Former Member
0 Likes
371

Hi,

If TEST_SUB is an executable program then you can create a transaction code for the same and instead of call screen, you can use call transaction <test_sub>.

Call screen can be use to give pop up only for the screen of same program.

While you are going to sub-program you need to call the sequance of that sub-program first and then you can use set screen <dynnr> .