Skip to main content

Hi All,

we have sales order data model and Accounts Receivable data model with separate activity tables. Wanted to combine these two models with multi event log capability. how should the SO tables VBAP/VBAK connected to AR tables BSEG/BKPF?

No idea of the internal struct, but you need to find a relationship between them... I guess AR will have some value like SO order number that relates them to the SO tables.

 

As long as you can get a 1:N relationship between them, the multievent log should work.

 

Have luck!

 


Thanks Guillermo. Implemented by connecting VBAP -VBRP -VBRK-BKPF.


Reply