Application Development and Automation 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: 
Read only

Partner In Output Type

Former Member
0 Likes
406

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.

1 REPLY 1
Read only

Former Member
0 Likes
357

Any help experts