Skip to main content

We have an OLAP table and most of the columns are from the BSEG, BKPF, and LFA1 tables. However, we would like to also have the DOC ID field from either /OPT/VIM_1HEAD or /OPT/VIM_1ITEM tables. How do we connect these tables?

 

image 

Thank you!

You can link using BKPF.AWKEY = /OPT/VIM_1HEAD.BUS_OBJKEY


Hey @nathalie.magal  Try this out 👉 PU_FIRST("BKPF","VIM_1HEAD"."DOCID")


Reply