cancel
Showing results for 
Search instead for 
Did you mean: 

How to make a read only field editable in MDG UI

Former Member
0 Kudos

Hello Experts,


There is a MDG specific boolean field- REFLEXIVE (Same Partner) in the entity BP_VENFCN (Partner ) on UI. It is by default ready only once a Partner Function code is entered.

I want the field "Same Partner" to remain editable on UI once a Partner Function code is entered, and allow a user to check or uncheck.

If anyone knows please comment.

Note: I am using SAP MDG 7.0; Data Object: Supplier

Thanks,

Swati Verma

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

This issue is resolved using customizing Define Permissible Partner Roles per Account Group.

Former Member
0 Kudos

Hi Swati

Cool, Good to know that your issue is fixed.

Former Member
0 Kudos

The first question: how does this field behave in transaction BP or XK02?

Former Member
0 Kudos

This field - REFLEXIVE  does not exists in SAP tables. It is MDG specific used for Same Partner.

Former Member
0 Kudos

The problem is, on UI when a new entry of Partner Function is added, then, in that entry as soon as 'Partner Function Code' field is selected and entered then the field 'Same partner' becomes non editable automatically.

I dont want the field "Same Partner" to become non editable. I want it to remain editable.

Please let me know how this can be done.

Thanks,

Swati

Former Member
0 Kudos

Hi Swati

If there are domain fixed values for the underlying data element, then

you cannot select this checkbox field. In that case, Web Dynpro always

performs an existence check automatically.

Former Member
0 Kudos

Hi Swati,

This is standard SAP Behaviour.

You can have a look (break-point) in the FPM feeder class CL_BS_SP_GUIBB_FUNCTIONS method GET_FIELD_UI_PROP. Line 94.

The SAP behaviour is based on your ECC settings (line 49). Customizing view VVC_TPAER_I_VI.

Cheers, Henk.

Former Member
0 Kudos

Hi Swati

In below screen Tag for Active must be delected as it works fines for me in my system (Means after inputting partner function code same patener check box still remains in active stage

Former Member
0 Kudos

Hi Swati

It is assigned to data element MDG_BP_PFNC_REFLEXIVE which have fixed domain value.

As per SAP

If there are domain fixed values for the underlying data element, then

you cannot select this checkbox field. In that case, Web Dynpro always

performs an existence check automatically.