on 2024 Aug 23 8:09 AM
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
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.