cancel
Showing results for 
Search instead for 
Did you mean: 

Embedding an Interface view Dynamically.

Former Member
0 Kudos

Hi Friends,

I am using PREPARE_DYNAMIC_NAVIGATION for dynamically embedding an interface view in one of my consumer component views.

My question is, what the exporting parameter "source_vusage_name" implies?

What string value has to be supplied here?

Thanks,

Sankar

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

That API method is documented in the editor has a short description of each parameter. For the source_vusage_name it says this:

Name of the view usage for the start view (see window editor)

You can find this usage name in the Window Editor.

Here is an example:

l_api_main->do_dynamic_navigation(

source_window_name = 'MAIN'

source_vusage_name = 'MAIN_VIEW_USAGE_1'

source_plug_name = source_plug_name

target_view_name = target_view_name

target_plug_name = 'DEFAULT'

target_embedding_position = 'MAIN_VIEW/VIEW_CONTAINER').

In this screen shot you can see where I found the Source View Usage Name:

http://www.flickr.com/photos/tjung/2713405205/

Former Member
0 Kudos

Hi Thomas,

Thank you very much for the accurate answer.

Rewarded the points!

Regards,

Sankar

Answers (0)