Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Accessing Clustered Table - Multiple records?

Former Member
0 Likes
330

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?

1 REPLY 1
Read only

Former Member
0 Likes
290

Hi Brad,

Use BAPI_SALESORDER_GETLIST Which accepts multiple records and gives back the multiple documents along with their status.

Cheers

Ram