Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Launching transactions from Flex

Former Member
0 Kudos

Hi,

I am working with flex builder3. I want to launch a transaction whenever i click on a button by passing some parameters.

I tried creating a shortcut and launching it. It works fine but doesn't server the purpose.

I want to launch a transaction by passing some parameters.

How do i do that. Any help regarding this would be appreciated.

Thanks n Regards,

Asha

1 ACCEPTED SOLUTION

athavanraja
Active Contributor
0 Kudos

checkout OSS note number 103019 to know about how to pass parameter to sapshortcut

11 REPLIES 11

athavanraja
Active Contributor
0 Kudos

checkout OSS note number 103019 to know about how to pass parameter to sapshortcut

0 Kudos

Hi,

The solution you provided with is useful but can u suggest me the way of launching a transaction without creating the shortcut. That would me very helpful.

Regards,

Asha

0 Kudos

if you are on WAS 6.40 or above and launching transaction using SAPGUI for HTML is ok with you then you can use the integrated ITS. it will be just a call to url. no need for client side wingui installation

Raja

0 Kudos

I am not launching the transaction from SAPGUI. I wann to do it from flex.

0 Kudos

let me explain it :

from flex if you want to call a SAP transaction in, say system mysapsystem, then if you are ok with SAPGUI for HTML and your mysapsystem is on WAS6.40 , you can use integrated ITS. for example to call se38 from flex, all you have to do is call a url like below from flex.

http://<abaphostname>.<domain>.com:<port>/sap/bc/gui/sap/its/webgui?~transaction=se38

hope its clear now.

Raja

0 Kudos

Hi,

Thankz a lot. That's what i was looking for. It will be of great help to me.

Regards,

Asha

0 Kudos

Hi Raja,

Is it possible to launch an a transaction like this by passing parameters.

Regards,

Asha

0 Kudos

yes for more info check this weblog

/people/durairaj.athavanraja/blog/2004/09/23/pass-parameter-to-its-url-upadated-21st-june-2008

Former Member
0 Kudos

Hi,

The solution you provided with is useful. But i need to launch a transaction witout creating the shortcut. can you suggest me a way of doing so.

Regards,

Asha

Former Member
0 Kudos

I havent got the exact solution or the answer

Former Member
0 Kudos

Thankz a lot. I Think i can move forward with the solution you provided me with.