cancel
Showing results for 
Search instead for 
Did you mean: 

output determination

former_member231409
Participant
0 Kudos

hi frnds

in output determination, I want to create output for one customer+one order type but 3 mediums like 1.print out 2.fax 3.email.after creation of sales order, I want to send the output to the customer by the above 3 mediums at time. How to do this?

regards

Accepted Solutions (1)

Accepted Solutions (1)

alpesh_saparia3
Active Contributor
0 Kudos

Hi,

For Customer-Order type related output.

  • Create Condition table (V/63) with field (Customer+Order type).

  • Maintain Access sequence (V/54) with new condition table.

  • Maintain different Billing output type (V/40) for Print/Fax/Email and assign the access sequence with processing routines

  • Assign Output type to Partners in V/31.

  • Maintain Output determination procedure (V/42).

  • Create condition record for output type in VV31.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

You cant maintain condition record for the same condition type with different medium. U can create different condition type for each of the medium and create condition record for that condition type in tcode :VV11. Try this and let me know is it working.