‎2006 Jul 06 8:33 PM
Hi,
I have to create a client specific table which should have no key as I need to append duplicate rows.
Can anyone tell me?
Best Regards,
JS
‎2006 Jul 06 8:35 PM
Hi Jashandeep,
Table should have a key.The best way i can suggest is have the date & time of execution as Key.Then you can have duplicate records for what ever you want.
‎2006 Jul 06 8:36 PM
I guess you can do that by creating a Ztable in SE11 but i guess you cannot escape from not giving any key as <b>MANDT</b> is the field that is suppose to be one of the key fields for all the entries that you create in that
‎2006 Jul 06 8:40 PM
Well use MANDT as 1st column and made all the fields as a key.
Message was edited by: Amit Gupta
‎2006 Jul 06 8:41 PM
Hi,
You can try this ,make all the fields of the table as key feilds ,if all the column values are not repeating.
Laxman
‎2006 Jul 06 8:42 PM
‎2006 Jul 06 8:42 PM
You have to have at least one key field and its content should be unique. You can probably have a sequence number as the key field and create a unique sequence number and use it.
‎2006 Jul 06 8:45 PM
You should have atleast one key, for this you can keep time stamp as a key or any number range/serial number as key.
Regds
Manohar