From the course: ABAP for SAP Users

Unlock this course with a free trial

Join today to access over 24,400 courses taught by industry experts.

Evaluating the content of variables

Evaluating the content of variables - SAP ERP Tutorial

From the course: ABAP for SAP Users

Evaluating the content of variables

- [Instructor] The standard perspective is a bit crowded. For evaluating the content of the variables, I like the desktop three perspective much better. To navigate there, just click on it. Here you are. Much better, isn't it? So, this is the running source code. And this is area where you can evaluate the variables. Evaluating variables is so simple. Just double click on the one you are curious about. For example, what is inside this variable? Nothing, this is empty right now. What about this one? Yes, it contains the source holder ID that I displayed in VA03. What about this one? Well, this is a so-called structure, well, that's a group of several fields. The first two variables are simple ones. In contrast, this variable is a complex variable. It contains a line item, not only its ID, but the complete line item, including the material number, the quantity, and so on and so forth. To view the content of a…

Contents