‎2008 Oct 15 4:44 PM
Hi expert,
I tried to make an easy report to show a tree for selection, with object programmation.
In the report there's not error, and I maked it like a similar report that I found in sdn ( I know that the report in sdn is correct ).
My problem is: when I run the program, nothing is show !!!
Why ? I omissed some step ?
Tks,
‎2008 Oct 15 5:57 PM
are you using the container on screen. check the name of it. both the names should be same(in the program and in the screen) . if you mention different name it will show an empty screen. provide the link where you copied the code..?
‎2008 Oct 15 5:57 PM
are you using the container on screen. check the name of it. both the names should be same(in the program and in the screen) . if you mention different name it will show an empty screen. provide the link where you copied the code..?
‎2008 Oct 16 7:42 AM
Hello Vijay,
tks for your reply. How I can check the screen container name (on the screen )?
‎2008 Oct 16 8:20 AM
do you have any custom control on your screen.
if so what is the name you mentioned for it.
and also i asked for the link where you copied the code.
‎2008 Oct 16 8:40 AM
Tks a lot Vijay,
You solved my problem.
In fact, in my dynpro there's not a custom control, so I created it, and now it's run correctly !!
Anyway, please give me the link to example's code, it's maybe useful !
Bye.