How to find key field of data source in SAP
I have a data source 0FI_AR_4 in RSA6 i want to know what are the steps if we want to find key field of any data source extractor
What is the use of MPC Extension class in ODATA? Has anyone ever used it for any real scenario, i know about the media (define method) but what else is its practical use that you may have faced?
Hi,
I am trying to consume an Odata Service through JS code only (No Cloud Connector)
Controller:
var url = "https://services.odata.org/V2/Northwind/Northwind.svc/";
var oModel = new sap.ui.model.odata.v2.ODataModel({ serviceUrl: url});
oModel...
I know we can pass Select options from ABAP to CDS using table function and AMDP approach,
But as we know there are advantages of using core CDS and I was wondering that is there any approach where I can pass my select option to CDS view and consum...
Hi,
I need details of multiple DMS Document at once.
'BAPI_DOCUMENT_GETDETAIL2' returns one document at any time which is very time consuming, is there any alternate way or BAPI to achieve it?
Thanks in advance!
Hello Robert,Thanks for your response, i checked RSA2 and it is having 2 major issues.1. Some of the data sources are not getting opened in RSA2 it is giving Error" Data source "0COMP_CODE_ATTR" does not exist in version A (Screenshot attached).2. Fo...
I understand It will work perfectly with SAP Destinations GUI.What i am trying to achieve here is to access an Odata Service directly through Code, since it is an API and it should be consumed anywhere by any language and I am trying to consume in Ja...
I understand It will work perfectly with SAP Destinations GUI.What i am trying to achieve here is to access an Odata Service directly through Code, since it is an API and it should be consumed anywhere by any language and I am trying to consume in Ja...
I Aggre that the condition passed is executed at DB layer SELECT *
FROM z_cds_view
INTO TABLE @DATA(lt_result)
where field1 in s_field1. (Here Where Clause will be executed at DB level)In Above code Complete z_cds_view will ge...