cancel
Showing results for 
Search instead for 
Did you mean: 

making non editable in SRM4.0

Former Member
0 Kudos

Hi ,

We are in SRM 4.0,

We have a requirment where in we need to make Quantity and Purchasing group fields non editable if we pick catalogs.

I tried following :-

1, In SRM4.0 BBP_UI_CONTROL_BADI does not have BBP_SC_UI_CTRL method.

2, Tried using below code in BBP_SCREENVARIANT Badi but i am not able to keep a condition(for catalogs only). Thus it is working for all scenerios.

Kindly provide some pointers .

Regards,

Neelima

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks

Former Member
0 Kudos

hi neelima,

I have got the same requirement that is in 4.O i also have to make field uneditable.

Can u tell how to achieve this.

former_member184111
Active Contributor
0 Kudos

Hi Neelima,

I see that in the method GET_SCREENVARIANT_SC there is thers the importing parameter IV_GUID whic must be the GUID of shopping cart so using the FM BBP_PD_SC_GETDETAIL you can check for the type of catalog and validate the condition.

Never used the BADI but Just a thought...

Thanks,

Anubhav

Former Member
0 Kudos

Hi Anubhav,

I tried it but iv_guid doesnt contain SC guid. BBP_SCREENVARIANT gets trigger at starting of the transaction.

Regards,

Neelima