school
ABAP Quick - Handling of Function modules
How do you actually handle function modules and error handling within ABAP? In this little tip, we'll look at the handling in the
school
ABAP Quick - RFC Buffer
Here is a little tip from us about what can go wrong with the buffer when reading via RFC and what you should definitely pay attention to.
school
ABAP Quick - Read table with RFC
Reading in a table via RFC function module is very easy, if you create a specific module for it. Reading any table can be just as easy.