cancel
Showing results for 
Search instead for 
Did you mean: 

Authorization object L_LGNUM for LT11 (LGTYP check)

Former Member
0 Kudos

Hi, I have a problem with the object L_LGNUM authorization check for transaction LT11. It does not work for the field LGTYP. I put a trace to verify this check and I saw that the field LGTYP returned empty and did not check the parameter value specified for the L_LGNUM object in PFCG .

Has anyone seen this? How can I solve this problem?

Appreciate any helpful tip.

Best regards!

Netto Dauer

Accepted Solutions (0)

Answers (1)

Answers (1)

csaba_szommer
Active Contributor
0 Kudos

The help of authorization object L_LGNUM clearly says:

"The storage type is checked only when a transfer order is created (in connection with the movement type authorization check).  Otherwise the storage type is not checked (for example, when a storage bin is created)."

(my remark: please also have a look at OSS note 1033427 and referred notes about authority check during TO creation)

In LT11, in include ML03TI00_AUT_LTAK_LGNUM include FL000F00 is called (please see "DUMMY" in the last line):

    AUTHORITY-CHECK OBJECT CON_BER_LGNUM
       ID 'LGNUM' FIELD P_LGNUM
       ID 'LGTYP' DUMMY.

Message was edited by: Csaba Szommer