spartacus
14th March 2003, 14:21
Problem: The DAL I created is not called ! Is it necessary to explicit activate a DAL ? Do I have to do a 'convert to datadictionary' ?
Ruskin
17th March 2003, 04:10
Don't think so. As soon as you create a DAL, it is picked up. We have done this quite a bit in the past, where we create new tables and as soon as we write the DAL, it is used.
You may just want to check to see if the DAL is active, by
going to the table definition (ttadv4520m000), select your table and choose Specific, Data Access Layer...
If this goes to the DAL you have created, then you can test this by going into general table maintenance (ttaad4100). Type in your table name and at the choice prompt push the '*' key (Shift-8), so that the display under your selected table toggles to 'DAL active'. If the display shows 'DAL not available', then you will need to check that the DAL library is correct (ie: the library code should have the exact same name as the table code).
spartacus
17th March 2003, 13:45
Hi Ruskin,
thanks, think our problem was, that we didn't add the DAL via "Specific" in the table definition. Thanks, you helped us a big step further.
Interesting: I think independant from that link ist is possible the set a DAL in ttaad4100 zu active.
Spartacus