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: 

sap GUI and WAS transaction

Former Member
0 Kudos

hi all,

can any 1 say me the difference between the sap GUI based transaction and WAS based transaction?

thanks,

john

1 ACCEPTED SOLUTION

Former Member
0 Kudos

SAP GUI Transactions are ABAP Transactions ,these will execute in ABAP Engine

WAS Transctions are JAVA Transactions ,these will execute under Web Application Server also called Interneet Application Components (IAC)

Communication between these two Engines happen through JCO (Java Connector)

1 REPLY 1

Former Member
0 Kudos

SAP GUI Transactions are ABAP Transactions ,these will execute in ABAP Engine

WAS Transctions are JAVA Transactions ,these will execute under Web Application Server also called Interneet Application Components (IAC)

Communication between these two Engines happen through JCO (Java Connector)