Skip to Content
0
Former Member
Sep 25, 2005 at 08:01 PM

Field automaticaly populated

32 Views

Hi,

I have a simple table with the fields:

(k) PC (char4)

(k) PCID (int4)

TIME (tims6)

PC and PCID are the keys of this table. I created a maintenance view because the table is manually populated. PCID field is not visible for the user, but it should be automatically completed with an number before saving the data in the database.

My problem is that I don’t know how to do this. I searched and it seems that I should use an include and call it with the events 01 or 21 in SE54. Could someone give me an example?

Many thanks in advance