Database view VBAK + VBUK (VBAKUK)
by rmsb on Wednesday, March 4th, 2009 | No Comments
Sometimes there are tables with join views of two tables. These tables are called Database views.
In this case the sales and distribution header document and document status view.
It’s the “join” of two tables. VBAK and VBUK.
Just go to SE16 insert VBAKUK and the filter by any fields.
When programing you can access this table with an select instruction and therefore get data from two tables without accessing the two of them.

