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

MB90 - Print Preview

Former Member
0 Kudos
1,064

Hi All ;

I created an output type, which name is 'ZIRS' . The problem is that;when I want to print much more one MBLNR at a time,

for example 10 mblnr , I have to click print pop-up for every mblnr.I want to only one pop-up for all mblnr.

The output like that;

I selected 6 mblnr,after F8.

The Printing pop-up viewing 6 times. How can I print all mblnr; only one time?I am waiting for your solutions.

Best Regards,

Fırtına.

1 ACCEPTED SOLUTION
Read only

nabheetscn
SAP Champion
SAP Champion
0 Kudos
840

Put a break point in WFMC_MESSAGE_SINGLE itis showing the pop up. Inside it your driver program is called check in NACE if its standard or custom. If custom you can set the print parameters

2 REPLIES 2
Read only

nabheetscn
SAP Champion
SAP Champion
0 Kudos
841

Put a break point in WFMC_MESSAGE_SINGLE itis showing the pop up. Inside it your driver program is called check in NACE if its standard or custom. If custom you can set the print parameters

Read only

Aniket_Bagani
Discoverer
0 Kudos
721

Hi, can you help me with this...

While I'm selecting multiple documents i.e. multiple mblnr & print preview it is only showing first document. I'm using Wa03 output type & Entry_ Wa03 routine. Actually while selecting mblnr from nast- objkey, the nast structure is only picking first document & there is no loop or other way. Can you please help what is the solution!!