cancel
Showing results for 
Search instead for 
Did you mean: 

Read Output forms generated in S4HANA in SCP

Muthu_Prabakara
Explorer
0 Kudos
230

Hello Experts,

We have requirement to read the generated JVA output forms from S4 HANA cloud in SCP application (side by side extension) to review the PDF content by JVA audit approver in custom UI5 application.

Is there any way we can retrieve the PDF forms in SCP via OData or API ?

thanks,

Muthu

View Entire Topic
PascalBremer
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Muthu,
you can render and display a pdf via rest call in a ui5 application.
See this blog post: https://blogs.sap.com/2019/10/16/consume-sap-forms-by-adobe-from-sap-ui5-applications/

We do not however store the pdf in any way, so if you want to generate and preview a pdf, you either need to store the pdf yourself or render it a second time for the preview.

Best regards
Pascal