Hi Experts,
i want to select customer info from Oracle database customerwise (records for one customer at a time) and append in internal table. then i want to insert the internal table into to SAP database table. Then , i will repeat the same for next customer. The aim is to transfer all the data from oracle to SAP. Now the question is: How can i select customerwise, when i dont have the customer number in SAP? is there any GROUP BY or similar way?
There are about 20 million records in Oracale database table for about 20 K customers.