Create a Case with all the required fields
A new Case must be inserted.
Case cs = new Case(); cs.Status='New'; cs.Origin='Phone'; insert cs;