cancel
Showing results for 
Search instead for 
Did you mean: 

Call Z transaction from webdynpro abap

Former Member
0 Kudos

hello all,

i am having requieremnt to call Z transaction .

I am able to call Z transaction by using url functionality but the field in which i have to populate the value is non editable and using get parameter id for populating the value .

can you please provide feasiable soln for the req.

*create URL

  CONCATENATE 'http'

  '://' host ':' port

  '/sap/bc/gui/sap/its/webgui/?sap-client=&~TRANSACTION=ZCODE&%20EKKO-EBELN=' l_vbeln

   '&~OKCODE=SHOW'

   INTO url.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member185241
Active Participant
0 Kudos
Former Member
0 Kudos

Hi abhishek ,

Thanks for reply.

But my requierement is not reading the url properties but i have set the value to Calling Z transaction from webdynpro URL.

In Z transaction in which i have to set value is non editable field and setting value from get property thats why i am not able to set value with url.

and in UI set ,get,export ,import didnt work.

So i am looking for other approach.

former_member185241
Active Participant
0 Kudos

please explain a little bit more

Thanks

Abhi