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

propose multiple output types for a single appl document

Former Member
0 Likes
645

Hi,

Is it possible to propose multiple output types from a single sales order?

i have a req where i have to propose multiple idoc's from the SO, let's say i have 2 line items with 2 plants, i have to propose two output types when we save the SO, so that it will create 2 idocs.

regards,

Kashif

Hi,

Is it possible to propose multiple output types from a single sales order?

i have a req where i have to propose multiple idoc's from the SO, let's say i have 2 line items with 2 plants, i have to propose two output types when we save the SO, so that it will create 2 idocs.

regards,

Kashif

3 REPLIES 3
Read only

Former Member
0 Likes
616

I Belive it is not possible by using standard one.

if you need create Idoc for each line item level,then you need to write custom abap ,then do the all configuration.

Thanks

seshu

Read only

0 Likes
616

Hi seshureddy,

First thanks for the reply, secondly, can u elaborate what u have said in your previous reply, also my requirement is to generate multiple idoc's from the SO with plant info at the line item level.

Thanks

Kashif

Read only

0 Likes
616

Hi Kashif,

It is possible to create miltiple idocs for the So. Just you need to do is to Create multiple message types for the same idoc type. Then based on what ever it might be as plant, company code etc and Message type, you can diffirentiate Idoc and generate.

Thanks

Manju.