When generating tapi for a table the upd-procedure is for updating all columns.
Is it possible to generate tapi for a table so that its upd would be capable to update only the columns listed in the call or is there better way to do it?
In the below example the upd-procedure can be called with e.g. 2 columns, but the TAPI upd procedure will update all columns with default nulls.
And yes of course there should be a capability to just nullify columns as well.

rgrds Paavo