SAPScript: different column headers for different lists

SAPOnce I needed to have several lists in MAIN window output and each of these lists needed to have different column headers. As usually, there are several ways how to achieve this and I’ll try to present two possible ways:

Continue reading

SAP: How to create Data Source based on InfoSet

SAPIf you want to create a new datasource based on InfoSet where data is retrieved by your own Z-program, then walk through this tutorial and use it as an example or guide during creation of your own data source. Continue reading

Install Subversion and WebSvn on Ubuntu Server

UbuntuVersion control of your documents and code should be one of your first and major TO-DOs if you intend to develop application or website and you plan to maintain it during time with possibility to view changes made during it’s life cycle. Continue reading