‎2008 Oct 24 12:51 PM
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
‎2008 Oct 24 1:24 PM
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
‎2008 Oct 24 4:26 PM
No, this method is not suitable, becase I have to write program, which updates HU. (But using FM or BAPI, not directly in DB)
‎2008 Oct 24 5:28 PM
hi,
Use fm SD_DELIVERY_UPDATE_PACKING for updating the handling units.