cancel
Showing results for 
Search instead for 
Did you mean: 

How to make a custom node as an interface node in standard component

anandkrishna_jankala
Participant
0 Kudos

Hi Experts,

I am enhancing a standard FPM component for a requirement . In that process I would like to create a node and make it as an interface node . so that it will be reflected in the interface controller of the parent one  and I want to reuse this Parent component's node and attribute  in one of its child component. This is my idea. But, the main problem is when I am trying to make a custom node as interface node in standard FPM component, its not allowing me to do so.

please help me out .

Thanks,

Anand.

Accepted Solutions (1)

Accepted Solutions (1)

former_member205363
Contributor
0 Kudos

Hi,

I think, we can't change the standard node into interface node as part of enhancement.

Give your requirement to solve in different way.

Thanks,

Prasad.

anandkrishna_jankala
Participant
0 Kudos

Hi Laxmi Prasad,

I am working on FPM_GAF_COMPONENT in SRM portal, there are lot of component configurations under Parent one. I have to set an attribute value in one of the configured component(Child one) from FPM_GAF_COMPONET(Parent one).To achieve this I have chosen this interface node concept. so that, in child component , parent node is visible in interface controller. I can easily access and get the task done. But , its not allowing me to make a custom node in standard component as an interface node.

Give me some possible ways to achieve this.

Thanks for your reply on this post

Regards,

Anand.

Szczerbowski
Active Participant
0 Kudos

As indicated above it's not doable with enhancements.

Maybe with direct SAP modification but for a general purpose object like this it's strongly discouraged.

If you need to pass some values maybe you can use a static class, or a singleton pattern.

M.

Answers (0)