cancel
Showing results for 
Search instead for 
Did you mean: 

How to add/remove explanation during runtime

krisztian_mihaly
Explorer
0 Kudos

Dear FPM Community,

I want to change my Object Instance Floorplan Configuration in a way, to add/remove explanation based on my business needs.

I can do it with the UIBBs (OVERRIDE_EVENT_OIF, where the IF_FPM_OIF interface contains methods for this), but I do not found any method for explanations.

Are they some "specific" UIBBs? Or do you know some services, like for changing the CNR/IDR region?

Thanks and Best regards,

Krisztián

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Explanation is attached to the "subview." So, you need to change the explanation on the subview. There is a GET_SUBVIEWS method in IF_FPM_OIF.

However, I suggest that you don't miss with subview dynamically. What you might want to do is create two variants: one with explanation and one without. Then, dynamically set the variant you want using SET_VARIANT.

krisztian_mihaly
Explorer
0 Kudos

Dear Azzouni,

Playing around with the variants is a possible work-around, but it is not managable for my application.

Best regards,
Krisztián

Answers (1)

Answers (1)

krisztian_mihaly
Explorer
0 Kudos

Dear Colleagues,

This is not supported feature by the OIF.

In the OVP the explanation can be accessed in runtime.

I close this conversation.

Best regards,

Krisztián