‎2009 Oct 22 4:03 AM
Is it possible to access a clustered table and retrieve multiple records?
My issue is that I have a function module which retrieves a few hundred texts for sales activities OBJECT VBKA in STXL(TX). I have performance issues using READ_TEXT function module or IMPORT statement. Is there any way I can retrieve alot of records from the clustered table rather than reading one by one using the ID?
‎2009 Oct 22 5:10 AM
Hi Brad,
Use BAPI_SALESORDER_GETLIST Which accepts multiple records and gives back the multiple documents along with their status.
Cheers
Ram