Application Development 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: 

How to add a CheckBox into a SAP Query report...?

Former Member
0 Kudos

Dear All,

I have created a SAP Query using SQ01 and SQ02 and now I need to add a checkBox at the selection screen. I tried several but still i couldn't get done. Kindly give me a solution.

Thanks in Advance.

Best Regards,

Hasitha.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Dear Hasitha,

Add selection in your Infoset with following format data.

Type: C

Length: 001

Extra:  AS CHECKBOX

If you want to select check box by default,

Extra: AS CHECKBOX DEFAULT 'X'

Mahesh.

3 REPLIES 3

jogeswararao_kavala
Active Contributor
0 Kudos

Hello Hashita,

This has been explained at SN 9 inside my post here:

Good luck

KJogeswaraRao

0 Kudos

Dear Mr.Jogeswara Rao Kavala

Thanks for sharing the post. It is really needful.

B/R,

Hasitha

Former Member
0 Kudos

Dear Hasitha,

Add selection in your Infoset with following format data.

Type: C

Length: 001

Extra:  AS CHECKBOX

If you want to select check box by default,

Extra: AS CHECKBOX DEFAULT 'X'

Mahesh.