cholderfield
Member
Hi,
I have a table in my data warehouse that is imported from our HR system that contains the following employee information:
I want to relate this data to orders from F4211/F4201 based on the Order Taken By field (TKBY). To do that , I need to bridge the TKBY field to the employee address number (AN8).
My first thought was to join to F0101 on AN8, but while F0101 has the employee name, it doesn't have the User_ID field.
I've tried joining to F0092 on the USER field. This works for the majority of address numbers, but for some reason not all users have a record in F0092.
Is there a table that has the USER and AN8 field for every E1 user?
Thanks for your help!
I have a table in my data warehouse that is imported from our HR system that contains the following employee information:
- Address Number (AN8)
- Employee Name
- Job Title
- Manager Name
I want to relate this data to orders from F4211/F4201 based on the Order Taken By field (TKBY). To do that , I need to bridge the TKBY field to the employee address number (AN8).
My first thought was to join to F0101 on AN8, but while F0101 has the employee name, it doesn't have the User_ID field.
I've tried joining to F0092 on the USER field. This works for the majority of address numbers, but for some reason not all users have a record in F0092.
Is there a table that has the USER and AN8 field for every E1 user?
Thanks for your help!