HI,
I created a access sequence with 3 acesses(i.e. 3 condition tables) and assigned to a condition type, maintained condition records. Now, when a SO is created, what will be the search startegy...i mean how wil the condition tables rad...is it from top to bottom or bottom to top in the access sequence?
Ex: Acess Sequence AS has 3 condition tbales CT1, CT2,CT3.
AS is defined as ACCESS NO 10: CT1
ACCESS NO 20: CT2
ACCESS NO 30: CT3.
How is AS accessed? Is it CT1
>CT2
>CT3? OR CT3
-> CT2
->CT1?
Thanks in advance.
Challa