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

Changing Handling unit

Former Member
0 Likes
2,840

Hi experts,

I have to change two fields in HU: VEKP-EXIDV and VEKP-EXIDV2. Over some reasons I can't directly update DB table. Does someone know any FM or BAPI, which is useful for me?

Thanks In Advance.

Edited by: Alexandr Ciunchik on Oct 24, 2008 1:51 PM

3 REPLIES 3
Read only

Former Member
0 Likes
1,632

You can update the db table directly. it can be done in debug mode.

1. display the data .

2. /h enter in command box

3. it goes to debug mode.

4. select the code, its value is 'SHOW'( if code = 'SHOW'.)

5. change the value to "EDIT" and click on change filed contents.

6. press F8, it comes in editable mode here u can change the fields.

( Not possible for primary keys value)

I hope it will solve ur problem

Regards,

Ramprasad

Read only

0 Likes
1,632

No, this method is not suitable, becase I have to write program, which updates HU. (But using FM or BAPI, not directly in DB)

Read only

Former Member
0 Likes
1,632

hi,

Use fm SD_DELIVERY_UPDATE_PACKING for updating the handling units.