Skip to Content
0
Former Member
May 28, 2008 at 12:59 PM

Cross Server Conflict

22 Views

we make a change to a Z-table, let's say increase the lenght of a field from 10 to 20.we tranposrt that object (ztable) to QA.then we create a program where we will use this table, and the field that is now 20 CHAR long.we test it in D, it works.ten we tranport it in QA.works fine.then we transport it in P (don't forget our ZTABLE modification from 10 to 20 is still in QA, so in P our ZTABLE-field is 10).and our program tries to populate that field with a value that's 20 long.dump.....now we want to prevent this, but SPRO_ADMIN does not take data declarations in account.

CAN WE COPE WITH THIS SITUATION.

If so how