valathappan
11th February 2002, 13:37
hai,
i am new to this board,i have some problem.do anyone knows how to create new index for a table tdpur045,because now the print receipts session is not working it requires a source code,but when we generate a session it is asking for index which don't have the combination of receipt no. and supplier code.can anybody send the source code of the print receipt session.
thanks in advance.
bye,
valath.
i96nds
11th February 2002, 13:53
Hi,
Baan source code should be bought from Baan and it is not OK to send it to anybody.
Moreover, the script has several versions , corresponding to the patch level. So, nobody can send you the souce which is appropiate to your patch level, right ?
If the session does not work, why don't you check for patches at baan support ?
Or, you can copy the table definition in your development VRC and add an index to the table. Then generate the session and do it as you want !!!
Regards,
Stefan
valathappan
12th February 2002, 07:40
Mr. Stefen,
thank for u reply and i like to know the procedure how to create index in our current VRC.
thanks,
valath.
Chandra
12th February 2002, 21:02
Copy the table definition you want to your current VRC using session 'Maintain table definitions' (ttadv4120m000). After that click on the 'Indices' button at the bottom of the screen. The subsession 'Maintain table indices' (ttadv4121s000) will open where you can add your new indice. After that you have to convert these table changes to runtime using session "Convert to runtime data dictionary'. Have I replied to your answer?
ncasper
13th February 2002, 00:13
If I understand correctly you are missing a Baan defined index for a table?
If that is the case, in my opinion, the easiest way is to create sequential dump from table. Then create table from sequential dump selecting the drop table before import option (also disable domain and reference constraints).