‎2008 Feb 18 3:17 AM
can any one suggest, how to display the selection screen value in the output of the report
i am using SQ02 record processing...
‎2008 Feb 18 6:13 AM
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
‎2008 Feb 18 3:38 AM
Do you want to show it in query? Give some more details as what you want and in which program?
Regards,
Atish
‎2008 Feb 18 3:50 AM
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..
‎2008 Feb 18 6:13 AM
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
‎2008 Feb 18 8:31 AM
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..?
‎2008 Feb 19 12:14 AM