cancel
Showing results for 
Search instead for 
Did you mean: 

Communication protocol between SAPGUI and SAP WAS

Former Member
0 Kudos

Hi guys,

I am now developping a tool. this tool can download all SAP objects(including Table, Function Module, Program, View, Data Element, Domain, Search Help, Package etc....) to local file system, then view these objects offline. I call it "ABAP Reader", just like the way of Acrobat Reader. this tool provide the same UI as SAPGUI se80.

The biggest problem is how to download SAP Objects, I have two solution, one is communicating directly with databse level, because all SAP objects are stored in Database, for example, all ABAP program source code is stored in table REPOSRC. the problem with this solution is about user authentication, and various database product.

another solution is communcating with SAP WAS, but the communication protocol is an private protocol. I can not find the document of this protocol.

thanks you guys if you can give me a hand.

I will send me tool if you are interested in.(you can leave your email address)

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

could anyone show me how to solve the problem?