cancel
Showing results for 
Search instead for 
Did you mean: 

How can I deploy Fiori App with POST API call function to Cloud Public edition with excel uploading?

SAPSupport
Employee
Employee
0 Kudos
199

Hello, I'm RAP/Fiori developer and there some errors occur about API calling.

I need to develop Fiori app that uploads datum from excel file and create manufacturing order, using the datum from excel file.But the ways I chose have problems.

 

API call from Fiori freestyle project succeeded when the API information registered in manifest.json, but ended with deploy error.(abap-deploy)

 

If the Fiori project includes sap standard API uri in API call logic, call POST API ended with 403 authrization error.

 

I don't know if this works require the BTP destination, though I don't use SAP Build Wok Zone nor HTML5 Repository. Is the BTP destination required when call SAP standard APIs from Fiori project, and is it possible to deploy by abap-deploy method?

 

How can I deploy Fiori App with POST API call function to Cloud Public edition? Should I use BTP destination? Or Should I use RAP action? If the RAP action needed, can you show me the use case or logic examples? Or createing Business Object from Custom Business Object app in Cloud Public Edition needed?

 

It's the first time to develop and deploy in Cloud Public Edition environment, using Fiori project with POST API call. If you suggest some possible solutions in detail, it will be very helpful to succeed the project. 


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.
View Entire Topic
SAPSupport
Employee
Employee
0 Kudos

Dear Customer,

For the upload function, you can have a check with the link below:

Enabling the Upload Functionality - Documentation - Demo Kit - SAPUI5 SDK

If you have further questions, you can let us know which Standard API are you using.

Thanks and Best Regards,

Bell

hayo
Newcomer
0 Kudos

Thank you for quick answer, but i'm not questioning about how to develp upload function.

I want to know about how to develop POST API call from fiori project and how can I deploy it to the public cloud edition by abap-deploy method, without deploy error.

BellZhang
Advisor
Advisor
0 Kudos
Could you check if the tutorial can help you? Or you may need to create a new thread about the standard API you are using. https://community.sap.com/t5/enterprise-resource-planning-q-a/how-can-i-deploy-fiori-app-with-post-a...