cancel
Showing results for 
Search instead for 
Did you mean: 

Bapi to HUP1 or how to change VEKP-status?

MaryM
Participant
0 Kudos

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' and 'BAPI_HU_PACK' '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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

In BAPI_HU_CREATE, HEADERPROPOSAL you may pass HU_STATUS_INIT as 'B'. If you are not passing any value in this field, the HUs are created with status as Planned.

Hope this helps.

Regards,

Rajiv..

Answers (0)