mainakaich

Results 8 issues of mainakaich

Hello, I want to update a cell value of an existing macro enabled excel file. I have attached the input excel file for your reference. Please unzip and use it....

enhancement

Hello, My requirement is to read an existing excel file, insert a column at position 1 and set values into it. Suppose, I am reading an excel file which looks...

enhancement
help wanted

In https://github.com/SAP-samples/abap-platform-rap-opensap/blob/main/week2/unit5.md, step 7, the following annotation is used @UI: { headerInfo: { typeName: 'Travel', typeNamePlural: 'Travels', title: { type: #STANDARD, label: 'Travel', value: 'TravelID' } } , presentationVariant: [{...

As par Week 2 unit 4 https://github.com/SAP-samples/fiori-elements-opensap/blob/main/week2/unit4.md I created the Fiori project in BAS and then trying to preview the application. But I am getting CSRF token error as shown...

In Week 2 unit 4, https://github.com/SAP-samples/fiori-elements-opensap/blob/main/week2/unit4.md it is shown to create fiori project by connecting to a system (BTP ABAP environment). While it works fine for BAS but from VS...

Hello, Here it was advised to implement interfaces if_apj_dt_exec_object and if_apj_rt_exec_object in the class which will be used in application job catalog entry. However in [https://help.sap.com/docs/abap-cloud/abap-development-tools-user-guide/creating-application-job-catalogs](url) it is mentioned to...

As per OData basic tutorial in [Basic Tutorial · OData - the Best Way to REST](https://www.odata.org/getting-started/basic-tutorial/#operation), an unbound function example was given as GET serviceRoot/GetNearestAirport(lat = 33, lon = -118)...

Hi @qmacro , Suppose in TripIn OData V2 service, I want to create 2 person entities in entityset People. Now, instead of sending 2 separate HTTP post request each containing...