Application Development and Automation 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: 
Read only

Extract Input from the Variant

Former Member
0 Likes
929

Hi All,

I have created a BDC with selection screen items and I have to take the input which has been saved in a variant.

How is this possible.

Thanks,

Vardhini

Hi All,

I have created a BDC with selection screen items and I have to take the input which has been saved in a variant.

How is this possible.

Thanks,

Vardhini

4 REPLIES 4
Read only

Former Member
0 Likes
822

Try finding it in table RSRVARIANTDIR..

Deepak

Read only

0 Likes
822

Why the table RSRVARIANTDIR is empty??

Though I have created variants.

Read only

Former Member
0 Likes
822

if u have created variants..then u can see them in the selection screen

itself as small icon next to the execute button..d-click it..then the variants values will be filled u in u r selection screen..run it..

Read only

0 Likes
822

Anil,

I asked for the Data which I filled in the variants in the program, Based on the selection screen values I need to extract few more details from the other database tables.

My requirement is -

I have created the variant successfully,

And I can see it next to my execute button.

I want the values I entered in the selection secreen all at a time.

as I have got around 25 customers in their internal orders in the selection screen.

I dont want to use 25*2 MOVE and APPEND statement.

I hope my question is quire clear now.

Thanks,