Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Have to do a Lookup to find out the Name of the case handler. Each case handler has an abbreviation (KURZZEICHEN) and all specific details are locatated in Table "SB".
The Table "PE" has order information. Each order has one case handler and two contact persons. The abbreviations of the contact persons are located in Table "ST". All Details of contact persons and case handlers are in the Table "SB".
Goal:
Would like to do a Lookup to find out which person has the specific abbreviations (Table "ST" ST_KURZZEICHEN1 & ST_KURZZEICHEN2) from Table "SB".
Would like to have an output with all Dimensions information in one table. With this Data Model I get an cartesian product. Thank you for your help.
Didn't work for me, still got a cartesian product.
Created a new Table. This worked:
SBNEW:
Load
SB_KURZZEICHEN AS SBNEW_KURZZEICHEN1,
SACHBEARBEITER_ID AS SBNEW_SACHBEARBEITER_ID1,
Resident SB;
If you just need one column from SB look at Mapping Tables
Didn't work for me, still got a cartesian product.
Created a new Table. This worked:
SBNEW:
Load
SB_KURZZEICHEN AS SBNEW_KURZZEICHEN1,
SACHBEARBEITER_ID AS SBNEW_SACHBEARBEITER_ID1,
Resident SB;