Sir, thanks again. I am trying to see where i put my URL in RSBBS t-code. and once i put the url in, then i need to pass a value which is in one of the fields (I named it as URL) and append to the URL already exists. so the first part of the url will always be the same. like WWW.SOMETHING.COM
but i have the rest of the URL in that one field for each customer. like
Customer 101 have this string in the field.../UYTUIOE
so when user do GO TO on customer 101, it should be WWW.SOMETHING.COM and THEN add /UYTUIOE to complete the URL. so it should be like this.
WWW.SOMETHING.COM/UYTUIOE
likewise Customer 102 may have ...../YUTYEK
so when user clicks on Customer 102 row and GO TO, it should open up
WWW.SOMETHING.COM/YUTYEK.
I am not able to find it any where on sdn.
Do you know if we can do ABAP coding for Jump query?
Thanks.