cancel
Showing results for 
Search instead for 
Did you mean: 

Report Varaint in ABAP web dynpro

Former Member
0 Kudos

Hello All,

I am currently working on an ABAP Web dynpro development.

I am developing a Report, where the requirement is to have Variants (same as that of GUI reports).

The user can select the particular variant, which will populate the selection screen.

I am new to ABAP Web dynpro and am unaware whether Standard functionality of Variants is available for Web dynpro?

Can you please tell me whether Variants is available for Web dynpro?

Thanks and Regards,

Pratik

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Pratik.

You could define the select options in a table per variant.

Depending on the selected variant you read the corresponding selection fields

from that table and populate the select options fields in wddoinit.

Then just call submit report afterwards.

AFAIK there is no standard functionality for that.

Cheers,

Sascha

Answers (0)