May 2019
Beginner to intermediate
548 pages
12h 39m
English
Imagine a situation where a client asks you to develop an ABAP program that reads the content of files stored on the end user's local PC. This section will tell you exactly how to deal with such a situation.
The following steps show how to develop ABAP program that reads the content of files:
REPORT ZMSA_R_CHAPTER4_1.CLASS lcl_demo DEFINITION. PUBLIC SECTION. CLASS-METHODS main.ENDCLASS.CLASS lcl_demo IMPLEMENTATION. ...
Read now
Unlock full access