cancel
Showing results for 
Search instead for 
Did you mean: 

Add custom fields to the EWM Inbound Delivery/Outbound Delivery UI

Yamuna_Mathew
Employee
Employee

Is it possible to add custom fields to the EWM Inbound Delivery/Outbound Delivery UI at item level?

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member

Hello Yamuna,

You need to add the fields a custom Include structure and append the same to the structure /SCDL/INCL_EEW_DLV_ITEM_STR. It will appear on the ITEM field of inbound delivery. Similarly for out bound delivery.

- Implement the Interface /SCWM/IF_EX_DLV_UI_SCREEN method DEFINE_ITEM_EXTENSION.

Or you may populate the item data during delivery distribution from ERP to EWM in the CIF enhancements.

Regards,

Rahul

I have added a field at item level on outbound delivery(/scwm/prdo) but that is appearing as display field. I have following questions

- How to make this field editable.

- How to validate and save data.

Thank you,

Bhanu

former_member201532
Participant
0 Kudos

Hi .

i am transfering custom fields from ECC to EWM using QRFC.

i need to create custom field in EWM table /SCDL/DB_PROCI_O.

i am using BADI SCWM/EX_ERP_MAPIN_OD_SAVEREPL in EWM  to recieve custom fields data.

please help how to populate these custom field data in the EWM table /SCDL/DB_PROCI_O using BADI.

Thanks,

phani

0 Kudos

Hi Yamuna,

Look for out /scdl/incl_eew_dlv_item_str(items) in case of items.

Look for this Badi interface /SCDL/IF_EX_DL_DOCDATAi-tem_create.

Hope this helps.

Former Member
0 Kudos

Mathew,

I think we may have our answer on the following site:

http://saptechnical.com/Tutorials/ExitsBADIs/VL01N/Index.htm

Former Member
0 Kudos

Hi all,

If anyone has an answer to that question it could really help me out as well.