on 2022 Sep 22 1:44 PM
How can I call ajax for my ui5 screen dropdowns ??
onInit : function () {
$.ajax({
url: '/XMII/Illuminator?QueryTemplate=<Path of Query Object>&Content-Type=text/xml',
type: 'GET',
data:{},
success: function(data)
{
console.log(data);
}
});
},
I'm trying to fetch the data from my mdoQuery to ui5 screen dropdown in SAP MII
Request clarification before answering.
Hi Jun Wu,
Actually, after running this query I did get the result.
can you suggest something on this to get it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
6 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.