Application Development 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: 

SD user exit

Former Member
0 Kudos

I have a requirement to append an extra line to a sales order for certain customers. I thought I would be able to just append data to xvbap within the move_fields_to_vbap exit, but this doesn't filter through to the screen. Has anyone done this before? The only alternative I can think of is storing the contract in a custom table and then having a scheduled program BDC the additional line

1 REPLY 1

former_member404244
Active Contributor
0 Kudos

Hi,

Use the exit

USEREXIT_SAVE_DOCUMENT

OR

USEREXIT_SAVE_DOCUMENT_PREPARE.

in the incldue MV45AFZZ.

Regards,

Nagaraj