cancel
Showing results for 
Search instead for 
Did you mean: 

How to use fragments in f4 value help and consume the data from Odata service?

jakir03
Explorer
0 Kudos
1,426

Hi Team,

I'm creating a F4 Value Help, when I'm load fragmetns it is giving me the error.

I attached the screenshots.

Could anyone please help me?

Regards,
Jakir

junwu
Active Contributor

help what?

jakir03
Explorer
0 Kudos

In the above error I need help.

Accepted Solutions (1)

Accepted Solutions (1)

priteshpatel65
Active Participant
0 Kudos
jakir03
Explorer
0 Kudos

Thanks, Pritesh.

It helps me. But I'm getting a error when load the fragment in the f4 Help

Regards,
Jakir

priteshpatel65
Active Participant
0 Kudos

Please check ui5 version

For older UI5 versions or if the controller is not accessible

Since UI5 1.58: Fragment.load

<code>// Fragment required from "sap/ui/core/Fragment"
Fragment.load({
  id: this.getView().getId(),
  name: "my.Fragment",
  controller: this, // or a plain object that contains the event handlers 

});

Answers (0)