2011 Sep 22 7:05 AM
Hello All,
My requirement is as below.
Adding output in the sales order with the medium Simple Mail (7).
Here partner is getting added with the user that is getting executed.
when i checked in the code from the inlcude DV70AF0D form DV70A_PARNR_GET,
there was one check on Medium as below, if it is 7(Simple mail), then user which is executing is added at partner.
below is the condition from the include DV70AF0D.
if tpar-nrart ne mailpartnerart or x_parvw eq space.
IF XNAST-NACHA NE INTERNMAIL.
Could any one let me know if we can change this partner according to the requirement. in My requirement here i should get the Sold To Party Address.
Thanks for your help on this.
Hello All,
My requirement is as below.
Adding output in the sales order with the medium Simple Mail (7).
Here partner is getting added with the user that is getting executed.
when i checked in the code from the inlcude DV70AF0D form DV70A_PARNR_GET,
there was one check on Medium as below, if it is 7(Simple mail), then user which is executing is added at partner.
below is the condition from the include DV70AF0D.
if tpar-nrart ne mailpartnerart or x_parvw eq space.
IF XNAST-NACHA NE INTERNMAIL.
Could any one let me know if we can change this partner according to the requirement. in My requirement here i should get the Sold To Party Address.
Thanks for your help on this.
2011 Sep 22 2:46 PM