Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Code meaning

Former Member
0 Likes
613

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

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
576

Yes, it is an inner join on a few tables, it appears to be pulling a characteristic value assigned to a class.

Regards,

Rich Heilman

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
577

Yes, it is an inner join on a few tables, it appears to be pulling a characteristic value assigned to a class.

Regards,

Rich Heilman