Hi All,
I tried to redefine the method DEFINE in the MPC_EXT class after which i dont see my entityset in my gateway client.
When i click on the entityset it says "NO values found". It was working perfectly fine.
I cleared cache , deleted the s...
Hi,
how can i declare internal table and work area inside dpc_ext of get_entityset ?.
I tried the traditional abap with Types: begin of, but looks like it is not allowed.
Hi ,
I have a scenario
1)i have created a page in UI5 with 4 search help of Vkorg. That vkorg i have to get from gateway service. I have created an entityset(1) and i see my metadata with data populated. How will i bind it , Meta data looks like ...
Is it possible to validate the selection screen parameters say vkorg or bukrs without the user pressing enter or tab.
My selection screen has 3 blocks . If a parameter in block1 has certain sales org say "A" block 2 shd be visible else if sales or...
Hi all,
I have been reading through the ABAP 740 read table statements.
Questions:
I have a ztable with field1 to field10 with only field1 as primary key.
1) I am reading through a itab in my program with " read table into wa with key field2...
Hi,I tried to disable or hide some fields of my entity set in my output.So to disable the property , i wrote few lines of code in the DEFINE method of the MPC_EXT Class. This caused the problem. I had to back out the transport.What is the way to ac...
@pter.catanoI am facing a similar issue like this original poster. My value help should display a list of sales org which i am fetching via OData. I can see the data being displayed in the gateway client.My question. 1) Why do we need a json , if we...
What am i missing here?
onSearch: function () {
var oModel = new sap.ui.model.odata.v2.ODataModel("/sap/opu/odata/sap/ZAPI_PRICING_SRV/");
// alert("Hello World!"); // eslint-disable-line no-alert
if (!this._oValueHelpDialog) {
var oInput = this.get...
@ Sandra there are no radiobutton or checkbox in my design , that would have made my job easier I think i shd use Dominik's suggestion because that is the only way i can capture user's input.