From the course: ABAP for SAP Users

Unlock this course with a free trial

Join today to access over 22,700 courses taught by industry experts.

How is the table read?

How is the table read? - SAP ERP Tutorial

From the course: ABAP for SAP Users

How is the table read?

- To view how SAP reads the database tables when you display a sales order, first you need to navigate back to the list about the database activities. So, hit that back button up there a few times. And here you are. This is the list about the database activities behind the sales orders. Let's say you want to find the source code that is responsible for collecting the line items of a sales order from the table VBAP. It will be easier to find that database call if you narrow down the list. Let's set the filter for the column Object Name. For this, highlight the column, right-click on it, and then choose the option Set Filter. In the pop-up window, enter the table name you want to analyze. In our case now, enter VBAP. If you are ready, hit this button. This is the database code that is responsible for collecting the line items of a sales order from the table VBAP. If you remember, I displayed the sales order with the…

Contents