cancel
Showing results for 
Search instead for 
Did you mean: 

App with empty Object Page without Saving, BTP, RAP

sebastian_wilhelm1
Participant
0 Kudos

Hi Experts!

I have the following scenario:

Creating article lists which consist of a header and the article positions.

The items should then be booked in the on-premise customer system using a “Post” button.

This can easily be done using a Fiori List Report.

Requirement:

An ad-hoc article list/posting should be possible. This means that an article list can be created and booked, but data storage is not needed/wanted.

Technically, this corresponds to an empty object page of the article list with a post button.

Does anyone know how I can create such ad-hoc processing in the ABAP Environment with RAP?

Additional questions: (How) Is it possible to make a page editable without showing a save button? Can I create a Fiori app/service with an object page but no list report?

Thanks and Greetings,

Sebastian

View Entire Topic
sagarprusty1988
Explorer
0 Kudos

Hello Sebastian,

You can give a try with complex entity instead of any CDS view for RAP. It should behave just like a structure. For editable feature, SAP documentation can be helpful.

Please give a try and reply back.

sebastian_wilhelm1
Participant
0 Kudos

Hi Sagar! Thanks for you reply. I haven't found any information about complex entities with RAP and ABAP Environment. I also don't understand how they could help me for my requirement (empty object page without saving).

Do you have any links?