cancel
Showing results for 
Search instead for 
Did you mean: 

Restricting users for not deleting movement type in CO11n

0 Kudos

Dear Experts,

While doing Production order conformation through CO11n T.code user are many a times deleting movement type 261 and then saving the document.

Due to which only goods receipt takes place.

Is there any way I can restrict users from deleting Line item in CO11n screen.

Please help.

Regards,

Pradeesh.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Create Screen variant to CO11N T-Code with SHD0

or

Restrict the movement type field through program BadI WORKORDER_GOODSMVT

or

check with authorisation objects

M_MSEG_BWF

M_MSEG_BWA

Br,

Ravi

Answers (3)

Answers (3)

former_member200568
Active Participant
0 Kudos

following are the alternatives,

1) Restrict the authorization to the end user by creating authorization object for Movement type or deletion.

2) Opt for enhancement if you want to apply this check for specific Order types.

3) Screen Control ( Make field in Display Mode ) through SHD0.

4) Explicit enhancement in BADI WORKORDER_GOODSMVT.

Regards,

Deep Dave.

Former Member
0 Kudos

You can achieve this using screen variant , Transaction Code is SHD0.

Also, check with your ABAPer for user exit  PPCO0023.

kiran_kumar179
Active Contributor
0 Kudos

Pradeesh,
Please search in this forum before posting any question as this has been discussed many times.

In Standard configuration your requirement can not be fulfilled you have to look for below alternative ways.

1.With screen variant in SHD0

2.With BADI WORKORDER_GOODSMVT

Check below thread for more help

BR
KK