Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Application server File

Former Member
0 Likes
593

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??

1 ACCEPTED SOLUTION
Read only

Former Member
547

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.

3 REPLIES 3
Read only

Former Member
548

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.

Read only

0 Likes
547

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

Read only

Former Member
0 Likes
547

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.