Blog

April 7, 2015

SAP HCM: FM to Get Employee From Position

Using  RH_GET_STRUCTURE ACT_WEGID = ‘SBES’ Pass ACT_WEGID as ‘SBES’ Pass the Value for AC_Container   Output It will Return only active Employee for that position. and its […]
March 29, 2011

Commonly Used Date Function

First Day & Last Day of the given Month [cc lang=”abap”]CALL FUNCTION ‘OIL_MONTH_GET_FIRST_LAST’ EXPORTING * I_MONTH = * I_YEAR = i_date = p_budat IMPORTING e_first_day = […]