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 value display

Former Member
0 Likes
789

can any one suggest, how to display the selection screen value in the output of the report

i am using SQ02 record processing...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
735

Hi,

In SQ02 -> Extras(F5)->Selections tab-->press

create icod there.

It will display pop-up screen .

Enter your selection paramenter name.

Ex: s_xxxx.

--->Select one of the radio buttons.

In extras tab create a field whci is of same type of your required output field.

Then go back to field groups(F6).

Left side under extras join you will find your varable which you have created .

Move that field to right side field groups(By drag and drop (OR ) field right click add to field group. )

Under START-OF -selection event

Move s_xxxx To v_xxxx

v_xxx is the field you have created in extras.

Activate the infoset.

In sq01->change mode->press F6--->Press F6

Now select the checkbox of your output field.

On sam,e screen > basic list>select check box of your field. Save

5 REPLIES 5
Read only

Former Member
0 Likes
735

Do you want to show it in query? Give some more details as what you want and in which program?

Regards,

Atish

Read only

0 Likes
735

yes.

for example, I inputted PC01 in the vendor field in the selection screen

now i wanted it to display as a header in output of the report.

kinda like this:

========output of the report========

Waste and Environmental Technology

Supplier: PC01

Field1 Field2

smple smple

smple smple

smple smple

=============================

using SQ02 transaction code not SE80 or the abap development area..

Read only

Former Member
0 Likes
736

Hi,

In SQ02 -> Extras(F5)->Selections tab-->press

create icod there.

It will display pop-up screen .

Enter your selection paramenter name.

Ex: s_xxxx.

--->Select one of the radio buttons.

In extras tab create a field whci is of same type of your required output field.

Then go back to field groups(F6).

Left side under extras join you will find your varable which you have created .

Move that field to right side field groups(By drag and drop (OR ) field right click add to field group. )

Under START-OF -selection event

Move s_xxxx To v_xxxx

v_xxx is the field you have created in extras.

Activate the infoset.

In sq01->change mode->press F6--->Press F6

Now select the checkbox of your output field.

On sam,e screen > basic list>select check box of your field. Save

Read only

0 Likes
735

hello thanks but it is the same as displaying a field.

as you can see on my given example the data is displayed only once.

i am getting the data from a field also with multiple same data..

how can i display it a a header only and not a field data..?

Read only

Former Member
0 Likes
735

got the answer on my own.

thank you very much for the ideas!