‎2010 Sep 27 6:57 AM
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
‎2010 Sep 27 2:28 PM
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> .