Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
i want to know if it is possible to jump from the desktop dashboard into SAP with a selection.
The function should be as described: The resultset in qlikview is an table. I want to click into that table and SAP should opened with an defined transaction with the selection i made in the table.....
That would be the best solution.
If this is not possible, is it possible to jump into an SAP system into an defined transaction.
thank you very very much in advance
kind regards
Hi Jezzeblue,
I'm facing the same task. Please have a look at transaction_call.qvw. This is working with the accesspoint as well as with the Desktop Client.
Some Variables are set in the loading script.
In the actions of the button first the current user is set, second the Macro to write and start the "transaction.sap" is run.
I still have some open issues on this like starting the transaction with some parameters, but this is only "paperwork" - technically it works this way.
As we are working with single sign on in SAP this might not completely work with your sap.
Any suggestions on improving the transaction call are highliy appreciated
Kind regards
Philip
or is it maybe possible to us a function like an action box to open the sap gui to logon?
Has anyone an idea how this could work?
If you need more information or don´t understand the description i would try to explain it in a different way.
Thank you
Kind regards
Hi Jezzeblue,
I'm facing the same task. Please have a look at transaction_call.qvw. This is working with the accesspoint as well as with the Desktop Client.
Some Variables are set in the loading script.
In the actions of the button first the current user is set, second the Macro to write and start the "transaction.sap" is run.
I still have some open issues on this like starting the transaction with some parameters, but this is only "paperwork" - technically it works this way.
As we are working with single sign on in SAP this might not completely work with your sap.
Any suggestions on improving the transaction call are highliy appreciated
Kind regards
Philip
Hello philipmunz
I wish to activate a SAP transaction but I don't understand your document.
There is a macro a runs a temp file with the instructions, but how I fill/create these intructions to run my desired transaction.
I hope open VA03 with a VBELN selected/informed also open XD03 with a KUNNR. If I need two butons there is no problem.
Thank you,
Joaquín
Hello Joaqhín,
In the sample file the variables transaction_head, transaction_body and transaction_footer are filled static in the load skript.
Of cource you can read selection of e.g. customer number in the macro and write something like rf02D-kunnr = '0000123123 ' to the transaction-file.
I feel I do not get your question completly.
Do you want to know what has to be written in the transaction file or is it the question how to populate the file according to the selections in the qlikview file?
kind regards
Philip Munz
Hello:
I oppened this thread to write in a not answered thread http://community.qlik.com/thread/88343
Please answer there.
Now, I need to know 'how to fill these variables staticaly" and start the transaction ... next steep will be populate these variables dynamically.
Thanks,
Joaquín