|
|
Access Personal absence calendar (NCALE data)The personal absence data can be access manually be executing transaction ‘PC00_M08_CLPC’.
This data can also be retrieved from within an ABAP program using the function module 'HR_FR_READ_NCALE':
TYPES : BEGIN OF pfra0_pcale,
gd_endda+4(4) = '1231'. CALL FUNCTION 'HR_FR_READ_NCALE' Values returned within table ‘IT_NCALE’ will look similar to the following:
|
||||