cancel
Showing results for 
Search instead for 
Did you mean: 

Passing of Fields

Former Member
0 Kudos
49

Hi Guys,

Is there a way to pass some fields of one BSP page to another? I am trying to pass some fields from one page to another, but the problem is that the page is opened in another window, using the java script: 'javascript:window.open' . Thanks.

Regards,

Conrad

Thread marked as a question for giving points.

Message was edited by: Mark Finnern

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The URL you use in the javascript:window.open just give it Parameters.


javascript:window.open("mypage.htm?param1=<%=myvalue%>","")

The OnRequest of the page when it opens should read those values well enough. Then again it is late and I've not tested it.

Former Member
0 Kudos

Can param1 be read in ABAP? And how do I do it? I need to check a table with the values pass. Thanks.

Former Member
0 Kudos

Hi Craig,

Thanks. I have solve the problem. Your script should use ' instead of ".

javascript:window.open('mypage.htm?param1=<%=myvalue%>','')

Former Member
0 Kudos

Quotes they get you ever time

Please remember to mark your question as answered to help others find it in the future.

Former Member
0 Kudos

I was trying to mark it, but I can't seem to find any buttons or links? Can you direct me? Thanks.

Former Member
0 Kudos

If nothing else there is the little yellow star next to my name, that is another way to close it. If that doesn't work then you should send an email to SDN by clicking the "Contact Us" up at the top right of the website.

former_member374
Active Contributor
0 Kudos

Hi Conrad,

By accident you deselected the "Mark as question" in your original post that started the thread.

I edited that post and now the big yellow star is back and I gave Craig his well deserved 10 points.

Best, Mark.

Answers (0)