2007 Mar 15 6:01 AM
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
2007 Mar 15 6:04 AM
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
2007 Mar 15 6:54 AM
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