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

AT SELECTION-SCREEN

Former Member
0 Likes
582

Hello I have the following structure of code

Report xyz...

Include xyz..Top

And now where must be this line placed ?

AT SELECTION-SCREEN ON VALUE-REQUEST FOR PARAMETER pa_myfield .

If I place it after Include

I get the error message

. expected after "PARAMETER"

What is wrong?

Regards

ertas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
566

hi,

this is the syntax

AT SELECTION-SCREEN ON VALUE-REQUEST FOR pa_myfield .

regards,

priya

4 REPLIES 4
Read only

Former Member
0 Likes
566

It's ok, try it this way


AT SELECTION-SCREEN ON VALUE-REQUEST FOR pa_myfield .

without 'parameter'

Read only

Former Member
0 Likes
567

hi,

this is the syntax

AT SELECTION-SCREEN ON VALUE-REQUEST FOR pa_myfield .

regards,

priya

Read only

Former Member
0 Likes
566

hi,

no need of specifying the PARAMETER keyword

AT SELECTION-SCREEN ON VALUE-REQUEST FOR

pa_myfield .

Regards,

Padmasri.

Read only

Former Member
0 Likes
566

Hi,

You can place it before or after include, but you need to change the code as below:


AT SELECTION-SCREEN ON VALUE-REQUEST FOR a_myfield .

Thanks,

Sriram Ponna.