cancel
Showing results for 
Search instead for 
Did you mean: 

access sequence

Former Member
0 Kudos

dear guru's

when we are creating access sequence we have fields

01. requirement

02. exclusive

what is the use of these fields?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Durga,

As you must be knowing access sequence defines in which sequence the condition tables need to be accessed for condition records in a condition technique. Now within one access sequence we will have more than one tables sequenced in "most specific" to "generic" order.

The use of requirement field is to restrict the system from accessing a condition record from a table. Requirements are nothing but code snippets that should be satisfied before retrieving any record from the table. The requirements can be seen in VOFM.

The exclusive field is to restrict the search after a condition record is found. Say, if you have found a condition record from the table 10 itself which is exclusive, then the system will stop further processing from the subsequent condition tables.

Reward if found useful,

Thanks,

Nithin

Former Member
0 Kudos

Hi,

When "exclusive" check is checked: The system searchs in the condition records manteined in the first sequence access and if a record is found the system stops searching on the other sequences.

When "exclusive" check is not checked: The system searchs in the condition records manteined in the first sequence access and if a record is found the system continue searching on the other sequences.

"Requirement" field is used to implement a rutine for record determination when standard procedure is not useful.

Regards

Mikel