cancel
Showing results for 
Search instead for 
Did you mean: 

pass data via url

Former Member
0 Kudos

hi,

how do i pass the initial data using the url to my application?

Thanks,

Ronita

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

use the class

CALL METHOD cl_wd_utilities=>construct_wd_url

  • EXPORTING

  • application_name = lv_applname

  • namespace = lc_namespace

  • in_parameters = lt_parameters

  • IMPORTING

  • out_absolute_url = lv_change_ugrp_url.

pass the necessary parameters

Former Member
0 Kudos

ok where do i write this method?

and what is the namespace that i would provide?

Edited by: Ronita De on Apr 18, 2008 10:38 AM

Former Member
0 Kudos

Hello,

Please read this [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6081997d-b33d-2a10-2ea5-f945b3467927].

This simple example shows how to call an application passing parameters in the URL.

Regards,

Answers (0)