Hi All,
i am reading flat file from application server.
my file contains records in the following order
First line : indicator
second line: header
third line: item details
-
-
-
i am using read dataset and moving the data into a string
how do i split header and item details in single record in an internal table?
Please reply with some sample code