cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CRM - Best way to create and reuse a POPUP screen

flvia_s
Participant
0 Kudos
314

Hello experts!

I'm new in CRM UI ABAP and need your suggestions on this matter: I need to create a popup screen (view?) to be called in different views from different components.

If I was doing it in pure ABAP, I would create a new screen in a function group and then reuse it wherever I wanted to.

Please advise.
If something was not clear enough, just let me know.

Best regards,

Alm

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Alm,

First you have to create the view on a component (Can be a Z one). This view will be your popup.

Then you have to include this View on each Component/View you want to use it as a component usage in the Runtime Repository.

Then in the coding you just need to navigate to the popup and pass return values using Inbound and Outbound plugs.

Thanks,

Iván

Answers (0)