‎2020 Apr 25 6:42 AM
BDC SESSION SPLIT:---How to split the table records into multiple BDC SESSIONS based on the input..???for eg:-in the selection screen if the user gives 5 as input to(No_of_screens) and the no of records in internal table are 13 it should create 5 sessions each consisting of 2-3 records randomly ....if the user gives 3 it should split into 3 sessions each consisting of 4 records likely...
‎2020 Apr 25 9:29 AM
You say "split the table records ... 5 as input to No_of_screens" so I understand that the "table records" is an internal table with lines of type BDCDATA. Right?
If you split the BDCDATA every X screens into sessions, that will make incomplete sessions. It's non sense.
Could you give more details please?