Hi, i am able to open my webdynpro application by creating an entry in 'Define Navigation Settings' with the application alias name i have provided, Now the issue is, i am unable to read the Portfolio guid in my WDA application. I tried below code but it is not returning me the values.
Any ideas?
Thanks .
* Get Instance of session state class
wd_this->mr_session_state = cl_inm_session_state=>get_instance( ).
* Obtain current context from session state.
CALL METHOD wd_this->mr_session_state->get_current_context
IMPORTING
ev_main_port_guid = lv_main_port_guid
es_context = ls_context.