on 2024 Apr 04 12:24 PM
I try to generate RAP objects in ABAP Development Tools but I am getting the following error:
"Required administrative field(s) is missing in the reference table generate abap repository objects"
Does anyone has an idea what is missing?
Request clarification before answering.
Please put the below fields into the table and then generate the repository objects.
last_changed_at : abp_lastchange_tstmpl;
created_by : abp_creation_user;
created_at : abp_creation_tstmpl;
last_changed_by : abp_lastchange_user;
local_last_changed_at : abp_locinst_lastchange_tstmpl;
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks so much @satyasundar3 ... It eliminated the abovementioned error.
Hi,
I am not sure why you are unable to see the "Error Message" details in the UI, seems like a bug. Have you updated your ADT to the latest one? If not, please do.
The error message should say this Add "local last changed" admin field ( ABP_LOCINST_LASTCHANGE_TSTMPL,ABP_LOCINST_LASTCHANGE_UTCL ) and "last changed" admin fields (ABP_LASTCHANGE_TSTMPL, ABP_LASTCHANGE_UTCL ) to the reference table.
Hope this helps.
Thanks and Regards,
Shyam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.