i have a job to extract data from sap using SAP and BIZTALK.
at my previous project i have no problem extract a single table or joined table. but recently when i extract joined table it only extract data based on batchsize size.
for example when i using default batchsize it will only get 10000 without doing any recal. i try to reduce the batchsize to 1000, then it will only get 1000 data, the same happen when i try reduce the batchsize to 100, it will only get 100 data without recalling. i even try a random number like 135, 153, 1234, etc, and it will only get data based what set in batchsize.