Hi all ABAPER's,
Please Find the attachment of below Text file and respond.
Here i have following doubts Regarding BDC.
Doubt 1: Who is going to provide the Text file for writing a BDC, and as an ABAPer do we have any right to change the Flat file given to us.
Doubt2: the file is attached here as tabdelimited text.
When i try to upload it it only uploading first Column
Doubt3: For the respective file iam declaring data type as
Data :Begin of TY_FINAL,
row(200) type c,
end of Ty_FINAL.
Types : it_final type table of String,
wa_final type string.
Is this a valid declaration for the file i attached,if not how can i declare?