Hi All,
I have to convert the dynamic link into the static one.
I have the link address with me.
Can anybody provide some pointers.
Below is the code snippet.
<%
CALL METHOD
application->create_url
EXPORTING
im_alias = application->co_alias_information
IMPORTING
ex_url = lp_url
ex_target = lp_target.
%>
<%
if not lp_url is initial.
%>
<%
lp_string = application->get_otr_text('LSO_FRONTEND/ZFAQ').
%>
<htmlb:link id = "information"
target = "<%= lp_target %>"
reference = "<%= lp_url %>"
tooltip = "<%= lp_string %>" >
<htmlb:textView layout = "NATIVE"
text = "<%= lp_string %>"
wrapping = "TRUE" >
</htmlb:textView>
</htmlb:link>
Thanks,
Adesh