cancel
Showing results for 
Search instead for 
Did you mean: 

how real time senario goes in XI ??

Former Member
0 Kudos

Hello All,

How is the real time senario goes in XI, Is that the same as we do in ABAP like Devlopment, Testing and Production? If so how will we transfer an interface from devlopment system to testing and then to production? Can any one please give the steps in involved?

I would feel happy if get the whole details from the scratch.

Thanks in Advance,

Suma

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

<i>Is that the same as we do in ABAP like Devlopment, Testing and Production?</i>

Depends. But mostly Yes.

<i>If so how will we transfer an interface from devlopment system to testing and then to production?</i>

Using transport mechanism with

1. File System

2. CMS

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f85ff411-0d01-0010-0096-ba1...

Regards,

Prateek

Message was edited by:

Prateek Srivastava

Answers (3)

Answers (3)

former_member529475
Active Contributor
0 Kudos

Hi Suma,

<i>Is that the same as we do in ABAP like Devlopment, Testing and Production?</i>

Yes

<i>how will we transfer an interface from devlopment system to testing and then to production? Can any one please give the steps in involved?</i>

XI objects can be transported in two ways.

1. File based transport.

2. using CMS.

Check these weblogs for more information..

/people/sap.india5/blog/2005/11/09/xi-software-logistics-ii-overview

/people/sravya.talanki2/blog/2005/11/02/overview-of-transition-from-dev-to-qa-in-xi

For transporting XI Objects to another server, there are two ways.

1. Using CMS mechanism, I haven't worked with this.

2. Exporting SWCVs using TPZ format:

a) Goto Tools Menu->Exprot design objects->Select the SWCV

and follow the screens, your TPZ file will be available at

\usr\sap\<SID>\SYS\global\xi\repository_server\import\

3.Copy the TPZ file into the new server folder:

\usr\sap\<SID>\SYS\global\xi\repository_server\export\

4.Login to new Server XI IR Design

5.goto Tools->Import design objects and select the TPZ file you want to import.

Using CMS you can right click the rlevant namespace, which you want to transport and then in next screen select the required Namespace & click finished. (it may look like it is transporting the whole SWCV, but it allows you to select the required NS alone)

This allows you to transport only the appropriate namespace and not entire SWCV.

This is possible in File Based also

Cheers...

Vasu

<b>** REward POints if found useful **</b>

prateek
Active Contributor
0 Kudos

Hey,

Just found the latest update in Transport mechanism for XI - CTS+

Have a look here

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/80bbbd55-5004-2a10-f181-8bb09692...

Regards,

Prateek

Former Member
0 Kudos

Suma,

Transporting objects in XI is different from transporting ABAP objects. As prateek mentioned you can transport XI objects using File system or CMS. By default you can use File system. If you want to use CMS you can transport it.

Check these weblogs for some information on this:

/people/sravya.talanki2/blog/2005/11/02/overview-of-transition-from-dev-to-qa-in-xi

/people/sap.india5/blog/2005/11/03/xi-software-logistics-1-sld-preparation

/people/sap.india5/blog/2005/11/09/xi-software-logistics-ii-overview

/people/sap.india5/blog/2005/11/28/xi-software-logistics-solution-iii-cms

Regards,

---Satish