cancel
Showing results for 
Search instead for 
Did you mean: 

Select-Option in Visual Composer

Former Member
0 Kudos

Hi Experts,

How to use Select-option in Visual composer?

My requirement is:

In a input form, I have to specify Field Name,Sign,Options, Low value and High value for a field.

And after specifying all these values i will pass the input into BAPI and get the result.

Thanks in Advance,

Roshini

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

There is the dynamic entry list.

And here a link from the Visual Composer WIKI of how to combine dropdowns:

https://wiki.sdn.sap.com/wiki/display/VC/LinkingDrop-DownLists

Former Member
0 Kudos

Hi Mario,

Thanks for ur quick reply. Already i visited this WIKI, but my requirement is

CustomerNo: Fieldname,Sign,Options,Low and High value.

Similar to this, I have to set for 3 fields. (Like Select-Option in ABAP)

Can u explain more abt Dynamic Entry List?? I have tried Dynamic entry list.

Can u send ur mail id?

tks in advance

Roshini

Former Member
0 Kudos

Dynamic entry list is when you do not want a static list, but one that depends on your users' authorizations or the selection in another field or dropdown.

Former Member
0 Kudos

hi

For dynamic entry list Check the following link

Refer page 145

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/63f2052e-0c01-0010-b9a2-e1f7457a7fbe">VC Modeler Guide</a>

Thanks

Harsimran

Former Member
0 Kudos

Hi Roshini,

do you want to make sure that all values (Fieldname, Sign, Options, etc. ) are given before you execute the BAPI? Then use a condition statement on the transition line between your form and BAPI.

Best Regards, Benni

Former Member
0 Kudos

Mario,

I read the attached link, but I still haven't got my dropdowns dependent on each other. I have 7 different dropdowns that I want dependent on each other so that if I choose Country it restricts the number of Business Units, Organizations, Company Codes, etc. I using the dynamic entry, and pulling the values from a BW query. Can you give me screen shots as well as a step by step process to do this? Thanks!

Answers (0)