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

selection screen list values initiating problem

Former Member
0 Likes
874

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

9 REPLIES 9
Read only

Former Member
0 Likes
848

HI,

place the event as initialization event in the report

then its work fine.

regards,

Naresh

Read only

0 Likes
848

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

Read only

Former Member
0 Likes
848

hi,

Check whether while creating the Tcode you might have selected the Variant. Check the values in the Variant.

Read only

0 Likes
848

I checked the t-code no significance different. but start with variant input field is missing.

Read only

Former Member
0 Likes
848

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

Read only

0 Likes
848

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.

Read only

awin_prabhu
Active Contributor
0 Likes
848

Hi SAPPIEN,

While creating Transaction, Select 'Program and selection screen (Report Transaction)'.

U might have selected 'Program and selection screen (Dialog Transaction)'

Thanks.

Read only

0 Likes
848

S S. that is what i thought. u r right i think. any thank you very much

Read only

0 Likes
848

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