Application Development 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: 

how to handle BAPI with more than 100 records

Former Member
0 Kudos

Hi,

I have to use ths BAPI BAPI_SLSRVAPS_GETLIST2 for above 48000 records.

But it is showing the error as '48326 entries in selection tables exceed Maximum Number (100)'.

So, how to handle this BAPI for 48000 records.

1 REPLY 1

Former Member
0 Kudos

Hi,

Prepare packets to pass them to BAPI.

For each 100 records CALL BAPI.

Regrads,

Shailaja