‎2008 Aug 27 1:12 AM
Hello everyone,
I need some help with an ABAP code:
I have records coming in with Employee ID, Date and Worked hours along with some other fields.
I need to look up the employee id aginst another table to figure out if the employee depends to a particular state or not and the date is holiday or not from different table.
Also I would like to see if worked hours are more than 8 and put the extra hours into a differemt field for calculating if the total hours in a week exceed 40.
Can you please help with this code?
Thanks,
Raj
‎2008 Aug 27 4:16 AM
>
> Hello everyone,
>
> I need some help with an ABAP code:
>
> I have records coming in with Employee ID, Date and Worked hours along with some other fields.
>
> I need to look up the employee id aginst another table to figure out if the employee depends to a particular state or not and the date is holiday or not from different table--- u can use FM BKK_CHECK_HOLIDAY to find out the given date is holiday or not ? Also I would like to see if worked hours are more than 8 and put the extra hours into a differemt field for calculating if the total hours in a week exceed 40.
>
> Can you please help with this code?
>
> Thanks,
> Raj
‎2008 Aug 27 4:16 AM
>
> Hello everyone,
>
> I need some help with an ABAP code:
>
> I have records coming in with Employee ID, Date and Worked hours along with some other fields.
>
> I need to look up the employee id aginst another table to figure out if the employee depends to a particular state or not and the date is holiday or not from different table--- u can use FM BKK_CHECK_HOLIDAY to find out the given date is holiday or not ? Also I would like to see if worked hours are more than 8 and put the extra hours into a differemt field for calculating if the total hours in a week exceed 40.
>
> Can you please help with this code?
>
> Thanks,
> Raj
‎2008 Aug 27 12:50 PM
‎2008 Sep 17 9:03 PM