cancel
Showing results for 
Search instead for 
Did you mean: 

How to know aasignment block name at run time

Former Member
0 Kudos

Hi Frds,

I have created zcomponent for search and result. This component is been called from workcenter and by multiple assignment block as f4help.

Now. i have multiple button to display based on different assignment and no button when call from workcenter.

Please let me know how can i find from where zcomponent is called.

I guess if we figure out the assignment block name at run we can resolved this issue.

Please suggested.

Thanks,

Rajan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rajan,

when you call your zcomponent, you should be able to also give a specific inbound_plug which should be called.

So you can create a separate inbound_plug for every workcenter and assignment block call in your zcomponent.

This way you have the information from whom your zcomponent has been called and can process this further in your zcomponent (for example by setting flags).

Best Regards,

Christoph

Answers (0)