May 2019
Beginner to intermediate
548 pages
12h 39m
English
In this section, we will present the operation of one of the more advanced techniques when using the debugger. The debugger allows you to solve problems detected by testers. We will need a new ZMSA_R_CHAPTER12_3 report for this section.
Create a new report from the report template using the following steps:
DATA: lt_usr TYPE TABLE OF usr02. DATA: ls_usr TYPE usr02. DATA: lv_monday TYPE datum. DATA: lv_sunday TYPE datum.
SELECT * FROM usr41 INNER JOIN usr02 ON usr41~bname = usr02~bname APPENDING CORRESPONDING FIELDS OF TABLE lt_usr. LOOP AT lt_usr INTO ls_usr. IF ls_usr-bname ...
Read now
Unlock full access