‎2008 Aug 28 2:08 PM
Hi experts
I am developing the BDC program.
I need to check the uploaded data from the excel sheet
before going to process
for example i need to check the plant which is existing in the table
Is there any function or procedure to do this.
pls suggest
regards
sai
‎2008 Aug 28 2:10 PM
once your excel is upload in some itab than use select query for all entries with itab-werks and check.
‎2008 Aug 28 2:10 PM
once your excel is upload in some itab than use select query for all entries with itab-werks and check.
‎2008 Aug 28 2:22 PM
Hi Sai,
After uploading into the internal table, just perform a select single for plant on the existing database table. If the select is successful proceed further.
Regards,
Chandra Sekhar
‎2008 Sep 24 6:33 AM