How to hide a card for particular manager group in the overview page. For example, In the procurement overview apps I want to hide spend analysis card.
You can try using the following logic. Hope this will help you.TYPES: BEGIN OF ty_examp, col1(10) TYPE c, col2(10) TYPE c, col3(10) TYPE c, "col4 TYPE c, END OF ty_examp, it_examp TYPE STANDARD TABLE OF ty_examp WITH DEFAULT KEY. data: it_temp...
You can use factory calendar then use this function RKE_SELECT_FACTDAYS_FOR_PERIOD.here is the sample: CALL FUNCTION 'RKE_SELECT_FACTDAYS_FOR_PERIOD' EXPORTING I_DATAB = DateField-startdate I_DATBI = DateFie...