on 2017 Nov 27 10:52 PM
Hello,
I'm trying to call transaction ME52N from a custom app that I built in SAPUI5. When you click the button, it will take you to a personas WebGUI version of ME52N so you can make edits to the PR. I can't figure out how to pass in a parameter for the PR number. I want it to take you to the right PR based on what you had in the custom app.
Here's what I've tried and none of these have worked.
https://<server>/sap/bc/gui/sap/its/webgui/?sap-client=<client>~TRANSACTION=*ME52N%20MEREQ_TOPLINE-B...
https://<server>/sap/bc/gui/sap/its/webgui/?sap-client=<client>&~transaction=ME52N%20MEPO_SELECT-BAN...;
https://<server>/sap/bc/gui/sap/its/webgui/?sap-client=555&sap-language=en&sap-personas-theme=<Theme...;
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Hello Andrew,
have you seen the following WIKI
How to prefill fields and skip first screen with webgui?
can you try the following notation
http://WAS_HOST:WAS_PORT/sap/bc/gui/sap/its/webgui?~transaction=*ME52N MEPO_SELECT-BANFN=<PRNumber>;DYNP_OKCODE=SHOW
if this works then try
http://WAS_HOST:WAS_PORT/sap/bc/gui/sap/its/webgui?sap-client=555&sap-language=en&sap-personas-theme... MEPO_SELECT-BANFN=<PRNumber>;DYNP_OKCODE=SHOW
Regards,
Oisin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
52 | |
10 | |
9 | |
8 | |
5 | |
5 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.