former_member533232
Explorer
Member since ‎10-14-2017

User Statistics

  • 21 Posts
  • 0 Solutions
  • 28 Kudos given
  • 1 Kudos received

User Activity

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!