Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8635

Re: Prefilled values in WD ABAP page

$
0
0

Hi Subramanian,

 

 

 

You can add the url parameters to the webdynpro application and send the application as a link.

 

Data lv_url type string.

      call method cl_wd_utilities=>construct_wd_url

        exporting

        application_name              = 'ZAPPLICATION_NAME'

      importing

        out_absolute_url              = lv_url.

 

 

 

 

  call method cl_http_server=>append_field_url

    exporting

      name  = 'Zref_id'

      value = lv_value

    changing

      url   = lv_url.

 

lv_url can be sent  link through email.

lv_url will have all the ref_id which can used to populate the form in the wddoinit method where  ref_id can be read through

 

lv_ref = wdr_task=>client_window->get_parameter( 'Zref_id' ).

  and this can be used to pre - populate

 

Regards,

Harsha


Viewing all articles
Browse latest Browse all 8635

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>