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

Building an ABAP RESTful Application

binx
Newcomer
401

Hi, just going through this course https://learning.sap.com/learning-journeys/learn-the-basics-of-abap-programming-on-sap-btp and I think that the provided Groceries table definition script is maybe outdated, because when trying to generate ABAB Repository Objects, the validation status complains that:

Field for change user is missing in source reference ZAU_GROCERY type TABL.

Field for change user is missing in source reference ZAU_GROCERY type TABL.

Changing from "createdby : abap.char(12)" to "createdby : abp_creation_user" and from "lastchangedby : abap.char(12)" to "last_changed_by : abp_lastchange_user" makes it work.

It's not clear what to use, and there may be other ways to do it.

With kind regards,

Alex

Accepted Solutions (0)

Answers (0)

Ask a Question
Top Q&A Solution Author