Skip to Content
0
Former Member
Oct 19, 2010 at 07:00 PM

End routine-Data load during multiple data packages

303 Views

Hi Guys,

I am facing the following issue with the End routine-Data load during multiple data packages.

My requirement is like need to find the Min & Max of sales order Item RDD (requested delivery dates) for all the sales orders. So I included the ZMIN_RDD & ZMAX_RDD in 2nd level DSO and written a code in endroutine(1stlevel DSo-->2nd level DSO) to populated these fields.

The code is working perfect and getting the correct results when I am doing a load for couple of sales orders. I am getting an issue when I am loading data based on fiscal-period. I think I am getting this issue because when I am doing load based on fiscal period, I am getting more than 100K records and data is loading by multiple Datapackages. The End routine will work based on the Package by Package and it is sorting based on the data which is getting by package.

My code is perfect but need to know how to handle the sort issue when data is loading by multiple datapackages. I tried the option of increasing the Data package size.

Any advises will be appreciated.

Thanks