Hi Mr Kavala,
I have read and understood. I still believe in sap query usage. I am trying to join correctly : AFIH , EQUI , KSSK , V_MKM_ZU_KLS_BEZ like that :
From left to right : AFIH JOIN EQUI , KSSK JOIN V_MKM_ZU_KLS_BEZ (both joins are done automatically by sap INFOSET wizard ).
The challenge is to complete correctly join between EQUI and KSSK . I would like to meet that challenge using Extras button in INFOSET main screen -> writing the following code :
Select * from EQUI as A join KSSK as B
on ( '0000000000' + A.equnr) = B.OBJEK
Is it possible you think ?
Second question please :
In view V_MKM_ZU_KLS_BEZ there is very important field : ATNAM . Unfortunately, it contains the tech name of the needed characteristic - not their values.
Do you have any idea where those values are stored ?
se16 for V_MKM_ZU_KLS_BEZ shows values :
Thanks in advance
Daniel