Question:
How to modify the size of data package when loading from flat file?
Now i have Data packets with only 1000 rows (in Infopackage Settings the Maximum size of a data packet in rows is 1000)
Table ROIDOCPRMS is:
SLOGSYS MAXSIZE STATFRQU MAXPROCS MAXLINES
BW_DEV 020000 05 03 020000
BW_PROD 050000 10 04 030000
but in dev system (Table ROIDOCPRMS is the same and the stucture is the same) the Maximum size of a data packet in rows is 5000.
Does anybody know where is defined this value?
Thanks
Thuky
Answer:
In customising:
Business Information Warehouse
Links to Other Systems
Maintain Control Parameters for the data transfer
I think is RSADMINC table.
I changed from 1000 to 20000 and it works.
Thanks
Thuky