Hi buddies.
I need to make a correlation table between entities (rows) of same table T001W but I need to put text field together.
I tryied to create a join in a view but SAP let me create only ONE join, not 2 joins which I need.
e.g.
==> new ZTABLE of correlations of T001w
MANDT
WERKS_from (foreing key to T001W 1:N)
WERKS_to (foreing key to T001W 1:N)
This:
==>New View, so I can make correlations and put descriptions together
MANDT
WERKS_from (foreing key to T001W)
WERKS_to (foreing key to T001W)
NAME_WERKS_from
NAME_WERKS_to
How can I make the JOIN here in this VIEW ?
Remember WERKS_from and WERKS_to come from the same table T001W, and I save these in ZTABLE.