cancel
Showing results for 
Search instead for 
Did you mean: 

Making Authorization Group mandatory for Change Master

Former Member
0 Kudos

Hi,

I wish to make the field "Authorization Group" mandatory while creating a change master (T.code: cc01). Can anybody help me in achieving the same?

Regards

S.Sivakumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sivakumar,

Steps:

1. Check with your Basis consultant wheather has he included Parameter "<i><u><b>abap/fieldexit"=Y</b></u></i> in your SAP Instance profile.

2. To Create a Field Exit, you need to first determine which data element, you would want to change, the program that you would like to have the effect on, the screen number.

In CC01,

go to field "Authorization Group" place the cursor in the field and press "F1"

you get an Help screen with a <b>Technical info</b> you get any <b>Data Element "CC_AENBE"</b> and <u>Program Name</u> <b>SAPMC29C</b>

and <u>Screen Number</u> <b>0010</b>

Then

4. Go to Transaction Code "CMOD" in popup menu Goto->Text Enhancements

Give all these above details for your ABAP and ask him to make Field "Authorization Group" as Mandatory

he will do it immediately using CMOD and your Information provided to him.

Regards

Rehman

<b>Reward Your Points if Useful</b>

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Create Transaction Variant(SHD0), it will solve your problem.

Thanks,

Anitha

Former Member
0 Kudos

Rehaman & Anitha

Thanks a lot. I was able to make the field mandatory thru the T.code SHDO.

Regards

S.Sivakumar