cancel
Showing results for 
Search instead for 
Did you mean: 

Authorization object failed - V_LIKP_VST (shipping point)

I have implemented V_LIKP_VS authorization object in a report as follows.

But this fails for a one user ( pls check SU53 dump).

But he has authorization for those shipping points.

The report has data for shipping points 8001 & 8090. but it fails for this user.

AUTHORITY-CHECK OBJECT 'V_LIKP_VST'
         ID 'VSTEL' FIELD 'SHP_IDX_GDSI-VSTEL'
         ID 'ACTVT' FIELD '03'.
CHECK SY-SUBRC = 0.

Accepted Solutions (1)

Accepted Solutions (1)

JL23
Active Contributor
0 Kudos

you have quite a strange shipping point.

A shipping point has 4 digits e.g. 8090, but your shipping point is SHP_IDX_GDSI-VSTEL

If you take the values from a field, then you should not put it in single quotes, otherwise it become the value itself.

Answers (1)

Answers (1)

0 Kudos

Thank Jurgen, My fault ..