cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a component usage in component

phoenixming0912
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi all,

I am trying to create a customizing component usage as a popup window.

Here are some steps I am doing:

1, Find a standard component usage, copying this component as BSP application in SE80.

2, Include the above customizing component into enhancement set.

3, Add the above customizing component into component usgae.

4, Afterwards, I call popup method:

window_manager->create_popup(

iv_interface_view_name = 'XXXXXX"
iv_usage_name = 'My Added Component Usage'

iv_title = 'XXX'

).

But I ended up with the following error:

However, the standard component usage is working fine.

Can anyone tell me why the component usage with customizing component didn't work?

Accepted Solutions (0)

Answers (1)

Answers (1)

Kinsbrunner
Active Contributor
0 Kudos

Hi Eric,

Have you already looked at How to use a popup in Webclient UI ?

Also, have you checked how this is being done for any of the standard existing components? Generally speaking, this is a great way of solving this kind of things.

Cheers.

Alejandro.

phoenixming0912
Product and Topic Expert
Product and Topic Expert
0 Kudos

I just made a silly mistake. I didn't save after creating component usage because the save button is not that out standing:)

Now it's solved.