Hello experts can anyone tell me the menaning of the follwing code?
Read Serial Number from Name Plate Data.
clear: klah, kssk.
select single atwrt
into (rt_outtab-sernp)
into (rt_outtab-sernr)
from ( klah as a inner join kssk as k
on aclint = kclint )
join ausp as p
on kobjek = pobjek
and kclint = patinn
where a~klart = '002'
and a~class = 'KSE_SN_ENDOSCOPES'
and k~objek = rt_outtab-equnr.
Thanks
SP