There are several ways how to get the fixed values of a domain. In this post I present several way including an Object Oriented approach
Continue readingABAP – Get fixed values of a domain
Reply
There are several ways how to get the fixed values of a domain. In this post I present several way including an Object Oriented approach
Continue readingIn case you need to create a variable dynamically during runtime with different type, length or precision, you can use the following piece of code to achieve the same – the variable is created dynamically based on given type, length and number of decimals. Continue reading