cancel
Showing results for 
Search instead for 
Did you mean: 

Is there another way to disable fields aside from GET_I* and business roles?

0 Kudos

Hello All.

We're facing a problem wherein, when we add new items with a certain item type, the line item becomes disabled. The quantity and item status and some other fields can not be edited.

Upon checking the GET_I* method, rv_disabled is false, but the field is still disabled.

If we select another item type before pressing enter, the line item is editable.

We are not aware of any ABAP development that could cause this, though we are not 100% sure.

Is there another method where we could start debugging from that will cause the fields to be disabled?

Thanks for you help.

-Phil

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

So when we did a trace, we found custom code in GET_I_S_STRUCT that disables the fields at the item level. This is now solved.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello Phil,

First you check your items in txn in Genil_bol_browser, whether are you able to edit the field there?

If not then you have to check genil code instead of web ui.

Thanks,

Irfan

krishnendu_laha
Active Contributor
0 Kudos

Hello,

please check in DO_PREPARE_OUTPUT method if there is a logic to disable using GET* method.

Thanks,

Krish

Former Member
0 Kudos

check the .htm, may be there is some javascript