Re: how to trigger GET_ENTITY class from sap ui5?
Hi Radhesh. You need to put in parameters to your odata call to hit GET_ENTITY, something like below: oModel.createBindingContext("/Path(par1='" + filter1 + "',par2='" + Filter2) Hope this helps.
View ArticleRe: Expand Entity
Atanu, You are right, I have done the same on method /IWBEP/IF_MGW_APPL_SRV_RUNTIME~GET_EXPANDED_ENTITY and yet not getting the table in the final output (same attachment). In debug mode i could see...
View ArticleRe: how to trigger GET_ENTITY class from sap ui5?
Hi Radhes Pls see the sample code bellow rewards point its helpfull. oModelJson = new sap.ui.model.json.JSONModel();...
View ArticleHosting a HTML5 web application on SAP Netweaver Gateway
Hi All Is it possible to host a web application on SAP Netweaver Gateway which has been built using HTML5,jQuery and not SAP UI5 Regards
View Articleproblems with add annotations in 'MPC_EXT' class.
Hi all,I'm testing the UI5 object 'TREETABLE' with 'SMARTTABLE'. It needs adding annotations from the odata service. I tried to add annotations using the 'XXXXX_MPC_EXT' object. It seems...
View ArticleRe: problems with add annotations in 'MPC_EXT' class.
Adding annotation code looks good to me. -> Did you clear metadata cache? -> Why do you need to bind structure again? It should be present already in super->define() isn't it?
View ArticleRe: problems with add annotations in 'MPC_EXT' class.
I cleared the cache using '/iwfnd/cache_cleanup' and '/iwbep/cache_cleanup', and deleted the bind method. But the metadata still have no annotation information. Maybe the annotations will be added to...
View ArticleRe: problems with add annotations in 'MPC_EXT' class.
Annotations have to be part of $metadata itself. Not sure what is missing in your case.SAP Annotations for OData Version 2.0Vocabulary-Based Annotations
View ArticleRe: problems with add annotations in 'MPC_EXT' class.
I tried to change a property like this: lo_property->set_updatable( abap_true ). It works. Only annotations are not.
View ArticleRe: Unsupported media type status code 415 error.
Hi Venkat, Please help on how did you able to perform batch post operation. I have already redefined methods /IWBEP/IF_MGW_CORE_SRV_RUNTIME~CHANGESET_BEGIN and...
View ArticleRe: Unsupported media type status code 415 error.
Hello Jay, You are passing an extra ' Content-Type' in the value of 'Content-Type' Header. As per your screen shot have a look at highlighted one : This is not required Value to be passed for the...
View ArticleRe: Unsupported media type status code 415 error.
Discussion on 'Already closed' thread is violating SCN RoE. Please raise a new discussion, you may provide the reference of the blogs/docs/threads you are following. <<Locking this thread>>...
View ArticleRe: Fiori Add on installation
Hi Nagesh Thanks for the Response. This is the Note 1569624 - Installation/Delta Upgrade of SAP NW Gateway 2.0 Which I was looking for gives required info , for my system version SAP NW 7.0 EHP 2...
View ArticleRe: Odata service is called twice in SAPUI5 application
Hi at all, we have the same issue in var confirmationModel = new sap.ui.model.odata.ODataModel("/sap/opu/odata/sap/ZMOBILE_RM_SRV", false); confirmationModel.create('/ES_CONFIRMATION', oEntry, null,...
View ArticleSecurity considerations consuming BW on HANA view
Hi folks, We are looking at creating a view in BW HANA via Studio modeling layer and consuming in Fiori via Gateway Hub. Up until now we have only setup SYSTEM type Users at the HANA db level and all...
View ArticleRe: Fiori Add on installation
Hi sidharthmellam mellam, These are SRM Components related to Travel Management Apps which needs to be installed. You can find the details in this page. Installation of Integration Components on...
View ArticleWorkitem can not be read
Dear all, Iam getting error while executing apply decision at netweaver gateway. Workitem can not be read.The same work item can be executed from sap inbox but when we are executing it from the gateway...
View ArticleTAKSPROCESSING_SERVICE => QUERY_CUSTOM_ATTRIBUTES not implemented
Hey guys, I extended the ODATA-Service "TASKPROCESSING" (V2) which is used in the my Inbox App. Wenn I call my extended Inbox App, I get the error message: QUERY_CUSTOM_ATTRIBUTES not implemented. Any...
View ArticleRe: Workitem can not be read
Hi Sunny, The screen shot attached shows a post operation without any XML contents to be posted. Please check the operations which you are trying is it Get? and if post operation, please pass the xml...
View ArticleLession in TecEd2014 m speedup of Gateway and/or basic fiori configuration
Hello together, i do remember from last years tec ed in germany some automation speed up for gateway and Fiori configuration processes. One was more or less a classic alv with a kind of a task-list...
View Article