Application Development 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: 

Printing Service Order (IW32)

Former Member
0 Kudos
279

Hi SDN,

I have a requirement that Service order should be printed automatically as soon as order is released. To release the Order, I have used the BAPI

'BAPI_ALM_ORDER_MAINTAIN'. After successful releasing I need to print the service order Automatically.

Please suggest me how I can ichieve this.

Regds,

Vinsa.R

2 REPLIES 2

Former Member
0 Kudos
74

Hi,

Use the user exit: IWO10002 .

First do a BDC recording which will print an order.

Then, in this user exit, call this BDC and make it print.

Regards

Subramanian

0 Kudos
74

Hi Mani,

Thanks for prompt reply.

But this user exit is before releasing.

I need to print after release.

After pressing the green flag accidentally we have the option not to save.

I thin If i use this user exit order will be printed. But i want to print it after the system status has changed into RELS from CRTD.

Regds,

Vinsa.R