Additional Blogs by SAP
cancel
Showing results for 
Search instead for 
Did you mean: 
former_member182779
Active Contributor
0 Kudos
In the first volume of this weblog series, we create a SE16 Emulator, so now, we're going to make a SE10 Emulator.

I must really thanks my friend Gregor Wolf for sending some awesome examples of Ruby and SAP.

As you may know, or at least as far as I know, there is no RFC function out there that gives you the opportunity to check the transport system information, so I made my own. Use it at your own risk.

ZRFC_TRANSPORT_REQUEST


Now that we have our ZRFC function, we can start coding our application.



Ruby_SE10.rb


Easy right? Hope you like it, and stay tuned for the next volume.