‎2009 Mar 25 10:47 AM
Hi All,
I have designed a selection screen with list and initiating that list in initialization event. When i run the report through se38 the list is populated with values. But if i run the report through T-CODE the list is not populated with values.
why?
Thanx in advance
‎2009 Mar 25 10:51 AM
HI,
place the event as initialization event in the report
then its work fine.
regards,
Naresh
‎2009 Mar 25 10:52 AM
That is what i have done. Interestingly the same code woking for another report without problem
Edited by: SAPPIEN on Mar 25, 2009 4:22 PM
‎2009 Mar 25 10:53 AM
hi,
Check whether while creating the Tcode you might have selected the Variant. Check the values in the Variant.
‎2009 Mar 25 10:58 AM
I checked the t-code no significance different. but start with variant input field is missing.
‎2009 Mar 25 10:57 AM
Hi,
write a keyword break-point in the initialization event and then execute the T-CODE and then check in debugging exactly whats happening...
Regards,
Siddarth
‎2009 Mar 25 11:00 AM
Hello,
My understanding says that initialization event is triggered before selection screen gets generated.
So, i would suggest you write the code in At selection screen Output.
I have came across same problem and this thing worked in my case.
Regards,
Jacky.
‎2009 Mar 25 11:00 AM
Hi SAPPIEN,
While creating Transaction, Select 'Program and selection screen (Report Transaction)'.
U might have selected 'Program and selection screen (Dialog Transaction)'
Thanks.
‎2009 Mar 25 11:01 AM
S S. that is what i thought. u r right i think. any thank you very much
‎2009 Mar 25 11:07 AM
Problem solved?
Have u tried ,
While creating Transaction, Select -> 'Program and selection screen (Report Transaction)'.
Please mark as answered, if problem is solved.
Edited by: Sap Fan on Mar 26, 2009 4:35 AM