2011 May 27 1:52 PM
Hi ISU Gurus,
I am in a requirement to add new disconnection document status to the existing list of disconnection status. Currently the statuses that are available are:
New,
New, Release Unnecessary
Released
Disconnection Started
Disconnection Carried Out
Reconenction Started
Reconnection carried out
..
Completed
These are all standarad.
We need to introduce some more disconnection statuses in between these above mentioned statuses.
Also can you please let me know how I can update the disconnection status to these new statuses?
Thanks in advance!
Regards,
Anirban Das
2011 May 27 2:14 PM
Anirban:
As mentioned before, adding a status would require a modficiation to the EDCDOCSTAT domain since the values are directly assigned there. But beyond that, the status is determined internally by various programs, so adding a status will not allow you to set documents to that value - you would need to modify all of the standard programs which set it. I would not recommend going down this path as you are.
regards,
bill.
2011 May 27 2:14 PM
Anirban:
As mentioned before, adding a status would require a modficiation to the EDCDOCSTAT domain since the values are directly assigned there. But beyond that, the status is determined internally by various programs, so adding a status will not allow you to set documents to that value - you would need to modify all of the standard programs which set it. I would not recommend going down this path as you are.
regards,
bill.
2011 May 27 2:47 PM
In most of the cases, you will have a service order associated with a disconnection order. Why don't define more user statuses to your service orders and keep the disconnection document statuses standard? That way you don't have to meddle with standard SAP.
2011 Jun 24 1:25 PM
Hi Gurus,
Thanks for your valuable updates. Currently we are using service order status as the final status of the disconnection document. And disconnection document status remains as set by standard SAP.
Regards,
Anirban
2011 Jun 24 3:34 PM
Hi,
You can change the Disc Doc status by using the
FM:
ISU_S_DISCDOC_PROVIDE
ISU_DISCDOC_OBJECT_GET
ISU_DISCDOC_ACTION_SAVE.
You need to build the internal tables in y_obj. If you want more info i can help you.
Thanks
2015 Apr 01 10:44 AM