‎2010 Dec 21 4:08 PM
Hi all,
In transaction ckode KOB1, i need to download the orders to a flat file. I need to grab the internal table for background job. I have tried export./import memory ID but it does not work for background job. I have used export/import database indx(area) ID key but it only download the same number of records in the file. For example, If i use a variant to download 10 records, the export database indx works for 10 records.
But when i use a different variant to download all records, it still export database indx for the 10 records.
Did i wrongly use the export./import database ? Anyone can suggest any other options to download data from KOB1 ?
thanks
Joyce
Edited by: Joyce Chan on Dec 21, 2010 8:39 PM
‎2010 Dec 21 7:40 PM