cancel
Showing results for 
Search instead for 
Did you mean: 

acc seq

Former Member
0 Kudos

Dear friends

What is use of requirement as well as exclusive USE IN ACCESS SEQUENCE

With regards

sankalp

singhai.sankalp78@gmail.com

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

<b>Requirement:</b>

A factor in the condition technique that restricts access to a condition table. The system only accesses a condition table to determine the price if the requirement specified has been met.

e.g. The system uses an access sequence to determine the price of a material. One of the accesses in the sequence contains the requirement "in foreign currency." The system only uses the table behind this access if the sales order for which the price must be calculated is in a foreign currency.

When you put tick in exclusive field of all access sequences, in my opinion, it will try to get available data from the first. Only in case, data is not available, will it move on to the next one.

Answers (1)

Answers (1)

Former Member
0 Kudos

<b>Requirement</b>

Incase you want a condition table to be searched or accessed for a particular condition then you can make use of this field. The numeric code entered in the field represents an ABAP program where the various conditions would be checked. If all the condition are satisfied then the condition table woud be searched else it would be omitted.

eg) A particular condition table should be accessed only for export business.

A particular condition table should be accessed only when taxes are inclusive.

<b>Indicator: Exclusive condition access</b>

In one access sequence there will be somany condition table key combination.. suppose u create condition record for all those key combination...

In sales order when system search for the condition record, system will get the vale from the first key combination itself....so if we mark tht field, system wont check for other key combination.