cancel
Showing results for 
Search instead for 
Did you mean: 

How to translate a simple program with selection screen into a fiori elements app (using RAP)

rammel_sapdev
Participant
0 Kudos
366

Hi,

We all have some foreground programs which has few selection fields like file upload and few or more fields which doesn't exactly translate into any of the RAP BO apps. Currently, this program reads a file, uses the fields in the selection screen for sending email, and uses the file to create BDC.

rammel_sapdev_0-1712325821687.png

How do you usually re-create these kind of programs into a fiori app in S4H public/private cloud? If we go we unmanaged transaction app, that means we need to create some dummy tables to represent a dummy BO. Also, when you open the fiori app, the are unnecessary screen like the overview page/list. 

We wanted to use RAP as much as possible and enhance it via flexible programming but I feel like it is easier to create a separate freestyle app instead and call an HTTP service to process the file.

View Entire Topic
Maciej__Galica
Explorer
0 Kudos

Hello @rammel_sapdev ,

you can try to use RAP Managed application with an unmanaged save and write your custom logic while utilizing standard RAP Framework. You also have File Upload Functionalities available in RAP and can handled in the backend Behaviour Definition and Implementation.