cancel
Showing results for 
Search instead for 
Did you mean: 

Output determination

former_member595688
Participant
0 Kudos

Hi,

We have configured output(EDI) for shipping notification with field combination: delivery type/SH

now the requirement is we don't want to trigger it for particular sales document type.

Note:all the sales doc type uses same delivery type LF.

issue is for all order type the Idoc is triggering since the delivery type is same for all, but for particular order type we don't want to trigger the Idoc

How to resolve the issue??

Accepted Solutions (1)

Accepted Solutions (1)

moazzam_ali
Active Contributor
0 Kudos

hi Ali

Why don't you add sales document in condition table? Or sales area if you have separate sales area for that particular sales order for which you don't want to trigger that output type. Have you tried this. I think it should work.

former_member595688
Participant
0 Kudos

Hi Ali,

Thanks for the suggestion!!

I couldn't do that because we have already maintained condition records and if we add new field sales document type to the condition table then we need to maintain condition record for thousands of SH which the user will not agree.

SAP guru's please suggest as it is very urgent!!

jpfriends079
Active Contributor
0 Kudos

Ali

If you don't want to trigger Idoc for particular, delivery doc created with reference to particular sales doc type. With help on ABAP resource, you can write your logic in routine for the said Idoc's output type. So, the logic can exclude the trigger of output type for those sales doc type in delivery. Subsequently, maintain that against output type in output procedure.

Regards, JP

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ali,

If that is the case which is sensitive now to maintain for thousands of records, then the option is requirement in which you can give the logic to the abaper which he can create a new requirement in VOFM  as per your requirement using the field e.g: VBAK-AUART(SALES DOC.TYPE) check this field before getting the records of that particular output type. In the output procedure place this new output requirement in front of that output type. Also check this suggestion with others to know what are the possibilites.

Regards,

S.Himavanth.