LinkedIn
RSS

Archive for July 23rd, 2009


Get user email from RH data in SAP

GA_googleFillSlot(“POSTSAP”); When sending one email, sometimes you use SY-UNAME as reference so this is the desired select: select single usrid usrid_long  from pa0105 where pernr eq SY-UNAME and subty eq 9003 (ASK HR Manager) and begda le sy-datum and endda ge sy-datum. if usrid is empty use usrid_long endselect. And it’s this, any doubts just post

Read More...