SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Switch Document

Former Member
0 Kudos

Hi Experts ,

I want to know if its possible to create a Switch Document manually.

Can anyone please let me know the T-code for Create Switch Document ?

regards

sagar

1 ACCEPTED SOLUTION

alexander_breuer
Active Participant
0 Kudos

Hi,

the best way is to use the BOR methods of ISUSWITCHD (tx swo1)

ISUIDESwitchDocAdv.CreateMsgDataDialog

ISUIDESwitchDocAdv.CreateFromMsg

CreateMsgDataDialog also opens a dialog for input of message data. The BOR methods can also be used in Front Office Processes for supplier switch.

Best regards,

Alexander

View solution in original post

3 REPLIES 3

Former Member
0 Kudos

hi

I dont think it is possible to create a switch document manually.

ISUSWITCHD object is used for the creation of switch document.

(event ISUIDESwitchDocAdv is used for creation)

I couldnt find a t code for creating a switch doc.

found some links ... see if they help u

http://help.sap.com/saphelp_utilities472/helpdata/en/5e/8e18f08ee44e12afb1e0dfb88c9854/frameset.htm

http://help.sap.com/saphelp_utilities472/helpdata/en/5e/8e18f08ee44e12afb1e0dfb88c9854/frameset.htm

http://help.sap.com/saphelp_utilities472/helpdata/en/8d/d96793ee2d424f9c315b223ec1eebf/frameset.htm

Regards,

Sumedha.

Edited by: Sumedha Lele on May 4, 2009 8:16 AM

Former Member
0 Kudos

Hi,

There is no Tcode as such to create switch document because switch docments are generally created as a part of some process like move-in, switch..etc

You can use S_OPEN method of class CL_ISU_IDE_SWITCHDOC to create switch document. Just pass Internal POD and move-in date to this method and it will create switch document. You can see the switch document in table EIDESWTDOC.

Regards,

Minal

alexander_breuer
Active Participant
0 Kudos

Hi,

the best way is to use the BOR methods of ISUSWITCHD (tx swo1)

ISUIDESwitchDocAdv.CreateMsgDataDialog

ISUIDESwitchDocAdv.CreateFromMsg

CreateMsgDataDialog also opens a dialog for input of message data. The BOR methods can also be used in Front Office Processes for supplier switch.

Best regards,

Alexander