cancel
Showing results for 
Search instead for 
Did you mean: 

How to call Abap Program from Javascript or html ?

Former Member
0 Kudos

Hi All,

I have developed a program using html, abap and javascript. I want to call an abap program while clicking on the button.

How can I do it ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rajesh,

What kind of program it is? is it a report or a transaction?

If it's transaction, you can call the transaction as below from a link or button.

http://<host>:<port>/sap/bc/gui/sap/its/webgui?~transaction=<transaction>;

Please replace the parameters in <..> with appropriate values before testing.

Regards,

Ravi

Answers (0)