Skip to Content
0
Mar 25, 2009 at 02:44 AM

To get pushbutton for variant

53 Views

Hi all,

I am submitting a report in a report. I want to get the pushbutton for several variants, in the submitted program. Now, I am able to send a single variant using:

SUBMIT rep VIA SELECTION-SCREEN

USING SELECTION-SET vari

USING SELECTION-SETS OF PROGRAM prog

or using

SUBMIT rep VIA SELECTION-SCREEN

WITH SELECTION-TABLE seltab

Can anybody suggest on how to get the pushbutton too..

I guess it should be done using classes and methods...

Is there any other method.. without using classes and methods?

Thanka a lot.