cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to Make the field as read only on shopping cart

Former Member
0 Likes
470

Hi All,

How to Make the field as read only on shopping cart ?? Pls advice.

Thanks,

SRM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

hello,

Which SRM version your using?

Is it custom or standard field?

The BADI is BBP_UI_CONTROL_BADI in SRM 5.0.

UI field customizing is available without BADI in SRM 7.0

In SRM 7.0 :-

Goto SPRO->SAP Supplier Relation ship Management

                         ->SRM Server

                             ->Coss applications and settings -> Extensions and Field Control

                                      ->Configure field control->configure control for fields substructure (in tabs field)

Object type - BUS2121    

Set level - HEADER

Field Visible   - check box should be checked

Field Enable   - blank ( check box should not be checked )

Regards,

Neelima

Former Member
0 Likes

Hi Neelima,

Thanks for the reply..

We are using the SRM 7.0 and trying to make the standard GL AC field as read only. But with your suggested steps i couldn't achieve it.

Pls let me know..

Thanks,

SRM

laurent_burtaire
Active Contributor
0 Likes

Hello,

check with entries below:

Set Type

Struct. Type

Obj. Type

Set LevelF. VisibleF. EnabledF.Required

31

G_L_ACCT

BUS2121

X

Regards.

Laurent.

Former Member
0 Likes

Thanks Laurent for your inputs but unable to achieve the functionality. Still GL AC field displayed in editable mode..

laurent_burtaire
Active Contributor
0 Likes

Hello,

check what's happened in /SAPSRM/IF_PDO_META_CONSUMER~GET_FIELD_METADATA method from /SAPSRM/CL_PDO_META_BO_SC class.

Regards.

Laurent.

Answers (1)

Answers (1)

Former Member
0 Likes

Thanks Neelima, Laurent and all.. Resolved my issue. Much appreciated..#

Thanks,

SRM