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: 

Table control in report selection screen

kasithunuguntla
Participant
0 Kudos

I have a selection screen with some fields. Now, below these fields, I need a table control in which i will have input parameters with 3 fields so that i can enter data in combinations and use the same while executing the report like an internal table.

1. I should be able to save it as a Variants.

2. I should be able to schedule a background job.

I found similar notes but they dont help me save variants and with job schedules.

Request your help in this regard.

Regards

Kasi

5 REPLIES 5

Former Member
0 Kudos

Hi

U can insert a table control in selection-screen by subscreen, but the system can't see it as element of selection-screen, so it'll be able to store the data in a variant.

Max

0 Kudos

Hi Max,

Thanks for quick response. Can you please eloborate more. Or send sample code.

Regards

Kasi

0 Kudos

Hi

In the selection-screen u can generated a tabstrip:

SELECTION-SCREEN BEGIN OF TABBED BLOCK MAX FOR 22 LINES.
SELECTION-SCREEN TAB (25) TABS1 USER-COMMAND UCOMM1
         DEFAULT SCREEN 100.
SELECTION-SCREEN END OF BLOCK MAX.

So the system'll generate a tabstrip in the selection-screen, here it'll load only the screen 100.

By screen painter u have to create a subscreen 100 where u insert your table control.

Max

kasithunuguntla
Participant
0 Kudos

used single string with TILDE '~' column delimeter to maintain values.

0 Kudos

Hi Kasi,

One of my friend has similar requirement to have table control on selection screen and to be able to save as variant.

Can you explain how you approached it?

Thanks in advance,