cancel
Showing results for 
Search instead for 
Did you mean: 

How to avoid server round trip on click of a drop down for dynamic entry list.

Former Member
0 Kudos

Dear Experts,

     How to avoid server round trip on click of a drop down for dynamic entry list. kindly let me know any way available to load the values of the dynamic list at the begining itself (On startup).

     I have used a vc service component to execute the select query and giving the result to an DAT OUT port and using it in the creation of dynamic entry list for drop downs.

     Thanks in advance

    

     Naresh Kota.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member202465
Contributor
0 Kudos

Hi Naresh Kota,

Here are some example of chaching the data to reuse it with no further round trip.

Dynamic Entry List with cache - relevant mostly for input Form:

http://scn.sap.com/docs/DOC-33533

An example of creating your own popup for selection.

http://scn.sap.com/docs/DOC-42421

In addition to cache this solution also allows: 

Reuse - call from different elements / models

Flexible - each usage could have different selection values

Customize - define your own selection layout

Please tell me more clarification is needed

thanks,

Udi