cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RAP - Check other keys than UUID in managed scenario create

0 Likes
4,223

I am trying to create a managed RAP application but I am now running into the issue that I have two key fields in my table which in combination are the primary key.

Because RAP now adds a UUID, these two key fields are not checked properly as every entry is unique because a new UUID is created.

Is there an option to only check the other two key fields but not the UUID when creating a new entry without implementing additional checks?

Accepted Solutions (1)

Accepted Solutions (1)

Andre_Fischer
Product and Topic Expert
Product and Topic Expert

Hi Daniel,

RAP does not add UUID's automatically.

You can build RAP BO's using managed implementation with so called semantic keys and with UUID based keys.

With UUID based keys the key can be automatically be drawn.

But since you are looking for an example with semantic key fields check out this example:

https://help.sap.com/viewer/923180ddb98240829d935862025004d6/LATEST/en-US/3070e4fa2dba45efb600d5ca6c...

Regards,

Andre

TiagoAlmeida
Participant
0 Likes
This URL is broken unfortunately

Answers (1)

Answers (1)

Andre_Fischer
Product and Topic Expert
Product and Topic Expert

Alternatively you can use late numbering.

Late Numbering - SAP Help Portal

Question:
Has your question been answered with this?

Kind regards,

Andre