SAP R/3 форум ABAP консультантов
Russian ABAP Developer's Club

Home - FAQ - Search - Memberlist - Usergroups - Profile - Log in to check your private messages - Register - Log in - English
Blogs - Weblogs News

Данные из JavaScript => ABAP в BSP



 
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> ABAP
View previous topic :: View next topic  
Author Message
Jan
Специалист
Специалист



Joined: 29 Feb 2008
Posts: 82

PostPosted: Thu Mar 06, 2008 6:26 pm    Post subject: Данные из JavaScript => ABAP в BSP Reply with quote

На BSP-страничке есть такая функция:

function ShowModalBox2()
{
var str1 = "Horrido";
var winSettings = "center:yes;resizable:no;help:no;status:no;dialogWidth:350px;dialogHeight:50px";
str1 = window.showModalDialog("modal_small.htm",str1,winSettings);
}
<% ABAP CODE %>

Какие есть возможности передать содержимое JavaScript-переменной str1 в АВАП КОД?
Заранее благодарен.
Back to top
View user's profile Send private message
vga
Мастер
Мастер


Age: 200
Joined: 04 Oct 2007
Posts: 1218
Location: Санкт-Петербург

PostPosted: Thu Mar 06, 2008 9:26 pm    Post subject: Reply with quote

Посмотрите примеры
Web Application Development - Example code and information on development using BSP
Back to top
View user's profile Send private message Blog Visit poster's website
500140
Участник
Участник



Joined: 31 Jan 2008
Posts: 4

PostPosted: Fri Mar 07, 2008 10:25 am    Post subject: Reply with quote

Можно использовать интерфейс IF_HTTP_REQUEST.

И передавать значения из строки запроса. К примеру так:

l_variable = request->get_form_field( l_name ).
Back to top
View user's profile Send private message
Jan
Специалист
Специалист



Joined: 29 Feb 2008
Posts: 82

PostPosted: Fri Mar 07, 2008 12:17 pm    Post subject: Reply with quote

Попробую, спасибо.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> ABAP All times are GMT + 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG.
SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG.
Every effort is made to ensure content integrity. Use information on this site at your own risk.