2011 Jun 17 2:17 PM
Hi All,
Can you tell me if we have any function module or any method for disconnecting the header notification from an order in the background. Please help
2011 Jun 18 12:14 PM
Hi,
If u do not want notification to be created with MO in background then you can remove the integration between notification and Order via configuration under SPRO -->Plant Maintenance --> Maintenance and service processing ---> Maintenance and service Orders -->Define Notification and Order Integration ... here against ur order type u can remove notification type , thus notification will not be created when order is created ...
regrds
pushpa
2011 Jun 20 5:20 AM
Hi,
Its not that I do not want a notification to be created. I definitely want a notification to be created. But my requirement is that, in a certain condition, when I try saving the WO, the header notification should be disconnected from the WO in the background. Is there a function module to do this. If not, can you help me out with a piece of code in order to achieve this.
2011 Jun 20 7:24 AM
I solved it. What I did is, dynamically called the subroutine which does the disconnection. PERFORM ('FCODE_IHDL') IN PROGRAM ('SAPLCOIH'). This subroutine does the disconnection when we manually disconnect the WO.