CSV file has to be read and update to jde tables

nirupama

Member
Hi,

Using business function in the UBE we tried retrieving data from CSV file and drops it into the F47011 and F47012.
The process works fine when run locally(c:\\book1.txt) but when we run giving the network path as (\\folder\abc)
the job goes immediately into error displaying error message as "open input file unsuccessful

Thanks,
Nirupama
 
Hi nirupama,

I think you are using Fetch Next Line From Flat File ( B76B0220) BSFN.Using this we can retrive data from CSV file and loads into corresponding file.In PO we have to mention the file and path name not folder name.

with Regards
kishore
 
Back
Top