cancel
Showing results for 
Search instead for 
Did you mean: 

Call SAP transaction from Visual Composer

Former Member
0 Kudos

Hello,

I need to call a SAP R/3 transaction from Visual Composer but I don't know how. I've tried to create a bapi where is the call but it returned an error.

Could you tell me please how I could do it?

Thanks a lot,

Belen

Accepted Solutions (1)

Accepted Solutions (1)

former_member188977
Contributor
0 Kudos

Hi Belen,

You can't call a transaction with VC but, could be very interesting for you the integration with GP, where you could pass parameters from VC to a SAP transaction

http://help.sap.com/saphelp_nw2004s/helpdata/en/44/429bbd709914bce10000000a155369/content.htm

Regards,

Ignacio.

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks Gerhard. We can't see it because our release is 4.5B. I suppose that we'll have to install an external ITS but do you know if we'll be able to pass parameteres to the transaction by means of the url?

former_member188977
Contributor
0 Kudos

Hi Belen,

Yes you can pass parameters via URL.

if you want contact me via email.

Regards,

Nacho.

Former Member
0 Kudos

Here is a blog that explains how to pass parameters to a URL:

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

Former Member
0 Kudos

Thank you. It works with 6.40 release but we need on 4.5B where the SICF transaction doesn't exist. What can I do?

Regards

gerhard_lang
Explorer
0 Kudos

If I understand you question right, there is a way to call a SAP-transaction via a button in the toolbar. Configured action is a 'system action' - 'hyperlink' and in the formula-field you put in something like this:

'http://<erpsystem.company.com>:8000/sap/bc/gui/sap/its/webgui?~transaction=VA03'

i.e. for calling the transaction 'VA03'. You have to replace <erpsystem.company.com> with your companys SAP-system. Maybe your portnumber (8000) will also be different.

Hope that helps

Gerhard

Former Member
0 Kudos

Do you think that we could do it with WebDynpro?

Thanks

former_member188977
Contributor
0 Kudos

Hi Belen,

I'm not a master with WD but I supouse that is the same thing... because with WD you can call BAPIs and display the result in a specific format... how you could display a transaction ?

if you want to use a standard iview and develop an application to pass parameters you would be reinventing the Guide Procedure...

Regards,

Nacho