‎2008 Mar 14 10:51 AM
hi all,
We have program to upload (excel sheet) planning notes/material notes/quotation notes based on sales order and line item.
To avoid previously text item insert again, besides the search string comparison. Do we have other better option or FM to do this?
thanks.
‎2008 Mar 14 10:55 AM
You can compare itself in internal table by comparing it with database table entry....
‎2008 Mar 14 11:03 AM
Hi,
CA comparition operator as below
if <wa_str1> ca <wa_str2>.
write code here for condition true
else.
write code here for condition false
endif.
Reward me if useful
‎2008 Mar 14 11:07 AM
Hi,
Before passing the internal table to FM, just compare two records if it has same values. U can use 'CP' .
This will do.
Regards,
Ramya