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

Text truncation issue in custom table

Former Member
0 Likes
1,041

Hello Experts.

We are uploading file from program and updating custom table including two fields where each one is 100 chars.

Now when I am trying to upload with my user's id and end user's id then data is uploaded succesfully . But when end user try to upload data from his system then only first field is filled , second field does not updated.

Would you please let me know where it can be issue and how can be solved.

Regards,

Shiv

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
904

Thanks Experts for help.

Issue is solved. As there is bug in code.

Hello Experts.

We are uploading file from program and updating custom table including two fields where each one is 100 chars.

Now when I am trying to upload with my user's id and end user's id then data is uploaded succesfully . But when end user try to upload data from his system then only first field is filled , second field does not updated.

Would you please let me know where it can be issue and how can be solved.

Regards,

Shiv

5 REPLIES 5
Read only

mayur_priyan
Active Participant
0 Likes
904

Could you please elaborate on how your are trying to update the custom table ?

Read only

0 Likes
904

Hello All,

We are uploading file from upload function module and updating data using Update command in custom table. This code is working fine for almost all users. But it is not working for 3-4 end user.

Would that be issue of SAP GUI or some thing else.

Read only

custodio_deoliveira
Active Contributor
0 Likes
904

Hi Shiv,

Please elaborate a bit more, if possible sharing some code and data structure.

Cheers,

Custodio

Read only

Former Member
0 Likes
904

Please share code of program which you are using to update your table.

Confirm with user that he is using same program that you are using.

Read only

Former Member
0 Likes
905

Thanks Experts for help.

Issue is solved. As there is bug in code.