Hello ...
I need to find all the possible combination of a sequence ..
for exapmle sequence {1,2,3,4 }
1,2,4,3 and 1,4,2,3 : 1,4,3,2 and so on.....
Any Standard functionality(FM,Method..etc) or a way to move ahead in this will be helpfull