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

validation on uploaded excel file

Former Member
0 Likes
396

hi all

i have uploaded the data from a spreadsheet into an internal table and now i would like to perform certain validations such as

1)there are no blank sapces in between the lines

2) the collums in the spreadsheet are in same order as internal table

3) colums are not hidden ,deleted or new colums have not been added

any pointers will be highly appreciated

navjot

1 REPLY 1
Read only

amit_khare
Active Contributor
0 Likes
333

1. Check the number of column read & individualy check foe space.

2. I dont think its possible.

3. Check for total columns uploaded, this will tell you the variation , if there from the original table.

Thse are possible if you are using ASLM_EXCEL_TO_INTERNAL_TABLE FM.

Regards,

Amit

Reward all helpful replies.