Mixing REL and RS Code in a Library - SAP Documentation
The following class can be used with REL. public class MyClass { public String myFunction(String argument) { // Code } } The following class can be used with REL. public class MyClass { private int someVariable;