on 2017 Jul 07 10:56 AM
Hi,
We are using SAP GUI for HTML in Fiori 2.0 and are passing/prefilling fields in a transaction via URL parameters. When we're passing parameters, the transaction automatically executes.
How can we pass url parameters without executing the transaction on startup?
I guess I have to set some parameters in the Target Mapping. Startup action can be set with the parameter DYNP_OKCODE. Setting this to false does not help.
Hi Guys,
removing of the DYNP_OKCODE, in general, may help. But only if the target transaction is *NOT* an ABAP Report (Selection Screen transaction). If it is a selection screen app, the way to skip the initial screen is different from using DYNP_OKCODE and would be always executed as far as you pass ANY startup parameter. That is a limitation, no way to avoid now.
BR, Alexey
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is a solution, which may be OK as a workaround or test, but not to be delivered by SAP. It is calling of GUI Transaction using LPD_CUST (select this option in Target Mapping definition). In this case, it is possible to disable the option for skipping selection screen in LPD_CUST transaction settings. But the price you pay for use of LPD_CUST is performance lose, by FLP start, due to LPD_CUST data parsing.
Hello @Alexander Schinnes
I have similar scenario. Are you able to read Fiori URL parameters and execute the transaction by using those parameter values? Please guide me how to achieve this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Alexander Schinnes
Did you find a solution?You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What if you remove DYNP_OKCODE parameter itself?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
11 | |
11 | |
10 | |
9 | |
9 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.