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

checkbox

Former Member
0 Likes
494

How to add check boxes in a report?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
465

Hi balu,

1. simple

2.

REPORT ABC.

parameters : a as checkbox.

regards,

amit m.

3 REPLIES 3
Read only

Former Member
0 Likes
466

Hi balu,

1. simple

2.

REPORT ABC.

parameters : a as checkbox.

regards,

amit m.

Read only

Former Member
0 Likes
465

Hi Balu,

there are two ways like this:

<b>first</b>

PARAMETERS: P_BISMTX AS CHECKBOX DEFAULT 'X'.

<b>second</b>

PARAMETERS: P_HEADER RADIOBUTTON GROUP PRI1 DEFAULT 'X'.

PARAMETERS: P_DISPL RADIOBUTTON GROUP PRI1.

PARAMETERS: P_DOWN RADIOBUTTON GROUP PRI1.

Regards, Dieter

Read only

Former Member
0 Likes
465

Hi Balu,

Is it that you want to add check boxes to all the records displayed in the report. And what is the type of Report ALV or Simple interactive list.