LeeFung
Participant
Member since ‎04-25-2012

User Statistics

  • 158 Posts
  • 0 Solutions
  • 3 Kudos given
  • 3 Kudos received

User Activity

IsSAP BODS dying? SAP has partnerd with Syniti for data migrations,. Where does SAP BODS belong in SAP's new groups of products?
I am using BODS with a HANA HDB data store. For UTC to Local , or local to UTC datetime value conversion, shall I use a generic BODS function, or call a function from the HDB? ALSO I needed to make sure that the DST periods are set correctly, which I...
Regarding local to UTC time conversion : the function in BODS seems like this: local_to_utc(‘2014.02.01 00:00:00’, ‘UTC+08:30’) = ‘2014.01.31 15:30:00’My question is regarding the time of the year when DST switch happens, and the day has 25 hours.....
Hi gurus, how can I set BODS job to read a folder on Linux, and store all file names in a variable, and send an email including all the file names? Thanks!!!
I need to set up an email alert for a job that runs every 20 minutes . Depending on status of job (fail/success/ warning) , the email will be different. First it looks like I need to use Try/Catch to set up the logic; second, the email part needs a s...