cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Add a field to HU in EWM

hasada
Product and Topic Expert
Product and Topic Expert
2,719

Hello, Does anyone have experience to add a custom field to HU in EWM? If I can add a field to HU, how can I maintain HU including the custom fields. Is there any way to use BAPI / Batch input?

Really appreciate if any advice. Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

j_blohm
Active Participant

Hi hasada,

You can use FM /SCWM/HUHDR_ATTR_CHANGE or packing class /SCWM/CL_PACK=>/SCWM/IF_PACK_BAS~CHANGE_HUHDR (which uses the same FM).

Usually you would write a simple monitor method to maintain the custom fields in the dialog. It's really not much work.

I am not aware of any other option to change the HU header in mass processing, so I have always relied on writing simple reports or a monitor method for the initial data population after adding a new field.

Hope this helps a little,

Jonas

hasada
Product and Topic Expert
Product and Topic Expert
0 Likes

Great thanks for your advice! Will try it.

Answers (0)