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

data missing when upload load

Former Member
0 Likes
485

Dear all,

I have some customized abap programs which will do posting / transaction , such as GR posting or creating Sales document,using the data in the uploaded file in either text or excel format. However, I got the problem that some lines in the file will be missing in the transaction. Anyone encountered this problem before and how to solve it? Thanks.

Regards,

1 REPLY 1
Read only

Former Member
0 Likes
418

when you are uploading data to any transactions,it might be have some checks

like duplicate records in the file or whether the record already posted,i think it is because of this type of check only.

Hope it will helpful