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

how to get holidays info on SQ02 -

$
0
0

Hello everyone

I would like to find if that day is a holiday or working, I tried with the FM HOLIDAY_CHECK_AND_GET_INFO with this code:

 

but I do not find anything, I was expecting to Sunday the flag X (and other days..)

 

please help me

 

thanks in advance

---------------

 

CALL FUNCTION 'HOLIDAY_CHECK_AND_GET_INFO'

  EXPORTING

    DATE                               = ZBLD_RDT_CON_RDA-DATUM

    HOLIDAY_CALENDAR_ID                = FABKL

    WITH_HOLIDAY_ATTRIBUTES            = ' '

  IMPORTING

    HOLIDAY_FOUND                      = HOLID

* TABLES

*   HOLIDAY_ATTRIBUTES                 =

  EXCEPTIONS

    CALENDAR_BUFFER_NOT_LOADABLE       = 1

    DATE_AFTER_RANGE                   = 2

    DATE_BEFORE_RANGE                  = 3

    DATE_INVALID                       = 4

    HOLIDAY_CALENDAR_ID_MISSING        = 5

    HOLIDAY_CALENDAR_NOT_FOUND         = 6

    OTHERS                             = 7

          .

IF SY-SUBRC <> 0.

* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO

*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.

ENDIF.


Viewing all articles
Browse latest Browse all 8332

Trending Articles



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