Skip to content

Opening book details…

About this document

Qoptions in ABAP Programming by meny212 is a document available to read on EtoBox.

The code sample contains three sections - End-of-selection, Start-of-selection, and Initialization. In End-of-selection, field1 is initialized to 10 and then subtracted by 2, resulting in 8. In Start-of-selection, field1 is added to by 5, resulting in 13. In Initialization, field1 is set directly to 5. So the final outputs would be: field1 = 8 field1 = 13 field1 = 5

Author
meny212
Language
EN