cancel
Showing results for 
Search instead for 
Did you mean: 

how to present custom transactions using WebGUI

Former Member
0 Kudos

I am developing custom transactions in ECC6.0 and I need to access them via WebGUI. What do I need to WebGUI-enable custom transactions?

I am familiar with the SICF transaction, but I was wondering if I need to create new HTML templates using WebApplicationBuilder or if everything is provided to me by the system.

Accepted Solutions (0)

Answers (1)

Answers (1)

athavanraja
Active Contributor
0 Kudos

just call the webgui service with the url parameter ~transaction=<yourtransactioncode>

you would need a new html template, only if you want to change the look and feel ofyour application.