cancel
Showing results for 
Search instead for 
Did you mean: 

requirement field in access sequence

Former Member
0 Kudos

can any one tell about the importance of the field 'Requirement' in access sequence,and in which senario it can be used

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi Rajesh,

The requirement which is there in access sequence means that ,that particular requirement should take in to consider in order to read respective condition record

where as The requirement which is there in pricing procedure tells the system ,that particular requirement should take in to consider in order to activate the respective condition type.

Requirements are pieces of code which determine whether or not certain functions should be performed. Examples are where these pieces of code are attached to an access sequence to determine whether or not a certain access level should be executed or are attached to pricing conditions within a pricing procedure to determine whether or not a particular condition type should be invoked on that pricing procedure.

**Reward if this is useful**

Answers (4)

Answers (4)

Former Member

Hello Rajesh,

Requirement is basically a sort of routine which gets activated when we enter some numeric value in it against some table in the sequence. As per the value entered this requirement will behave.

Whenever maintained in access sequence, it helps to determine under what circumstances the system should excludes an access to a particular condition type.

For example, we can set a condition in the requirement that whenever document currency is same as the local currency the system should not consider this particular access for the condition type.

Condition type: PR00

Access Sequence: PR00

Table: Material/Customer Requirement: 3(Foreign currency doc)

So whenever this requirement matches system will not consider the specified access for the condition type.

Reward if helpful.

Regards,

Priyanka

Former Member

Hi

Reruirment is nothing but PRE CONDITION

If that condition satisfied that access will be checked

if not satisfied the access will not be considered.

Example:

Requirement 3 - Foriegn currency

This requirement is met if the document currency and customer currency will be different.

Its assigned in PR00 for condition table 6. this access is considered only when the currency diifers as per requirement.

Hope this will solve your problem

Reward if helpfull

Muthupandiyan

Former Member
0 Kudos

requirement field in access sequence is very useful.when the condition record is searching for particular access sequence if it gets in the first attempt then the the search will stop.it won't go for search again.if u not maintained requirement than it will search until last access sequence.

if it's useful reward me

Former Member
0 Kudos

Hi Rajesh,

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.

Regards

Nadarajah Pratheb