2020 Dec 08 9:14 AM
I have added my push button to the layout and what code should I add in PAI and PBO?
Note : After pressing push button it will goto particular webpage.
I have added my push button to the layout and what code should I add in PAI and PBO?
Note : After pressing push button it will goto particular webpage.
2020 Dec 08 11:55 AM
Hello Naveena,
After creating the push button in Screen painter layout, you should add name of the push button as well as mention the Function code also.
for suppose let us look a quick example
1. in layout function code name = 'PRESS1'.
You need to write the logic in PAI module, because the PAI (Process After Input) is executed, when ever user performs any action in the screen layout.
IF SY-UCOMM = 'PRESS1'.
"WRITE THE LOGIC WHAT YOU WANT
Leave screen 0.
set screen 300.
ENDIF.
2020 Dec 08 9:35 PM
Do you want to open a new tab in the user's default Web Browser, and to open a given URL? (new tab or new window, depends on the context, this cannot be controlled by ABAP)
What kind of URL is it? A BSP, Fiori, Web Dynpro, or a non-SAP URL?
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |