cancel
Showing results for 
Search instead for 
Did you mean: 

Batch feild grayed out in PO

Former Member
0 Kudos
860

Hi All,

The Batch number field in material data tab is grayed out in the purchase order, but when the info record number is removed from the line item, the batch number feild is not grayed out.

Does anyone know if it is the SAP standard or is it due to some other reasons?

View Entire Topic
0 Kudos

In the end of function MEPOBADI_FS_ITEM include the implicit enhancement.

LOOP AT ch_fieldselection INTO w_fieldselection WHERE metafield = '132'. " Disabled Batch Field
 w_fieldselection-fieldstatus = '*' .
 MODIFY ch_fieldselection FROM w_fieldselection.
 CLEAR w_fieldselection.
ENDLOOP.