Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to populate 3rd part URL field from ABAP

former_member376453
Contributor
0 Kudos

Hi All -

I have a requirement to pass field value from SAP GUI to a 3rd part URL field. I have an ABAP report, where user can select any row from that report and press a button which will route this to a 3rd party URL and it will also populate the Web page field with the value selected from SAP GUI report.

Any idea how to achive this functionality.

Thanks - Kuntal

1 REPLY 1

Former Member
0 Kudos

I don't know if I understood you right, but to pass values via URL you can use [query string|http://en.wikipedia.org/wiki/Query_string]

Best Regards,

Paulo Carvalho