cancel
Showing results for 
Search instead for 
Did you mean: 

Analysis Authorizations.

Former Member
0 Kudos

Hello All,

We have a scenario where the value will be ex: ABC*D for analysis authorization.

This value will be populated to a variable through costomer exit.

But when the value is populated as A* or AB* or ABC* or ABCD* it is working fine.

If I use multiple * in a single value like ex: ABC* it is not working and giving the below error.

When the query is executed it is displaying No Authorization.

Please provide your inputs if somebody had already faced this issue.

Thanks for inputs.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member366279
Contributor
0 Kudos

Hi,

This is the design of the system.

It is described in OSS note :

1053989 Intervals and Patterns [(*),(+)] in Analysis Authorizations

*********************************

The required format for normal characteristics is the following:

- Single value: I EQ A (characteristic value =A),

- Interval : I BT A B (A <= characteristic value<= B)

- Pattern : I CP A* and I CP A+ (pattern with exactly one

wildcard (*) or exactly one plus character after A).

- Aggregation authorization :

Colon character (:). Permits an aggregation on the characteristic.

Written as single value I EQ :

Patterns

Only patterns with exactly one ending + (wild card for a single

character) or * (pattern for arbitrarily many charactersy) are allowed.

For example : entering A*A is not possible.

*********************************

Regards,

Patricia