Skip to main content
Question

No common parent: Solution with Pullup possible?

  • November 30, 2020
  • 1 reply
  • 1 view

Hi all, I have the following issue: I have 2 tables Table1: articlenumber, Table2: articlenumber, I have no key defined in data model due to other reasons. Is it possible to define the key in the analysis, e.g. by using the pullup function so use both tables together (e.g. to find out how many articles are in table1 but not in table 2? Many thanks and br Daniel

Hi @Daniel Diers,

 

you could use the following PQL statement: PU_FIRST("RBKP", BIND("RSEG", "EKPO"."EBELN"))

That is an example that I used in the past - of course it has to be adjusted to your needs!

 

If you require support in setting this up, just let me know!

 

Best,

 

Justin


Reply