cancel
Showing results for 
Search instead for 
Did you mean: 

What is the best approach to Add records to a transport in a FIORI Elements List Report.

pmcfarling
Participant
0 Kudos

I have created some customizing tables. I then built a draft enabled Fiori Elements List Report on top of those tables.

Everything works great, except... I can't put the table entries the user creates on a transport.

So, I find some function modules to create a transport and scoop up the entries the user creates and place them on a transport (Similar to the Launchpad Designer).

1 big issue. The key for all the tables/views is an SYSUUID (a RAW(16) ). This cannot be used to place the table entries on a transport. I tried to generate a table maintenance to see how it would handle it and it won't even generate.

So, now my path forward appears to be a non UUID based app. like https://blogs.sap.com/2019/01/09/abap-programming-model-for-sap-fiori-draft-based-for-non-guid-keys-...

That seems like a bit of a headache to have to maintain the code for all the CRUD operations everytime I need to add a new config table.

Anyone have a better idea?

Accepted Solutions (0)

Answers (0)