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

'check box' in selection screen

Former Member
0 Likes
1,059

Hi Experts,

                  Can any one tell me how to set Check box name in  ALV Report Selection Screen.

thanks

Smruti

Moderator message: please search for available information.

Message was edited by: Thomas Zloch

Hi Experts,

                  Can any one tell me how to set Check box name in  ALV Report Selection Screen.

thanks

Smruti

Moderator message: please search for available information.

Message was edited by: Thomas Zloch

5 REPLIES 5
Read only

Private_Member_49934
Product and Topic Expert
Product and Topic Expert
0 Likes
989

Open the report in edit mode. choose go to->text elements->selection text.

Maintain proper text the checkbox parameter and the same description will appear on the selection screen.

Read only

former_member16553
Active Participant
0 Likes
989

Hi

     Create Checkbox with Parameter statement, then go to text element and name it. then checkbox with name will come in selection-screen.

Read only

Former Member
0 Likes
989

Dear smruti,

PARAMETERS:A1 AS CHECKBOX.

After Declaration of Check box

Do al like As Fallows
GOTO-->Textelements-->Selectiontext

then your Selection filed A1 will appears give name and active and check.

Regards,

Siva Rama Krishna Mohan G

Read only

RaymondGiuseppi
Active Contributor
0 Likes
989

First read online help for PARAMETERS in ABAP editor.

Regards,
Raymond

Read only

Former Member
0 Likes
989

what do you imply by 'set check box name'..?