cancel
Showing results for 
Search instead for 
Did you mean: 

BIRTHDAY ALERT IN SAP BUSINESS ONE

0 Kudos

Please send the query alert

Abdul
Active Contributor
0 Kudos

Dear,

Whenever you post a question please try to add more details like on which object or module you are facing the issue. If possible try to add screenshots also.

Accepted Solutions (0)

Answers (3)

Answers (3)

MD1
Active Contributor

try it

select
T0."ExtEmpNo" as "Employee Code",
t0."lastName",t0."firstName",
t0."FatherName",
t0."jobTitle",
t0."startDate",
t0."birthDate"

from ohem t0
left outer join OHTR t1 on t0."termReason" = T1."reasonID"
WHERE DAYS_BETWEEN (CURRENT_DATE, t0."birthDate") =0

MD1
Active Contributor
0 Kudos

this is hana query

Former Member
0 Kudos

Showing Error while executing 'Current Date '

Regards'

Brij