In Microsoft SSIS, there is a nice component called a Script Task. You can write C# or VB code inside this component. This is useful when you want to have functionality that cannot be provided by existing components. Does SAP Data Services or BODS have a similar capability ? If yes, what is the language. As of now, I only know that SAP DS only has its own custom scripting language. I don't know if this language provides me the full power of an Object oriented language.
Thanks in advance.