Skip to main content

BEAS Script / #JBS Sending POST to WEBSERVICE

Comments

2 comments

  • Andreas von Arx

    I want to split the "SQL();" into multiple lines in BEAS Script. I could do a "&" at the end of the line to achieve this. I tried to use "+" at the end of a line and at the beginning of a new line, and I tried with " and escaping the quotes in the query itself, but it did not work either.

    Suggestions?

  • Martin Heigl

    Hi Andreas,

    use


    let result=sqlstatement.execute(`   update "BEAS_FTPOS" set UDF4 = :resp 
           where "BELNR_ID" = :belnrid 
           and "BELPOS_ID" = :belposid
    `);

     

     

Please sign in to leave a comment.