cancel
Showing results for 
Search instead for 
Did you mean: 

Modification of Delivery Header Field on SAVE

former_member206632
Participant
0 Kudos

Hello,

I'm trying to implement a logic that will permit a custom modification of field LIKP-VOLUM on save of a modified Delivery (using VL02n). Before implementing the custom logic I have been trying to change the appropriate fields in DEBUG mode, but with no success so far. Here's the steps that I've been following:

I tried two users EXITS:

  • USER_EXIT_SAVE_DOCUMENT_PREPARE
  • USER_EXIT_SAVE_DOCUMENT


In the 2 cases I modified the following fields (the same that are modified when I change the Volume manually in the screen):

  • XLIKP-VOLUM
  • LIKP-VOLUM


Unfortunately the Delivery is saved but LIKP-VOLUM is not modified.


Any clues?


Best regards,


João



Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi João,

Did you try the BADI LE_SHP_DELIVERY_PROC, method CHANGE_DELIVERY_HEADER or CHANGE_DELIVERY_ITEM.

I think it will be useful to change the VOLUM field.

BR.

Gian