We having 10000 records in table ,we need to display the records first 5000 than display remaining 5000 records how we can split the number of records by alv or classical report.share the method sir
@sapabapbyrahulmehta7 ай бұрын
You can take first 5000 records into a separate internal table by taking a counter in the loop, when that counter reaches 5000 , exit from the loop. Display the data of that internal table. You can create a button the application toolbar, on click of that button - display the rest of the records. You can refer the videos of Interactive classical report events in ABAP programming Part-2 playlist and Interactive ALV videos in the ALV playlist to check the process to create our own buttons.
@KANNANKANNAN-vu9rq7 ай бұрын
While we uploading the file through bdc program ,we get the error message as memory full issue means how to resolve the memory issue sir
@sapabapbyrahulmehta7 ай бұрын
Please check with your system administrator/provider for memory related issue.
@MruduMurali-tj4kw5 ай бұрын
Hello Can anyone tell me how to increase heap memory in an ABAP system
@sapabapbyrahulmehta5 ай бұрын
Hello Mrudu - You need to connect with your system provider/administrator for this.