How to get all combinations of words in a string to build search
engine in SAP ABAP?
Suppose I have 3 words like "SAP LABS INDIA", How to get all
combinations like
SAP LABS INDIA
SAP INDIA LABS
LABS INDIA SAP
LABS SAP INDIA
INDIA LABS SAP
INDIA SAP LABS
It is not limited to 3 words only, it can be any no. of words.
I need to pass all the possible combination patterns to the database
for the effective search because user can give the words in any
sequence. I would like to know how to get all the combinations in ABAP
only.
Thanks and Regards,
Bhaskar Madugula
To unsubscribe from this list, send a to mail to
[EMAIL PROTECTED] or go to http://groups.yahoo.com/group/ABAP
Comments about the list can be sent to [EMAIL PROTECTED]
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/ABAP/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
