cancel
Showing results for 
Search instead for 
Did you mean: 

how to create variants in WD_ABAP

former_member188831
Contributor
0 Kudos

can any one let me know indetail, how to create variants in WD-ABAP.

Thanks,

Mahesh.Gattu

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Easy way is to use SAP standard function to save and read variants from database (using dummy report).

Then build up one popup window into your awd and generate selection fields dynamicly.

KK

former_member188831
Contributor
0 Kudos

not looking for it now

Former Member
0 Kudos

Hi,

Go to SHD0 t.code and then create the variant which can be used in wDA

reward pts if it helps

Regards

Sathish

former_member188831
Contributor
0 Kudos

Satish,

i think this is used for create the transaction variants, but how can i make use it in our WD portal, when i access the the screens via portal ?

can you please put more light on it.

Thanks,

Mahesh

former_member188831
Contributor
0 Kudos

when i am accessing a search screen in SRM i would like to use variants.

for that please let me know how to implement variants in WD.

Thanks,

Mahesh

Former Member
0 Kudos

Hi Mahesh,

1) Under a column, you need to create cell variants (right click on column, you will see the option in context menu).

2) Assign each cell variant a unique ID (found in the properties of cell variants)

3) Insert a cell editor for each of the variants.

4) Define an attribute in the node (to which table is bound) of type string.

5) Bind this attribute to the column's selectedCellVariant property.

6) In the action handler (or wddoinit - or the place that you find to be appropriate), define the logic for having the variants on each cell. You can have different ones by just entering different ID in selectedCellVariant attribute for each element in the node.

Hope this helps.

Regards,

Neha

former_member188831
Contributor
0 Kudos

Hi Neha,

Thanks for your reply, but i am not looking cell variants at Table Level.

i am looking for a variant like in reports we can create some variants, like that i would like to have variants option in WD.

my purpose is i have a search criteria for that search i would like to create some variants and exectue the search criteria.

please adivise if you know.

Thanks,

Mahesh.

Former Member
0 Kudos

Hi,

you could use <a href="http://help.sap.com/saphelp_nw70/helpdata/en/22/719f42f2ff7e5fe10000000a155106/frameset.htm">configuration</a> for creating variants.

Regards, Heidi