cancel
Showing results for 
Search instead for 
Did you mean: 

Calling Z Transaction code in webdynpro ABAP with Parameters.

Former Member
0 Kudos

Hi,

I have a requirement to call a Z transaction code from a webdynpro application.I able to call the Z transaction code. But the transaction code has input field VBELN (Document Number) im not able to pass data to this field. Now the transaction is showing data but I want to restrict it with the VBELN from WD application.

My URL : ‘ http <host><port>……….transaction= *Zxxx%20VBELN=400000099’.

Using the same URL instead of Zxx Transaction if I place VA43 and VBAK-VBELN=400000099 ..Im able to call the transaction and VBAK-VBELN is getting the value.

Please suggest do I need change anything here.

Thanks,

  1. Kiran.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

http <host><port>……….transaction= *Zxxx%20VBELN=400000099’.

in this URL, Check whether VBELN is the screen field name of the ZTransaction.

If not change that to screen field name. U can F1 and check the screen field name in ZTcode.

Thanks,

Mahendra K.