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.

Checking the fields of a table

Checking the fields of a table - SAP ERP Tutorial

From the course: ABAP for SAP Users

Checking the fields of a table

- [Instructor] Now we want to see the details of the table. Let's say we are curious about the table VBAK. This is the Sales Document header table in the sales and distribution. To understand this table more, we would like to know its key fields or its date fields for period selection. To see the table details, let's leave this view and go back. We are again in the simple list of the tables. We can navigate from this list to the details of the table. Just jump to the row of VBAK and double-click on its name. This screen shows the details of the VBAK. It shows its name, to which package and company it belongs. And you get the details about the table size. We can check the fields also. Just click on the button Display Table Fields on the top of the screen. This transaction shows the structure of the VBAK table. If you know the table name, you can directly access this transaction through the transaction code SE11. SE11 is used to…

Contents