on 2009 Jan 20 10:08 PM
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?
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
96 | |
15 | |
10 | |
8 | |
5 | |
4 | |
3 | |
3 | |
3 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.