‎2011 Sep 30 4:03 PM
I have implemented the BADI DMEE_BADI_01..in that we are getting the file the file contains all the formatted data..the same file i am storing in application server with some name...but i am not getting all the lines(characters) prseent in that table in BADI...some characters i could see removed/truncated...is the size of size it is getting truncated..the size of the file is 1.3KB..what could be the problem??
‎2011 Oct 05 2:13 AM
AL11 transaction does not show full width of file. Have you checked file after downloading to desktop ?
if you have non english characters then CG3Y also may not work. a custom transaction for reading file & downloading to desktop may help.
‎2011 Oct 05 2:13 AM
AL11 transaction does not show full width of file. Have you checked file after downloading to desktop ?
if you have non english characters then CG3Y also may not work. a custom transaction for reading file & downloading to desktop may help.
‎2011 Oct 11 7:10 AM
Yes..i have checked using CG3Y...the file downloaded is getting truncated...i could see that the file line size is upto 256 characters...but after that it is going to new line..i could see in debugging...but after it got saved..i tried to open it, the values are getting truncated...pls hlp
‎2011 Oct 11 9:42 AM
Hi,
I think you are using a table of type DMEE_OUTPUT_FILE, correct?
If this is the case, you have to re-organize it in order to have lines with a maximum of 256 character. (In order words the field LENGTH defined in output table must not be greater than 256).
Kr,
m.