‎2008 Dec 04 10:13 AM
Hello everyone,
I have to create a handling unit and change the status (VEKP-STATUS) from 0001 planned to 0010 implemented.
I have tried to create HU with 'BAPI_HU_CREATE', but it leaves the HU with status 'planned'.
Transaction HUP1 creates HU with status 'implemented'.
Does anyone know any FM or Bapi to HUP1 directly or some other way to change HU status.
Thanks in advance,
MaryM
‎2008 Dec 04 10:24 AM
‎2008 Dec 04 10:25 AM
Hi,
try if these Bapi works:
BAPI_HU_CREATE(to create)
BAPI_HU_DELETE(to delete)
BAPI_HU_DISPLAY_HISTORY.
you will get more details in the link below(bapi number 807 to 816 related to hu 😞
http://www.sapnet.ru/m/list_BAPI.html.
Hope it helps,
Rahul
.
‎2008 Dec 04 10:26 AM
‎2008 Dec 04 10:35 AM
‎2008 Dec 04 4:39 PM
Well,
I haven't found a solution , none of the bapis mentioned above are doing what I need.
Does anyone know what action (transaction, FM) changes the status of one handling unit?
Thank you!
MaryM