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

Generation repository objects ADT

gerrit_meyer4
Explorer
3,948

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?

gerrit_meyer4_0-1712229806801.png

 

Accepted Solutions (0)

Answers (2)

Answers (2)

satyasundar3
Explorer

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;

manishagb
Explorer
0 Likes

Thanks so much @satyasundar3 ... It eliminated the abovementioned error.

franciszek-jurga
Explorer
0 Likes
Thank you @satyasundar3
Shyam_Balachandran
Product and Topic Expert
Product and Topic Expert

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

kyo_choi73
Active Participant
Add these 2 fields and retry, local_last_changed_at : timestampl; last_changed : timestampl;
Felipe_Borba
Newcomer
0 Likes
same error over ehre. Without success after add the admin fields. Any ideas?
Shyam_Balachandran
Product and Topic Expert
Product and Topic Expert
0 Likes
@Felipe_Borba, can you provide more insight on your error? Maybe screenshots on what the error says.