Hello all,
My requirement is , I have a report program which takes Billing Document as input and got the vbelns, there is internal processing to get few other fields using various FMs and inside it. I need to create a delta enabled datasource which uses the same logic and gives the same output as the report program.
Thats the reason I have built the datasource based on the FM.
The reason, I am getting more records for delta, is for testing I am running the data source for all the records in the table, to replicate the scenario where we need to do the initial load.
I have few more questions.
How does the packet size work? Like when I am doing the load to BW mentioning a packet size, does the system internally place a pointer.. or do we need to explicitly mention it in the code.?
Is the maxsize we mention in the datasource same as packet size.??
Thanks for your valuable time.