Skip to Content
0
Former Member
Oct 12, 2006 at 06:18 PM

Code meaning

35 Views

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