2011 Nov 09 3:09 PM
Hi Guys,
When a installation is disconnected, the status of the installation changes to disconnected. On clicking the status, it takes you to the disconnection document .
Similarly is there any way to navigate to reconnection document or find the list of disconnection /reconnection documents raised against an installation or device etc (apart from using the tcode EC87)
Thanks in advance.
2011 Nov 10 2:34 AM
Hi,
Two tables : EDISCOBJH & EDISCOBJ.
In these two tables you will get all the entries.
EDISCDOCH is header table and field DISCSTATE is for status.
Regards,
Pranav.
2011 Nov 10 2:34 AM
Hi,
Two tables : EDISCOBJH & EDISCOBJ.
In these two tables you will get all the entries.
EDISCDOCH is header table and field DISCSTATE is for status.
Regards,
Pranav.
2011 Nov 10 7:44 PM
Hi Pranav,
Thanks for the input, but i was referring via transactions & not via table entries. Is there any way to find the disconnection / reconnection document by via installation or device or any other way (But only using tcodes)
NB: No disconnection / reconnection order are created in this scenario.
2011 Nov 11 3:44 AM
Hi,
Though I dont think there is any std transaction code for your requirement, however , if you only want to you find the disconnection\reconnection documents for a particular installation\device, you can develop a query through SQVI using the tables EDISCOBJH & EDISCOBJ by table join
Now assign a Z transaction code against the query, so that you can execute the query from SAP easy access.
Hope it answers your query...
Thanks,
Amlan
2011 Nov 15 3:32 PM
Hi,
If you are using IC Web client, some implementations have use the "Search Disonnection Documents" menu item (after confirming the Premise. Try this if it is relevant to you.
Other that that, a simple query can be written by asking your developer to list Disconnection documents of Status 21 or 30, and displaying the associated Reference Object Type, and Reference Object.
I hope this helps.
Ivor Martin
2011 Nov 28 3:37 AM
Hi,
In installation screen you will only be able to find active disconnection document which is not yet reconnected.
If you have to look up for all the disconnection/reconnecton documents then follow the approach of creating custom t.code as mentioned in the thread or make use of EC87 transaction.
Thanks,
Imran
2011 Dec 08 7:22 AM
Only wa\y to execute throuhg EC 87. Otherwise you need to rotate through BP and Conract
2011 Dec 13 6:05 PM