cancel
Showing results for 
Search instead for 
Did you mean: 

How to create Maintenance Objects(tmg sm30) for a Table in ABAP Restfull programming Language

raghava99
Explorer
0 Kudos

Hi Everyone,

I created a Maintenance object for a custom table using Generate ABAP Repository Objects but after publishing the service i am unable to see create option on screen.

Please suggest me how to enable create button.

raghava99_0-1706598213140.png

ABAP RESTful Application Programming ModelSAP HANA service for SAP BTP 

Accepted Solutions (1)

Accepted Solutions (1)

patrick_winkler
Product and Topic Expert
Product and Topic Expert
raghava99
Explorer
0 Kudos

Thank you Patrick Winkler, i Start i preview with root entity but i encountered other issue.The edit button is disable mode unable to create entry in child entity.

raghava99_0-1706607273566.png

 

patrick_winkler
Product and Topic Expert
Product and Topic Expert

@raghava99: the generated business object checks the authorization object S_TABU_NAM with the CDS entity <your_entity> and the activity 03 (read) / 02 (modify). Check the generated Access Controls and the generated behavior implementation class for the authorization check. If you are not able to extend your user with the required authorizations, you could delete the Access Controls objects and disable the authorization check in the behavior implementation.

Answers (0)