Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8950

Re: Input screen data into BLT

$
0
0

Glad to be of help .

 

You can pass as many inputs as you want. Similar to text boxes, you can create list box, check box or any HTML element and pass the input to the variables.

 

These variables can then be pass to your BAPI and the output of it can be displayed in web page.

 

For list box,

you can use,

 

var x=document.getElementById("list1").selectedIndex; // list1 is the id of the list box
var y=document.getElementById("list1").options;

var value = y[x];

 

you could refer w3schools.com for more info on javascript / HTML

 

 



Viewing all articles
Browse latest Browse all 8950

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>