cancel
Showing results for 
Search instead for 
Did you mean: 

RAP Generator is disabled

MioYasutake
Active Contributor
0 Kudos

I'm trying to use RAP Generator in S/4HANA 2020 FPS01. I've installed the latest ADT tools.

When I right click on a table for which I want to generate RAP objects, RAP generator menu is disabled as below picture.

The table is defined as below.

@EndUserText.label : 'Managed Person with Numeric Key'
@AbapCatalog.enhancementCategory : #NOT_EXTENSIBLE
@AbapCatalog.tableCategory : #TRANSPARENT
@AbapCatalog.deliveryClass : #A
@AbapCatalog.dataMaintenance : #RESTRICTED
define table zperson_num_m {
  key client            : abap.clnt not null;
  key personuuid        : sysuuid_x16 not null;
  first_name            : abap.char(10);
  last_name             : abap.char(10);
  email                 : abap.char(100);
  birthday              : abap.dats;
  status                : abap.char(1);
  created_by            : syuname;
  created_at            : timestampl;
  last_changed_by       : syuname;
  local_last_changed_at : timestampl;
  last_changed_at       : timestampl;

}

Is RAP Generator not available for this release, or the table is missing any necessary attributes?

shavneet1
Participant
0 Kudos

Hello Mio ,

I am having a similar issue . How did you fixed this ?

I have the latest version of Ecclipse installed.

Version: 2022-06 (4.24.0)

Build id: 20220609-1112

Can you please help/guide ?

Thanks and Regards ,

Shavneet Singh

shavneet1
Participant
0 Kudos

S4HANA ON PREMISE 2021 01 (02/2022) FP sap.com SAP S/4HANA 2021

So its not a cloud but Onpremise release.

Accepted Solutions (1)

Accepted Solutions (1)

MioYasutake
Active Contributor
0 Kudos

My question has been answered in the comment section of the following blog post.

https://blogs.sap.com/2021/11/15/sap-btp-abap-environment-release-2111/comment-page-1/#comment-60740...

Answers (0)