Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

selecting from two table

$
0
0

Hi all,

 

I'm now work in a table that compine data from tow table .

 

table display employee Id, employee name, a_time, l_time, and delay.

 

ztable1 contain  employee Id, date, a_time, l_time, and delay.

ztable2 contain  employee Id, employee name.

 

 

*select
*
*  A~EMPLOYEE_ID
*  B~EMP_NAME
*  A~A_TIME
*  A~L_TIME
*  A~DELAY into CORRESPONDING FIELDS OF TABLE internaltable

*FROM ztable1 as A  INNER JOIN  ztable2 as B on A~EMPLOYEE_ID = B~EMP_ID and A~DATE1 = spisified_date.

No result found, and there is no errors in the code.Could any one help???? I think there is error in the select statment.

 

 

 

thanks for all.


Viewing all articles
Browse latest Browse all 8332

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>