Closures

Today i read about closures in JavaScript. It was curiosity that forced me to look at this and after reading a few posts and examples on stack overflow I think i have it down pat now.

 

I particularly like the post with references to unicorns :)

closure
This whole curiosity into closures was just to clarify my understanding of what closures were in JavaScript and has actually made me realize why certain things are done in toolkit’s.

Level Up

Very handy, I’ve been troubled by this at the moment at work, not specifically SAP but similar and this has come in handy.
Thanks

Jürgen Bäurle's avatarSAP / .NET Interoperability

*** NEW! My blog moved to my homepage at http://www.parago.de! ***

The Secure Store Service in SharePoint 2010 replaces the Single Sign-on Shared Service of MOSS 2007 and provides an easy way to map user credentials of external resources like SAP systems to Windows users. During the process of developing SAP interfaces using the very handy ERPConnect library from Theobald Software you have to open a R3 connection with the SAP system using SAP account credentials (username and password).

In most cases you will use a so called technical user with limited access rights to execute or query objects in SAP, but a SAP system saves a lot of sensitive data which cannot all be shown to all users. So, creating a new secure store in SharePoint 2010 to save the SAP user credentials will be the solution. Accessing the secure store from program code is quite simple.

A…

View original post 958 more words