Creation of Requisitions using standard requisition import program
I wanted to know on the following,
Lets say that i am getting 2 headers and each header has 600 lines each from the legacy system.
So at the end we need to create two requisitions and each having 600 lines .
We are planning to pass a value for GROUP_code in the interface table along with the legacy data which can keep 600 lines together and create as one requisition.So there will be two distinct group_code being passed for the header records.
When we run the requisition import the requisitions are getting created as Expected.
Lets say for some reason , 10 lines among the 600 lines are error records (some setup issue ) , the whole batch should get rejected but when i try to run the requisition import , requisitions are getting created and that too it creates with 590 lines and the 10 error records are still present in the interface table.