cancel
Showing results for 
Search instead for 
Did you mean: 

acc seq

Former Member
0 Kudos

what is the imp of reqt in acc sequence

Accepted Solutions (1)

Accepted Solutions (1)

Lakshmipathi
Active Contributor
0 Kudos

Hi Rajesh

<b>Use</b>

If the requirement is fulfilled (SY-SUBRC = 0), then output determination also takes into consideration output type or the access sequence, for which the requirement has been specified.

<b>Examples</b>

A possible requirement would be, for example, that a difference should be made between document currency and local currency

Thanks

G. Lakshmipathi

Answers (2)

Answers (2)

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

Former Member
0 Kudos

Hi

Requirement:

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.

Example:

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.