2018 Sep 20 11:53 AM
I Have 2 fields say
equnr tplnr.(excel upload file)
my itab has two fields equnr and tplnr.
i need to validate two each fields against internal table, if error , show it in alv ..else upload in DB table.
Thanks
2018 Sep 28 8:27 PM
Hi
OK, then do it!
Loop over the upload ITab and check against ITab.
If an error occurs (whatever this means? found in ITab, NOT found in ITab, ...) add the line to error-ITab
At the end update the DB Table and show the ALV.
regards
Domi