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: 

Report writer

Former Member
0 Kudos

Hi,

I am new to Report Writer. I studied certain material and tried to create a report using Report writer.

Can anyone help me out where do we specify the Selection screen fields?

2 REPLIES 2

0 Kudos

Hi,

You have to first create selection screen using the followig

SELECTION-SCREEN begin of block <block_name>.

selection-screen end of block <block_name>.

  • use PARAMETERS and SELECTION-OPTIONS to create fileds on the screen, between these two lines.

Go to documentation for SELECTION-SCREEN.

Regards,

Sesh

0 Kudos

Where do I need to define the Selection screen with SELECT-OPTIONS?

I have not defined any selection screen but it is showing three fields on the screen. Does it depend on the SET ID which I am using?

Can someone explain me the significance of Rows and Columns in Report Writer?