Application Development 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: 

ABAP HR: Public Holiday (Table Name)

Former Member
0 Kudos

Dear All,

right now i m working on HR Report.

as per requirement i want to Show the public holidays in report.

i want the table name where public holidays are stored after configuring or fixing by any organizatio n..

Waiting for reply

Anshuman

11 REPLIES 11

GauthamV
Active Contributor
0 Kudos

hi,

use these tables.

T5C14

T5C15

T5ITGC

THOLU.

Former Member
0 Kudos

thanx for quick response,

I think THOLU will be useful for me.

becoz, for october month my organization's fixed 28, 29, 30 for holiday.

when i exwcute the THOLU table all above 3 dates are present.

but the problem is that how can i fetch the adject data for particular month???

and what is FTGID - Public holiday key.

In sort, i want to say plz tell me step by step how can i fetch the data.

GauthamV
Active Contributor
0 Kudos

hi,

FTGID is used to indicate the reason for holiday.

for ex: 171 deepavali,180 bakrid...

also you have year,month and date avaaailable for the holiday.

so select the data from that table according to your requirement.

Former Member
0 Kudos

Hi Dear,

Suppose i have FTGID 503 for Diwali.

when i run the table THOLU with 503, coming result is

FTGID JAHR MONAT TAG

504 2008 08 16

Suppose, in next year Diwali will be on 12 Nov.

so my question is is this FTGID 504 will be same for the next year.

if yes then in 2009 i want to find 2008 diwali date, so how can

Reply soon

thanx

Anshuman

Mohamed_Mukhtar
Active Contributor
0 Kudos

Hi Anshuman,

Go through the below link

/message/6334238#6334238 [original link is broken]

Thanks & Regards

Former Member
0 Kudos

Hi,

Try with the table 'T5ITGC'.

Hope it is useful,

Thanks,

Sandeep.

MarcinPciak
Active Contributor
0 Kudos

THOCI - holiday calendar

TFACD - factory calendar

You combine certain WS with desired calendar via table T552A.

Former Member
0 Kudos

hi,

public holidays vary from pernr to pernr. As a pernr in diffrent subareas have diff public holidays. For this in HR, each subarea is linked to a Calander ID. Get the list of these IDs from your Functional.

Use FM

HOLIDAY_GET

pass that ID to HOLIDAY_CALENDAR of this FM and you will get list of public holidays

Former Member
0 Kudos

Hi,

Check below tables:

thoc " public holidays calender

thod " public holidays definition

thoci " public holidays calender index

thoct " public holidays calender text

thol " public holidays

tholt " public holiday text

tholu " Dates of movable public holidays

You can also use a function module holiday_get as follows

call function holiday_get

exporting

HOLIDAY_CALENDAR = 'x' " will get you list of public holidays

FACTORY_CALENDAR = 'x' " will get you list weekly offs like sat, sun

Cheers..

Reward Points if useful

Edited by: SAKKTHISS KUMAAR on Oct 14, 2008 9:02 AM

0 Kudos

How cani get the Public holiday IDs?????????????????

for run the FM Public Holidays ID is required

0 Kudos

holiay calander IDs are linked to personal subarea

You can get these IDs from your functional consultant