cancel
Showing results for 
Search instead for 
Did you mean: 

Wanted: "move_field_to_veda" similar to "move_field_to_vbkd"

former_member972980
Discoverer
0 Kudos

Hello!

Looking for a user-exit etc. similar like "move_field_to_vbkd" but for contract data "VEDA"

The exit "move_field_to_veda unfortunatly did not exist!

Any suggestions?

Thanks.

Hermann

Accepted Solutions (0)

Answers (1)

Answers (1)

paul_quinn
Participant
0 Kudos

Hi Hermann,

You could modify the VEDA data in USEREXIT_SAVE_DOCUMENT_PREPARE

(MV45AFZZ) when you save the document. You would have to use an ASSIGN

to access the VEDA data and change it.

Not all SD data is stored in the 'global' program SAPMV45A and can

be changed in the userexits.

If you like to make modifications in the contract data you have to

change them in function group V45W. There is no predefined

userexit to do that.

So if you have to change/check the contract data while saving,

you should add a new function with you modifications

in function group V45W and then you can call this function from the

SAPMV45A userexits.

kind regards

Paul Quinn