cancel
Showing results for 
Search instead for 
Did you mean: 

scenarios in XI [Points guaranteed]

Former Member
0 Kudos

Hello all,

I am new to XI. Can someone kindly give me a couple of scenarios to work upon and enhance my knowledge. Can you also tell me what is the time give actually in real time to generally perform a task assigned.

Thanks in advance,

Sriram

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Sriram,

You can try scenarios line File to File,File to IDOC,IDOC to File.Also while doing File to File scenario, you can try with Delimited file.

In real time scenario,usually you will be given 5 days for complex scenario and 2-3 days for simple scenario.This may also vary depending on the Client and scenarios.

Reward if this heps.

Thanks&Regards,

Subbu

Former Member
0 Kudos

Guys,

Thank you very much for your prompt responses. I have done all these basic scenarios. all i want is real time scenarios. can some one share a couple of them and solve my problem.

regards,

sriram

Former Member
0 Kudos

for real time--

do a scenario in which u have a csv file with four fields viz date, document name, document number and number of items. u have to update a table on another r/3 with this data and in case of erroneous records, an error table. Use XI as a middleware

U have 3 days to complete the full scenario

Vaibhav

Former Member
0 Kudos

create a webservice to update the table

Former Member
0 Kudos

Valiveti,

All the weblogs and how to guides in the xi forums are real time scenarios only. Only thing it may differ is the complexity of the interface.

So please practice all of them for educating yourself.

Regards,

---Satish

Answers (11)

Answers (11)

Former Member
0 Kudos

thanks guys

regards,

sriram

Former Member
0 Kudos

hi,

you start with file to file scenario (xml to xml scenario)

Link to learn with complete screen shots:

/people/srinivas.vanamala2/blog/2007/02/05/step-by-step-guide-xml-file-2-xml-file-scenario-part-i

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/xmlFile2XMLFile&

regards

Praba

Former Member
0 Kudos

Hi,

I would suggest this link on SAP help for any info that you want on XI,

http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

Further, this thread deals with everything that is needed for a starter on XI. Do check them out,

/message/527697#527697 [original link is broken]

And after you are done with the documentation probably you can go through this scenario,

Also check the following threads which might help you a little more,

Also for more info related to XI go through these links:

XI -Starter

http://help.sap.com/saphelp_nw04/helpdata/en/e1/8e51341a06084de10000009b38f83b/frameset.htm

SAP XI - Where to Find Information

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/sap%20xi%20-%20...

All the information you need in XI :

http://help.sap.com/saphelp_nw04/helpdata/en/0f/80243b4a66ae0ce10000000a11402f/frameset.htm

To understand the architecture of XI, Please go through this link:

http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

You can also go through the url for Elearning :

https://www.sdn.sap.com/sdn/elearning.sdn // https://www.sdn.sap.com/irj/sdn/sdnpilot/elearning

Following is the link for 'how to guides', A step by step guide to create scenarios:

https://websmp201.sap-ag.de/nw-howtoguides

XI is all about configuration of Adapters, to learn more please go through this link:

http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm

One of the most powerful feature of XI, Business Process Management:

http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f77835cc/frameset.htm

How the messages are delivered through XI:

http://help.sap.com/saphelp_nw04/helpdata/en/17/50d440e14f8431e10000000a1550b0/frameset.htm

Once you go through these links and are a bit aware what all XI objects do, you can try a simple "File to File Scenario" which would help you to understand XI objects in a much better manner.

For help on this scenario go through this blog it is in two parts thus I am providing both links below:

/people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1

/people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2

XI Cerification

/thread/25311 [original link is broken]

For XI in General:

http://help.sap.com/saphelp_nw04/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm

regards,

vasanth

Former Member
0 Kudos

Hi

Real World Scenarios of SAP XI

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/0

b95b488-0701-0010-57b9-e861b1ad572f

Books from SAP PRESS

http://www.sap-press.de/international?GalileoSession=97477303A3.xx-M0Y78

This will be really helpful for you.

Use this video by choosing the bit rate according to your NET speed

Real World Scenarios of SAP XI

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/0b95b488-0701-0010-57b9-e861b...

Thanks

Former Member
0 Kudos

Oh... mmmm. Here's a scenario from our business then.

We have a Generic IDoc that is processed in our R3 system that sends data with any amount of the Z1SSV items Segments.

each of these segments has 999 bytes of data, with any amount of information in that data.

each segment of information is separated by a delimiter on a Z1SSVitem row.

This data has to be mapped to a flat file where each segment of information is its own row.

Example:

IDoc-

Delimiter:~

Z1SSVITEMS1: data1data2examplesomethingALongAmountOFTextExample~

Z1SSVITEMS2:moredatatextsomeinformation~sameDa

Z1SSVITEMS3:taOnSeperateRowstest1

Flatfile-

data1

data2

example

something

ALongAmountOFTextExample

moredata

text

someinformation

sameDataOnSeperateRows

test1

if you can't make the IDoc, you could make a XML file with a similar structure and FTP it in.

It took me 2 weeks to do this one, it was my first XI project, you'll have fun with trying to figure out a UDF that solves this one, because XI functions wont work. Since your already doing this, you can probably do it in 2 days if you can do UDFs already, if you can't do UDFs already, this could take a long time to figure out

Former Member
0 Kudos

Hi

Please find following links

Following are the links to weblogs which will help to develop the basic scenarios.

/people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters - IDoc to File

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy - ABAP Proxy to File

/people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30 - File to JDBC

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy - File to ABAP Proxy

/people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1 - File to File Part 1

/people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2 - File to File Part 2

/people/ravikumar.allampallam/blog/2005/06/24/convert-any-flat-file-to-any-idoc-java-mapping - Any flat file to any Idoc

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit - File to RFC

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1685 [original link is broken] [original link is broken] [original link is broken] - File to Mail

/people/jayakrishnan.nair/blog/2005/06/20/dynamic-file-name-using-xi-30-sp12-part--i - Dynamic File Name Part 1

/people/jayakrishnan.nair/blog/2005/06/28/dynamic-file-namexslt-mapping-with-java-enhancement-using-xi-30-sp12-part-ii - Dynamic File Name Part 2

/people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address - Dynamic Mail Address

/people/siva.maranani/blog/2005/05/25/understanding-message-flow-in-xi - Message Flow in XI

/people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm - Walk through BPM

/people/siva.maranani/blog/2005/05/22/schedule-your-bpm - Schedule BPM

/people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi - Use of Synch - Asynch bridge in ccBPM

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] - Use of Synch - Asynch bridge in ccBPM

/people/michal.krawczyk2/blog/2005/08/22/xi-maintain-rfc-destinations-centrally - Maintain RFC destination centrally

/people/sravya.talanki2/blog/2005/08/18/triggering-e-mails-to-shared-folders-of-sap-is-u - Triggering Email from folder

/people/sravya.talanki2/blog/2005/08/17/outbound-idocs--work-around-using-party - Handling different partners for IDoc

/people/siva.maranani/blog/2005/08/27/modeling-integration-scenario146s-in-xi - Modeling Integration Scenario in XI

/people/michal.krawczyk2/blog/2005/08/25/xi-sending-a-message-without-the-use-of-an-adapter-not-possible - Testing of integration process

/people/michal.krawczyk2/blog/2005/05/25/xi-how-to-add-authorizations-to-repository-objects - Authorization in XI

http://help.sap.com/saphelp_nw04/helpdata/en/58/d22940cbf2195de10000000a1550b0/content.htm - Authorization in XI

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step - Alert Configuration

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide - Trouble shoot alert config

/people/sameer.shadab/blog/2005/09/21/executing-unix-shell-script-using-operating-system-command-in-xi - Call UNIX Shell Script

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

/people/r.eijpe/blog/2005/11/04/using-abap-xslt-extensions-for-xi-mapping - Using ABAP XSLT Extensions for XI Mapping

/people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure - Mail Adaptor options

/people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm - Collection of IDoc to Single File

/people/sap.user72/blog/2005/11/17/xi-controlling-access-to-sensitive-interfaces - Controlling access to Sensitive Interfaces

/people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14 - The same filename from a sender to a receiver file adapter - SP14

/people/prasad.illapani/blog/2005/11/14/payload-based-message-search-in-xi30-using-trex-engine - Payload Based Message Search in XI30 using Trex Engine

/people/sap.user72/blog/2005/11/24/xi-configuring-ccms-monitoring-for-xi-part-i - XI : Configuring CCMS Monitoring for XI- Part I

/people/michal.krawczyk2/blog/2005/11/23/xi-html-e-mails-from-the-receiver-mail-adapter - XI: HTML e-mails from the receiver mail adapter

/people/sap.user72/blog/2005/11/22/xi-faqs-provided-by-sap-updated - XI : FAQ's Provided by SAP

Former Member
0 Kudos

Hi

To begin with XI, these Sravya Talanki blogs will really help you to get hold of things.

/people/sravya.talanki2/blog

/people/sravya.talanki2/blog/2006/12/27/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-iii

How to Guides

[original link is broken]

SDN XI Help

http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

Adapters

http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/content.htm

Blog listing

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/weblogs/topic/16

SDN TV

https://www.sdn.sap.com/irj/sdn?rid=/webcontent/uuid/110ff05d-0501-0010-a19d-958247c9f798#demos [original link is broken]

FAQ by Michal

/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions

Time taken to complete a scenario will really depend upon the complexity of the scenario and your expertise in the domain to handle situations.

If you need some docs for the basics,etc please send you email id.

Thanks

Former Member
0 Kudos

Hi Sriram,

It is very diffcult to share the Scenarios sriram because all those spec in the server system so we can upload into our mail server. But if you see the step by step scenaios explain in so many blogs then really worth ful. you can't expect more than that.

You have lot of blogs avilable here by seeing them you can get to know what is the buiness requirement and how we will do it.

Regarding time constrins, Depending on the client requirement it depends. But if you are through with the bais then definely you can complete within the time line. but if you struct up anywhere raise the query in the forum this is really helpful to us.

I was also in the same position and now i am able to do XI work at my client place and doing well.

So no need to worry about it. Just go through the all the blogs then you can get to know so many thigs.

I hope that you understand my feelings [how i recovered]

Warm Regards,

Vijay

Former Member
0 Kudos

If you're really new at this, I'd start off with a simple file to file scenario.

try to FTP a flat file from one server to another (Server to XI to Server)

With a source file:

Joe

Shmoe

Final File:

Joe Shmoe

This is just taking two data entries and concatenating them into one.

This will get you familiar with mapping and content conversion while trying to keep it simple.

Former Member
0 Kudos

Hi Sriram,

Go through the following links:

/people/sravya.talanki2/blog/2006/12/27/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-iii

Amaresh

Former Member
0 Kudos

Hi,

look at the FAQ on Documents.

It shows weblogs to many different scenarios.

/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions

Just decide if you want some IDOC, FILE, JDBC ... with the Search function in SDN you will find as well many documents and blogs for every of them.

regards,

Robin