2010 Mar 31 2:05 PM
Hi,
When I update data in the iw32 using BAPI_ALM_ORDER_MAINTAIN, if the WBS column is empty in the input file, the old value is erased in the iw32. But it should not.
What is the cause of this?
Ezhil.
Hi,
When I update data in the iw32 using BAPI_ALM_ORDER_MAINTAIN, if the WBS column is empty in the input file, the old value is erased in the iw32. But it should not.
What is the cause of this?
Ezhil.
2010 Mar 31 2:22 PM
Hello
It is because you modify WBS element with initial value.
To avoid this you need to check WBS element in file.
If it is initial - BAPI_ALM_ORDER_COMPONENT_UP-WBS_ELEM = ' ' (do not update with initial value),
else BAPI_ALM_ORDER_COMPONENT_UP-WBS_ELEM = 'X' (update)
2021 Jan 27 1:54 PM
Hello, I have a similar problem. Did you manage to solve it?