cancel
Showing results for 
Search instead for 
Did you mean: 

extending leave request application in river ide. unable to see custom filed.

former_member182645
Participant
0 Kudos

Hi all

i am extending fiori leave request application in river ide.

on

hanatrial.ondemand.com/.

Also i imported project , done extend project and got

When trying to see this on extensibility panel, unable to any thing blank page.

also when trying to replace view with parent view, and

try to put code in extenstibility gives error and not show any thing.

Any configuration missing?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182645
Participant
0 Kudos

also getting error while extending

former_member182645
Participant
0 Kudos

i added code in extend view

<Label text="Label1">

</Label>

*******************

<core:FragmentDefinition xmlns:core="sap.ui.core" xmlns="sap.m" xmlns:sap.me="sap.me" xmlns:sap.ui.layout="sap.ui.layout" xmlns:sap.ui.layout.form="sap.ui.layout.form">

<Label text="Label1">

</Label>

</core:FragmentDefinition>

********************************************************

also component like this

this.hcm.emp.myleaverequests.Component.extend("hcm.emp.myleaverequests.leaverequest100Extension.Component", {

  metadata: {

  version : "1.0",

  config: {

  },

  customizing: {

    "sap.ui.viewExtensions": {

        "hcm.emp.myleaverequests.view.S1": {

            "extS1Field": {

                className: "sap.ui.core.Fragment",

                fragmentName: "hcm.emp.myleaverequests.leaverequest100Extension.view.extS1FieldCustom",

                type: "XML"

**************************************************