on 2018 Jun 18 6:00 PM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.