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
Page 1 / 1
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.