cancel
Showing results for 
Search instead for 
Did you mean: 

VL02N error

Former Member
0 Kudos


Hi when using VL02N  user is getting error message:

no maintenance authorization for shipping point XXXX

Is this related to security issue?

Please take a look on attached pic

Thanks in advance

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

What the other gurus have said is spot on, I just wanted to recommended going to TC SUIM (user information systems) --> Roles --> Roles by Complex Selection Criteria

Scroll to the section for "Selection according to authorisation values".

In object 1 add = S_TCODE (enter, then add the value = VL02N)

In object 2 add = V_LIKP_VST (enter, then add the value = EN04 - the shipping point)

Execute.

You will then be provided with a list of all relevant roles which include this access.

Hope that helps.

Vicky

Shiva_Ram
Active Contributor
0 Kudos

Yes it is related to authorization issue. When you get the error, in another window run transaction code SU53, and provide the details to basis team to add the object to user profile.

Regards,

former_member223981
Active Contributor
0 Kudos

The user does not have change authorisation for the shipping point. You need to assign authorisation object V_LIKP_VST (activity 02) to this user.

From a technical viewpoint, the error is raised here:

SAPMV50A / FORM BERECHTIGUNG_PRUEFEN

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

* Berechtigung für diese Aktion in dieser Versandstelle
  AUTHORITY-CHECK OBJECT 'V_LIKP_VST'
       ID 'VSTEL' FIELD likp-vstel
       ID 'ACTVT' FIELD bp_actvt.

* Keine Berechtigung
  IF sy-subrc NE 0.
    bp_subrc = sy-subrc.
    IF bp_actvt NE actvt_04.
      PERFORM lieferung_entsperren USING likp-vbeln.

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

The authority check will fail if user does not have change authorisation for authorisation object V_LIKP_VST