‎2010 Jan 22 2:52 PM
Hi ,
For transaction va01 i am using BDC program to upload.In that i used FM 'GUI_UPLOAD' and i get data from text file(notepad file) and the last filed is header invoice text.I am giving very long text in flat file.the FM doesn't read whole text just it is reading around 142 characters only the text field size is 1000 character.why is it so?
‎2010 Jan 22 2:56 PM
Hi,
forgot to add one more thing the remaining text i.e after 142 characters are coming in next line.
‎2010 Jan 22 4:03 PM
How do you know (what evidence do you have) that the full text is not beeing picked up?
Rob
‎2010 Jan 27 3:18 PM
The problem is that in debuging i don't see the whole text,actually The 'GuI_UPLOAD' is picking whole text the thing is that I need to use offset in debuging.suppose if field has 500 character i can see some around 100 character in debuging then for remainingg character i need to see field + 100(100) ,field + 200(100) .....and have to proceed soon to see character till 500 characters.
Problem solved.
‎2010 Jan 27 3:19 PM