Skip to Content
0
Sep 20, 2023 at 05:59 AM

RAP application - Additional column "Dyn. Method Control" appearing in Fiori Elements screen

101 Views

Hello,

I was trying simple LROP Fiori Element application using RAP. I have defined single Entity with Team id & Team Name columns but in the UI (from the settings button) it was showing additional two columns called "Dyn. Method Control".

  • Why it is getting populated ? How to get rectify this ?
  • While click on create button (managed), I am getting blank screen in the second page not able to provide inputs. Any suggestion here?

PFA screenshots for more details,

From metadata file,

<Key><PropertyRef Name="TeamId"/></Key><Property Name="Delete_mc" Type="Edm.Boolean" sap:label="Dyn. Method Control" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/><Property Name="Update_mc" Type="Edm.Boolean" sap:label="Dyn. Method Control" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/><Property Name="TeamId" Type="Edm.Guid" Nullable="false" sap:label="Team ID"/><Property Name="TeamName" Type="Edm.String" MaxLength="30" sap:label="Team Name" sap:creatable="false" sap:updatable="false"/> 

screenshot-2023-09-20-at-111335-am.png

screenshot-2023-09-20-at-112747-am.png

Thanks a lot.

Best Regards,

Muthu