cancel
Showing results for 
Search instead for 
Did you mean: 

CREATE button is not appearing after deployed Fiori Application using RAP ODATA with UI Annotation

durgaprasanth_vemula
Participant
0 Kudos
471

Used Fiori Element template List Report Object Page

CREATE button is not appearing after deployed List Report Object Fiori Elements Application using RAP ODATA with UI Annotation

1)When I run the RAP Application locally  I am able to see the CREATE button for the Resource section and Hours Section in the Object Page.

2)When I deploy the application in SAP -on premise system 2023 and clicked on the below tile

3)Now the List Report open and clicked on particular record and  enter into the Object page and not able to see the CREATE button for the Resource and Hours section

Please find the attachments in detail

 

 

View Entire Topic
saurabh__khare
Participant
0 Kudos

In BAS --> Page Map --> Check whether 'Creation Mode' is set to 'InlineCreationRows' for the respective table

Creation Mode:
The name property of TableCreationMode defines the creation mode; possible values are: -
NewPage: The create action leads to a new page. -
InlineCreationRows: No create button will be rendered, an empty row is directly given. -
Inline: The create action leads to a new row at the table (not recommended, use InlineCreationRows instead). The default is "NewPage".
 
Ensure that the mode is set to NewPage or Inline for the create button to be visible
saurabh__khare_0-1734692291269.png

Best Regards,

Saurabh

durgaprasanth_vemula
Participant
0 Kudos
@saurabh__khare : HI, I was able to see the Create Button in deployed application but another problem is when i click on CREATE button it is not navigating to Next Object Page
saurabh__khare
Participant
0 Kudos

Please ensure that the creation mode is set to NewPage

@durgaprasanth_vemula : You will have the NewPage option under Creation Mode

saurabh__khare_0-1736757320397.png

 

durgaprasanth_vemula
Participant
0 Kudos
@saurabh__khare : I dont have option of New Page and i have only three options
durgaprasanth_vemula
Participant
0 Kudos
@saurabh__khare : The Three options for Creation Mode is inline,Creation Rows and creationRowsHiddeninEditMode and if select inline option and Create Button is appearing but when click on Create button it is not navigating to New Page and when select the creationRowsHiddeninEditMode and Create Button is appearing and when i click on CREATE button it is not navigating to New Page and i dont have option of New Page in CREATE mode