Skip to Content
0
Former Member
Oct 15, 2010 at 10:53 AM

SZA1_D0100-SMTP_ADDR (e-mail adress in business partner for sales order)

1273 Views

I need to control that the in the Sales Order the field SZA1_D0100-SMTP_ADDR (e-mail adress in business partner) is setted.

I thinked to use USEREXIT_SAVE_DOCUMENT_PREPARE. In this exit I have on line the structure XVBPA with ADRNR and I haven't on line the structure SZA1_D0100-SMTP. When I'm inserting for first time e-mail adress in sales order, i must read the value in structure and not a DB table. In which structure on line for USEREXIT_SAVE_DOCUMENT_PREPARE i can read e-mail adress for a specific partner?

Also another way to control the setting of field SZA1_D0100-SMTP_ADDR is ok.

Thanks.