Concurrency Control in RAP

Поделиться
HTML-код
  • Опубликовано: 15 дек 2024
  • Concurrency control prevents simultaneous access to the database by different users. It ensures that data can only be changed if data consistency is assured.
    We can handle this by two approaches,
    Optimistic Concurrency Control (ETag)
    Pessimistic Concurrency Control (Locking)
    SAP RAP playlist - • Managed Restful ABAP P...

Комментарии • 2