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

Function Module 'GUI_UPLOAD' not picking whole text provided

Former Member
0 Likes
646

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?

4 REPLIES 4
Read only

Former Member
0 Likes
570

Hi,

forgot to add one more thing the remaining text i.e after 142 characters are coming in next line.

Read only

Former Member
0 Likes
570

How do you know (what evidence do you have) that the full text is not beeing picked up?

Rob

Read only

Former Member
0 Likes
570

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.

Read only

Former Member
0 Likes
570

solved as mention in the above reply