Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Joaquin_Lazaro
Partner - Specialist II
Partner - Specialist II

Start a SAP transaction

Hello:

I wish to activate a SAP transaction, only-read transaction cliking on a buton; and the user have right authorization to this TX.

I hope open VA03 with a VBELN selected/informed also open XD03 with a KUNNR. If I need two butons there is no problem.

There a aditional requeriment, the network user doesn't match with the SAP user:

Network User sample: Domain\Name.Surname

Sap User sample: NSurname

... but not allways, sometimes could be different.

If is possible open a transaction, sometimes the user will have a Sap session running but sometimes no.

Thank you,

Joaquín

1 Solution

Accepted Solutions
Not applicable

Hello Joaquín,

this is an example of a file VA03.sap:

[System]

Name=PS3

Client=010

[User]

Name=<yourname>

Language=DE

[Function]

Title=Kundenautrrag anzeigen: Einstieg

Command=*VA03 p_rans=VA03;VBAK-VBELN=1053419

Type=Transaction

[Configuration]

GuiSize=Maximized

[Options]

Reuse=1

If you have a look at the load script of the sample qvw you will see, that I just create some variables with text. In the macro this text is just written into a file and the file is executed.

Hope this helps.

Kind regards

Philip Munz

View solution in original post

7 Replies
Joaquin_Lazaro
Partner - Specialist II
Partner - Specialist II
Author

Please, ignore last part.

If user don't oppened a sessión, form QlikView won't be possible (at least in my installation) ... due to passwords management.

We need to supose that the users had oppend their sessions.

Joaquin_Lazaro
Partner - Specialist II
Partner - Specialist II
Author

This question proceed from an older question http://community.qlik.com/message/222871#222871

Not applicable

Hello Joaquín,

this is an example of a file VA03.sap:

[System]

Name=PS3

Client=010

[User]

Name=<yourname>

Language=DE

[Function]

Title=Kundenautrrag anzeigen: Einstieg

Command=*VA03 p_rans=VA03;VBAK-VBELN=1053419

Type=Transaction

[Configuration]

GuiSize=Maximized

[Options]

Reuse=1

If you have a look at the load script of the sample qvw you will see, that I just create some variables with text. In the macro this text is just written into a file and the file is executed.

Hope this helps.

Kind regards

Philip Munz

Joaquin_Lazaro
Partner - Specialist II
Partner - Specialist II
Author

Thank you. Of course it helps Philip.

Sharing knowledge: If user hasn't open a session this function shows a windows asking for SAP user & password

Joaquin_Lazaro
Partner - Specialist II
Partner - Specialist II
Author

Hello philipmunz:

Now I understand how it works, with the contents of some variables loaded in the script the macro creates a file executed by the shell.

I've one more question, where I can get more information about the parameters [Function] [Configuration] & [Options]

Thanks again,

Joaquín

Not applicable

Hello Joaquín,

unfortunately  I have no single link, where to find a description of the parameters. Most parts we found out by simple trying...

e.g. the parameters you have to take from selection-screen.

Maybe you can use this links as a start:

http://wiki.sdn.sap.com/wiki/display/ABAP/SAPGUI+shortcuts

http://help.sap.com/saphelp_crm700_ehp01/helpdata/en/95/b1c23b67a5c457e10000000a11402f/content.htm

kind regards

Philip Munz

Joaquin_Lazaro
Partner - Specialist II
Partner - Specialist II
Author

Hello Philip:

Some weeks ago you helped me to start a TX from a QlikView document.

It works on QV Desktop and on Access Point with MS-IE + QV Plug-IN but doesn't with Ajax Full Browser.

Do you know how to start a TX in Full Browser mode?

Thank you,

Joaquín