In this section, we will cover the basic transactions related to server-side files and writing and reading files to an application server. Those examples used in the loop and in the background job may be used for mass import and mass export.
Server-side file processing
Basic transactions related to server-side files
Before we start going into the ABAP code, we need to get familiar with a few useful transactions. In local environments and common operating systems, every user knows how to explore folders and view file contents. But in the case of server-side files, things are different. Of course, we talk here about a typical situation where the programmer does not have access to the server from the level of the operating...