Google Sheet Script - Taking values from a sheet, seting into another

Hi guys.

I´m trying to build a script in a Google Spreadsheet (but I don´t know nothing about programming), and it´s really difficult. I tried to use “setrowsdata”, but I´m not understanding the ncessary items to make the script work.

https://docs.google.com/a/restini.com.br/spreadsheets/d/1lFYjWebl7L-xkXXiaTLoG6RDRUlfcW5c89Z-S3GG0SM/edit#gid=455687420

Above, is the URL for the sheet. I´m trying to take some informations from the sheet “Ordem de Compra” (cells F9, B10, F35, B36:F37) and send the information on the cells to the “Suprimentos (PC)” sheet, on the matching columns. The trigger should be a button. every hit of the button fills a row on the “Suprimentos (PC)” sheet.

Can someone help me?