cancel
Showing results for 
Search instead for 
Did you mean: 

Passing importing parameter in ABAP to java script variable

Former Member
0 Kudos

Hi Experts,

I am calling a ABAP function module in javascript.Now how can I take importing parameter in ABAP to java script variable. Because I need to give alert using the improting Paramter value...

Thanks in advance..

RR

Accepted Solutions (1)

Accepted Solutions (1)

athavanraja
Active Contributor
0 Kudos

to pass ABAP variable value to javascript variable the syntax is

var myjsvariable = "<%=abapvariable%>"; 

Edited by: Durairaj Athavan Raja on Jul 29, 2009 2:39 PM

Former Member
0 Kudos

Thanks Dhurairaj,,,,!

Former Member
0 Kudos

Hi SAMIIP,

I want to execute ABAP FM from javascript function in BSP application.

Can you please explain me the steps?

Or

Can you please provide some sample code or link?

Thanks

Thruna Shanmuga

Answers (0)