Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Bapi for HUP1?

MaryM
Participant
0 Likes
832

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

5 REPLIES 5
Read only

Former Member
0 Likes
734

hI

tRY THIS

BAPI_HU_DISPLAY_HISTORY

Read only

Former Member
0 Likes
734

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

.

Read only

Former Member
0 Likes
734

Hi

try this also

BAPI_OUTB_DELIVERY_CREATE_SLS.

Read only

MaryM
Participant
0 Likes
734

Thanks,

I'll try and let you know..

MaryM

Read only

MaryM
Participant
0 Likes
734

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