cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple output in MIRO (MR90)

Former Member
0 Kudos

Hi All,

I created a new output type to be used in MIRO.

After I create theinvoice in MIRO, SAP creates an output for each line item.

I can see multiple outputs in MR90.

How can I create the output at header level only? (One output per invoice).

Any ideas?

CD

Edited by: Carlos Durazo on Dec 10, 2009 3:27 PM

Edited by: Carlos Durazo on Dec 13, 2009 11:11 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Resolved with a new Requirement (990) and assigned to calculation schema.

Former Member
0 Kudos

Hi Carlos,

Can you please explain how you exactly restricted the output been getting triggered at item level.

What code have witten.

Thanking you in advance,

Swapnil Pawar.

Former Member
0 Kudos

Hi,

Sorry, I do not know the code, that was written by the ABAP developer.

CD

Former Member
0 Kudos

Ohh..

so is there any change of gettinf the code from the system,

As i'm not able to find any solution on this issue elsewhere.

Appriciate your help.

0 Kudos

Hello,

I am surprised to see that this thread holds good even today:)

I have added the following code in a custom routine. - This is to helo my fellow ABAP consultants looking for a solution

IF pi_item IS INITIAL. " header - parameter from FM 'MESSAGING'

sy-subrc = 0.
ELSE. " Item
sy-subrc = 4.
ENDIF.

This code needs to be written in KOBEV_<routine number>.

Thanks & Regards,

Naresh K

Former Member
0 Kudos

Hi Carlos,

Do you mean that for 10 line items u got 10 print outs.

Kindly confirm .

Regards

Ramesh Ch

Former Member
0 Kudos

Ramesh,

Yes, that is correct. I want only one message per invoice(Header level).

CD

former_member182609
Active Contributor
0 Kudos

It seems you have maintained outputs header and item level.In MR90 you have selected item level output due to this you are getting many outputs.Check in MIR4 transaction in header level any output condition maintained.If yes in MR90 screen give in selection header level out put condition and execute then check.

Former Member
0 Kudos

Sridhar,

Output are determined automatically no manually.

I maintained the condition for output medium "A" in customazing.

How can set up the output to be only header level?

CD

Edited by: Carlos Durazo on Dec 14, 2009 2:01 PM