read .txt file data using report

ravindra

Member
Hi List,
Is there any way to read the data in a .txt file using a report . It
is possible to do so using a TC but the client wants this to be done using a
report.

Thanks & Regards,
Ravindra Nilkanth Wadegaonkar

DISCLAIMER: The information in this message is confidential and may be
legally privileged. It is intended solely for the addressee. Access to this
message by anyone else is unauthorised. If you are not the intended
recipient, any disclosure, copying, or distribution of the message, or any
action or omission taken by you in reliance on it, is prohibited and may be
unlawful. Please immediately contact the sender if you have received this
message in error. Thank you.
 
Yes, there are a couple of BSFN's available. I believe they are "Open Flat File", "Close Flat File", and "Fetch Next Line From Flat File".
 
Hi,
You can use the Business Function:
->Append Line To Flat File
And pass the Fields:
1)The address about file
2)The record
3)The size of the record.

Ok?
 
Back
Top