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 load

Former Member
0 Likes
469

We are using the excel file for uploading the customer master. We want to validate the excel file which contains customer name, city, address, pincode, customer pricing procedure with the data that exists in SAP in KNA1 table and KNVV. This is to avoid duplicate customers being created. Please provide solution as to where to write the validation rule and how to.

2 REPLIES 2
Read only

Former Member
0 Likes
433

Hi pooja,

First get all the customer name, city, address, pincode, customer pricing procedure from the tables using for all ertries into internal table

Then read that table in the loop, If sy-subrc equal 0 the entry exist.

Regards,

Sri

Read only

Former Member
0 Likes
433

Moderator message - Please do not post your requirements and ask the forum to do your work for you - post locked Rob