Loading...

Tag: abap

How to dynamically generate email body using XSL Transformation

SAP Standard workflow doesn’t really provide an option for the developer to compose a good looking email. A nice workaround can be to use XSL (eXtensible Stylesheet Language) Transformation XSL Transformations can be created or edited via transaction STRANS. The transformation in the example below generates a simple HTML page with title and a table […]

View Details

Get OTR Text into string

The Online Text Repository (OTR) is a central storage location for texts and is used widely for labels and texts that need to be translatable. Transaction SOTR_EDIT can be used in order to Create, Update or Display OTR texts and assign them an Alias which will be the key to finding the text in any language. The […]

View Details