cancel
Showing results for 
Search instead for 
Did you mean: 

How to Create a Variant in WebDynpro Java apllication

Former Member
0 Kudos

Hello-

we have a requirement where we require to create a Variant for some of the Webdynpro application.

Now that is there any functionality which allows to do so , there are various reports and how will i populate the variant data , does it require backend table and FM for pulling those data..

How will I save the variant data and access them.

Regards,

Raj

Accepted Solutions (1)

Accepted Solutions (1)

former_member197348
Active Contributor
0 Kudos

Hi Raj,

I don't think there is a ready made variant functionality in WD Java like in SAP R/3. But we can have a work around. As you thought, we have to create a BAPI/RFC and custom table(s) to store the data. So initially, you have to call this RFC and get the data from the tables and then you have to set main RFC/BAPI and then execute it. Add an additional button to save the variant, onAction of the button update the execute the variant RFC and save the current data in custom table.

Regards,

Siva

Answers (2)

Answers (2)

Former Member
0 Kudos

c

Former Member
0 Kudos

Yes, you will have to make that data persistent and read it back whenever needed from the backend.

Regards,

Murtuza