cancel
Showing results for 
Search instead for 
Did you mean: 

NWBC UI field is marked as visible but not visible on actual screen

Former Member
0 Kudos

Hi All,

At default route screen layout customizing I can see Shipping type as visible field(attribute set to as visible input) but in actual screen display Shipping is not getting visible. PFA docuement with captured screens within it.

Can anyone guide me from where we can mark it as visible and ready for input.

Does is support and SPRO settings or any class method based approch.

Please help.

Thanks,

Maharshi

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Maharshi,

     Check the FBI view has the view exit specified in the corresponding configuration. If yes.

      Get that class open and place the break-point in the ADAP_FIELD_PROPERTIES and check. Also check whether they have coded anything in the ADAP_FIELD_PROPERTIES method.

Former Member
0 Kudos

Thanks Dinesh,

It worked.

There is class method as shown below which set visibility setting for this shipping type field. It's enabled only for Sea mode.

Class : /SCMTMS/CL_UI_VIEWEXIT_SCH

Method : ADAPT_FIELD_PROP_ROOT

Thanks,

Maharshi

Answers (0)