<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel><title>Free SAP Netweaver Books,Projects And Faq's</title><description>Cross-Component Programming,Dynamic Programming,Integrating Forms,Integration,Integration of ALV,Interview Questions,List Viewer in Web Dynpro Portal Integration,TCodes,Web Dynpro ABAP</description><managingEditor>noreply@blogger.com (Technology)</managingEditor><pubDate>Sat, 31 Aug 2024 19:31:47 +0530</pubDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">169</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">25</openSearch:itemsPerPage><link>http://allsapnetweaverlive.blogspot.com/</link><language>en-us</language><itunes:explicit>no</itunes:explicit><itunes:keywords>Cross,Component,Programming,Dynamic,Programming,Integrating,Forms,Integration,Integration,of,ALV,Interview,Questions,List,Viewer,in,Web,Dynpro,Portal,Integration,TCodes,Web,Dynpro,ABAP</itunes:keywords><itunes:summary>Cross-Component Programming,Dynamic Programming,Integrating Forms,Integration,Integration of ALV,Interview Questions,List Viewer in Web Dynpro Portal Integration,TCodes,Web Dynpro ABAP</itunes:summary><itunes:subtitle>Free SAP Netweaver Books,Projects And Faq's</itunes:subtitle><itunes:category text="Technology"><itunes:category text="Software How-To"/></itunes:category><itunes:owner><itunes:email>technicalforu@gmail.com</itunes:email></itunes:owner><xhtml:meta content="noindex" name="robots" xmlns:xhtml="http://www.w3.org/1999/xhtml"/><item><title>Calculating J2EE Port Numbers</title><link>http://allsapnetweaverlive.blogspot.com/2008/10/calculating-j2ee-port-numbers.html</link><category>WAS-JAVA</category><pubDate>Tue, 21 Oct 2008 18:57:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4205166095148635004.post-7519034187618956986</guid><description>The J2EE ports are created via the following formula.  Port Number = 50000+100*instance_number+port_index&lt;br /&gt;&lt;br /&gt;Index Port Name&lt;br /&gt;-----------------------&lt;br /&gt;0 HTTP port&lt;br /&gt;1 HTTP SSL port&lt;br /&gt;2 IIOP Initial Context port&lt;br /&gt;3 IIOP SSL port&lt;br /&gt;4 P4 port&lt;br /&gt;5 P4 HTTP Tunneling port&lt;br /&gt;6 P4 SSL port&lt;br /&gt;7 IIOP port&lt;br /&gt;8 Telnet port&lt;br /&gt;10 JMS port&lt;br /&gt;&lt;br /&gt;example: inst num=02&lt;br /&gt;&lt;br /&gt;HTTP Port = 50200&lt;br /&gt;HTTP SSL Port = 50201&lt;br /&gt;IIOP Initial Context port = 50202&lt;br /&gt;IIOP SSL port = 50203&lt;br /&gt;P4 port = 50204&lt;br /&gt;P4 HTTP Tunneling port = 50205&lt;br /&gt;P4 SSL port = 50206&lt;br /&gt;IIOP port = 50207&lt;br /&gt;Telnet port = 50208&lt;br /&gt;JMS port = 50210&lt;br /&gt;&lt;br /&gt;For more information about Port Numbers, please refer to http://service.sap.com/security &gt; Security in Detail &gt; Infrastructure Security &gt; TCP/IP Ports Used by SAP Applications Document.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><author>technicalforu@gmail.com (Technology)</author></item><item><title>How To Recover SDM Password</title><link>http://allsapnetweaverlive.blogspot.com/2008/10/how-to-recover-sdm-password.html</link><category>WAS-JAVA</category><pubDate>Tue, 21 Oct 2008 18:57:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4205166095148635004.post-4906301298613938419</guid><description>&lt;p&gt;As SDM is default in Integrated Mode, first you have to take it to Standalone Mode and after changing password take it back to Integrated Mode. &lt;/p&gt;&lt;h3&gt;WINDOWS &lt;/h3&gt;    &lt;ol&gt;&lt;li&gt;Access (RDP,VNC,RADMIN,..) system with &lt;sid&gt;adm user.&lt;/sid&gt;&lt;/li&gt;&lt;li&gt;Open Command Prompt&lt;/li&gt;&lt;li&gt;Go to SDM Root folder with : &lt;strong&gt;cd &lt;drive&gt;:\usr\sap\&lt;sid&gt;\JC&lt;no&gt;\SDM\program\&lt;/no&gt;&lt;/sid&gt;&lt;/drive&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;Take SDM to Standalone Mode: &lt;strong&gt;sdm jstartup "mode=standalone"&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;Change SDM Password: &lt;strong&gt;sdm changepassword "sdmhome=&lt;drive&gt;:\usr\sap\&lt;sid&gt;\JC&lt;no&gt;\SDM\program" "newpassword=&lt;newpassword&gt;"&lt;/newpassword&gt;&lt;/no&gt;&lt;/sid&gt;&lt;/drive&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;Take SDM to Integrated Mode: &lt;strong&gt;sdm jstartup "mode=integrated"&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;h3&gt;UNIX&lt;/h3&gt;&lt;ol&gt;&lt;li&gt; Access (Telnet, SSH, DT, XWindows) system with &lt;sid&gt;adm user.&lt;/sid&gt;&lt;/li&gt;&lt;li&gt;Open Terminal Window&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Go to SDM Root folder with : &lt;strong&gt;cd /usr/sap/&lt;sid&gt;/JC&lt;no&gt;&lt;/no&gt;&lt;/sid&gt;&lt;/strong&gt;&lt;strong&gt;/&lt;/strong&gt;&lt;strong&gt;SDM&lt;/strong&gt;&lt;strong&gt;/&lt;/strong&gt;&lt;strong&gt;program&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;Take SDM to Standalone Mode: &lt;strong&gt;sdm.sh jstartup mode=standalone&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;Change SDM Password: &lt;strong&gt;sdm changepassword sdmhome=&lt;/strong&gt;&lt;strong&gt;/usr/sap/&lt;sid&gt;/JC&lt;no&gt;&lt;/no&gt;&lt;/sid&gt;&lt;/strong&gt;&lt;strong&gt;/&lt;/strong&gt;&lt;strong&gt;SDM&lt;/strong&gt;&lt;strong&gt;/&lt;/strong&gt;&lt;strong&gt;program&lt;/strong&gt;&lt;strong&gt; newpassword=&lt;newpassword&gt;&lt;/newpassword&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;Take SDM to Integrated Mode: &lt;strong&gt;sdm.sh jstartup mode=integrated&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>technicalforu@gmail.com (Technology)</author></item><item><title>Changing SDM Server Modes</title><link>http://allsapnetweaverlive.blogspot.com/2008/10/changing-sdm-server-modes.html</link><category>WAS-JAVA</category><pubDate>Tue, 21 Oct 2008 18:56:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4205166095148635004.post-5011325805584791852</guid><description>&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;To change the SDM Server mode please read more &lt;/p&gt;    &lt;p&gt; You need to stop the SDM Server first as follow:&lt;/p&gt;&lt;h2&gt;Stopping/Starting SDM Server &lt;/h2&gt;&lt;h3&gt;WINDOWS&lt;/h3&gt;&lt;ol&gt;&lt;li&gt;&lt;span&gt;Navigate to the &lt;/span&gt;&lt;span&gt;usr/sap/&lt;sid&gt;/&lt;instance_name&gt;/SDM/program&lt;/instance_name&gt;&lt;/sid&gt;&lt;/span&gt;&lt;span&gt; directory of your J2EE Engine installation.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt;To stop the SDM Server, execute the command: &lt;/span&gt;  &lt;p class="MsoListContinue2"&gt;&lt;strong&gt;&lt;span&gt;StopServer&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt;To start the SDM Server, execute the command: &lt;/span&gt;  &lt;p class="MsoListContinue2"&gt;&lt;strong&gt;&lt;span&gt;StartServer&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt;or simply &lt;/span&gt;&lt;span&gt;start the SAP Management Console by choosing &lt;/span&gt;&lt;span&gt;Start&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;®&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;Programs&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;®&lt;/span&gt;&lt;span&gt; SAP Management &lt;/span&gt;&lt;span&gt;Console&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt;From the tree, choose &lt;/span&gt;&lt;span&gt;SAP Systems&lt;/span&gt;&lt;span&gt;®&lt;/span&gt;&lt;span&gt; &lt;sid&gt;&lt;/sid&gt;&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;®&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;&lt;sap_web_as_java_instance&gt;&lt;/sap_web_as_java_instance&gt;&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;®&lt;/span&gt;&lt;span&gt; &lt;em&gt;Process Table.&lt;/em&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt;Select the &lt;/span&gt;&lt;span&gt;SDM&lt;/span&gt;&lt;span&gt; process&lt;/span&gt;  &lt;p class="MsoListBullet2"&gt;&lt;span&gt;To start it, choose &lt;em&gt;Enable Process&lt;/em&gt; in the context menu.&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoListBullet2"&gt;&lt;span&gt;To stop it, choose &lt;em&gt;Disable Process&lt;/em&gt;&lt;/span&gt;&lt;span&gt; in the context menu&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;h3&gt;&lt;span&gt;UNIX&lt;/span&gt;&lt;/h3&gt;&lt;ol&gt;&lt;li&gt;&lt;span&gt;Navigate to the &lt;/span&gt;&lt;span&gt;usr/sap/&lt;sid&gt;/&lt;instance_name&gt;/SDM/program&lt;/instance_name&gt;&lt;/sid&gt;&lt;/span&gt;&lt;span&gt; directory of your J2EE Engine installation.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt;To stop the SDM Server, execute the command:&lt;br /&gt;&lt;/span&gt;&lt;strong&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;span&gt;StopServer.sh&lt;/span&gt;&lt;/strong&gt;  &lt;p class="MsoListBullet2"&gt;&lt;span&gt;To start the SDM Server, execute the command:&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoListContinue2"&gt;&lt;strong&gt;&lt;span&gt;StartServer.sh&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;h2&gt;Change SDM Server Mode&lt;/h2&gt;&lt;p class="MsoListContinue2"&gt; &lt;/p&gt;  &lt;ol&gt;&lt;li&gt;Navigate to the usr/sap/&lt;sid&gt;/&lt;instance_name&gt;/SDM/program directory of your J2EE Engine.&lt;/instance_name&gt;&lt;/sid&gt;&lt;/li&gt;&lt;li&gt;Open a command prompt in this directory.&lt;/li&gt;&lt;/ol&gt;&lt;ul&gt;&lt;li&gt;&lt;h4&gt;To remove the link between the SDM and the Java Control Framework execute the following command in the command line:&lt;/h4&gt;&lt;p&gt;sdm jstartup "mode=standalone" &lt;strong&gt;for Windows&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;sdm.sh jstartup mode=standalone &lt;strong&gt;for UNIX&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;h4&gt;To integrate SDM in the Java Control Framework, use the following command:&lt;/h4&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;sdm jstartup "mode=integrated" &lt;strong&gt;for Windows&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;sdm.sh jstartup mode=integrated &lt;strong&gt;for UNIX&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>technicalforu@gmail.com (Technology)</author></item><item><title>Starting JSPM on an IBM eServer iSeries System</title><link>http://allsapnetweaverlive.blogspot.com/2008/10/starting-jspm-on-ibm-eserver-iseries.html</link><category>WAS-JAVA</category><pubDate>Tue, 21 Oct 2008 18:56:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4205166095148635004.post-7312333405451681912</guid><description>&lt;p&gt;Starting JSPM procedure is not the same as the other platforms. Please read more to learn how to start JSPM on iSeries (OS400). &lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;1. To prevent JSPM from automatically starting its GUI, in the &lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;    &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;/usr/sap/&lt;sid&gt;/&lt;central&gt;/j2ee/JSPM/param/jspm_config.txt &lt;/central&gt;&lt;/sid&gt;&lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;file, change the &lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;/dialog/SDTServerConnection/SDTGui/launch &lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;property from true to false.&lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;    &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;2. Run the go script on the IBM eServer iSeries host using the following OS/400 command:&lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;QSH CMD('/usr/sap/&lt;sid&gt;/&lt;central&gt;/j2ee/JSPM/go').&lt;/central&gt;&lt;/sid&gt;&lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;    &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;3. To start the JSPM GUI, from the mounted&lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;/usr/sap/&lt;sid&gt;/&lt;central&gt;/j2ee/JSPM&lt;/central&gt;&lt;/sid&gt;&lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;directory, run the &lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;StartGui.bat&lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;script.&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;The JSPM GUI appears.&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;4. In the Host field, enter the target IBM eServer iSeries host.&lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;5. Enter your password for the SDM and choose Log On.&lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>technicalforu@gmail.com (Technology)</author></item><item><title>Starting SDM on an IBM eServer iSeries System</title><link>http://allsapnetweaverlive.blogspot.com/2008/10/starting-sdm-on-ibm-eserver-iseries.html</link><category>WAS-JAVA</category><pubDate>Tue, 21 Oct 2008 18:55:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4205166095148635004.post-5014811904344878589</guid><description>&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;Sometimes, SDM (Software Deployment Manager) will not start if you recently updated the SDM. To solve this issue, please proceed as follow: &lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 11pt;"&gt;Starting  SDM will not work if you do not first edit some files:&lt;/p&gt;&lt;p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;&lt;h3&gt;Edit the SDM file&lt;/h3&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;drive&gt;:\usr\sap\&lt;sid&gt;\DVEBMGS&lt;no&gt;\SDM\program\sdm_jdk.bat &lt;strong&gt;(Add-in Installation)&lt;/strong&gt;&lt;/no&gt;&lt;/sid&gt;&lt;/drive&gt;&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;&lt;drive&gt;:\usr\sap\&lt;sid&gt;\JC&lt;no&gt;\SDM\program\sdm_jdk.bat &lt;strong&gt;(Standalone Engine)&lt;/strong&gt;&lt;/no&gt;&lt;/sid&gt;&lt;/drive&gt;&lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt; &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;" class="blockquote"&gt;set &lt;strong&gt;sdm_java_home=/QIBM/ProdData/Java400/jdk14&lt;/strong&gt;&lt;/p&gt;   &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;to&lt;/p&gt;   &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;set &lt;strong&gt;sdm_java_home=%JAVA_HOME%&lt;/strong&gt;&lt;/p&gt;   &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt; &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;and;&lt;/p&gt; &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;   &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;set &lt;strong&gt;sdm_heap_size=512&lt;/strong&gt;&lt;/p&gt;   &lt;h3&gt;Then you can start SDM from a Windows Client:  &lt;/h3&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;&lt;drive&gt;:\usr\sap\&lt;sid&gt;\DVEBMGS&lt;no&gt;\SDM\program\RemoteGui.bat &lt;strong&gt;(Add-in Installation)&lt;/strong&gt;&lt;/no&gt;&lt;/sid&gt;&lt;/drive&gt;&lt;/p&gt; &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;&lt;drive&gt;:\usr\sap\&lt;sid&gt;\JC&lt;no&gt;\SDM\program\RemoteGui.bat &lt;strong&gt;(Standalone Engine)&lt;/strong&gt;&lt;/no&gt;&lt;/sid&gt;&lt;/drive&gt;&lt;/p&gt; &lt;h3&gt;Note &lt;/h3&gt;         &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;Above changes also can help to solve JSPM Start Problems.&lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>technicalforu@gmail.com (Technology)</author></item><item><title>WEB AS Administration Tools And Installation Material free downloads</title><link>http://allsapnetweaverlive.blogspot.com/2008/10/web-as-administration-tools-and.html</link><category>Free Download</category><category>Installation</category><pubDate>Tue, 21 Oct 2008 18:52:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4205166095148635004.post-3434887221834512160</guid><description>&lt;a href="http://www.zshare.net/download/10730308669d9751/" target="_blank"&gt;Working With System Landscape Directory ( SLD )&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.zshare.net/download/10730655009a40eb/" target="_blank"&gt;Design Time repository And Component Build Service&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.zshare.net/download/10731007dd6e5a89/" target="_blank"&gt;JAVA Development Infrastructure Intro-Admin-Setup&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.zshare.net/download/1073110081168688/" target="_blank"&gt;Logging And Tracing SAP WEb AS JAVA&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.zshare.net/download/10731282a5210064/" target="_blank"&gt;Change Management Service (CMS )&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.zshare.net/download/10731690e6ee1b9f/" target="_blank"&gt;Performance Analysis SAP WEB AS JAVA&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.zshare.net/download/107317178e6a40bb/" target="_blank"&gt;Administration Of JAVA Engine&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.zshare.net/download/10731985ca098c6c/" target="_blank"&gt;WEB AS Administration Tools And Installation&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.zshare.net/download/10732131c7e09f9f/" target="_blank"&gt;JAVA Overview&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.zshare.net/download/107322331b28d1f8/" target="_blank"&gt;WEB AS Positioning&lt;/a&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>technicalforu@gmail.com (Technology)</author></item><item><title>ESA coming to a SAP stack near you</title><link>http://allsapnetweaverlive.blogspot.com/2008/10/esa-coming-to-sap-stack-near-you.html</link><category>Web Services Boost</category><pubDate>Tue, 21 Oct 2008 18:51:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4205166095148635004.post-2188191420209322995</guid><description>&lt;p&gt;Agassi highlighted several recent improvements within the NetWeaver technology stack. The company introduced new business intelligence (BI) capabilities, due in shipments of NetWeaver next year. Agassi said this new search technology can provide query response times that are 10 times quicker than similar tools because they are tied to the NetWeaver stack. He said customers with high data volumes or a large number of simultaneous requests are the most likely to benefit from it.&lt;/p&gt;  &lt;p&gt;SAP also announced enhancements to its Master Data Management technology, a NetWeaver add-on option -- a new object modeling framework that allows users to create their own objects and new Web services capabilities.&lt;/p&gt;  &lt;p&gt;"By 2007, the whole application stack will be ESA-enabled," Agassi said. "No one else is going to be able to do that."&lt;/p&gt;  &lt;p&gt;The 2004 release of NetWeaver, which has been available since March, includes seven components: Auto-ID Infrastructure, BI, SAP Enterprise Portal, SAP XI (exchange infrastructure), Master Data Management, Mobile Infrastructure and SAP's Web Application Server. SAP also announced new NetWeaver technology for running Java applications. In May, SAP made .NET connectivity to NetWeaver a centerpiece of its annual Sapphire user event, and SAP executives at this week's TechEd continued to play up NetWeaver's "Switzerland" approach, emphasizing its neutrality in the .NET and Java war as a key competitive advantage.&lt;/p&gt;  &lt;p&gt;Agassi told the crowd of about 10,000 users that they must focus on two broader skill sets -- consolidation and composite application building. "If you don't consolidate the junk you have today, you'll never be able to leverage it, " Agassi said.&lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>technicalforu@gmail.com (Technology)</author></item><item><title>mySAP ERP first stop to NetWeaver</title><link>http://allsapnetweaverlive.blogspot.com/2008/10/mysap-erp-first-stop-to-netweaver.html</link><category>Web Services Boost</category><pubDate>Tue, 21 Oct 2008 18:51:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4205166095148635004.post-4761088699863327593</guid><description>&lt;p&gt;In NetWeaver 2004, SAP has bundled components previously available as separate products within NetWeaver, and includes most NetWeaver components with any upgrade to mySAP ERP, or the company's full-blown Business Suite. Still, many customers are still deciding whether to proceed to mySAP ERP or choose a straightforward technical upgrade to R/3 4.7, or Enterprise. &lt;/p&gt;&lt;p&gt;"Going to Enterprise is like picking a train that goes to the last stop," Agassi said. "If you believe you need NetWeaver, then it makes sense to do a mySAP ERP upgrade as quickly as possible," he said.&lt;/p&gt;  &lt;p&gt;Many of the TechEd '04 San Diego attendees are running components of NetWeaver, and they came equipped with hardcore technical questions, leaving upgrade strategies at home for their bosses to consider. Trevor Connors, a manager of enterprise application integration at Ottawa's Innovapost, said he appreciated Agassi's NetWeaver presentation because "he made it very clear where SAP is headed." However, Connors came to the conference to get answers about XI. &lt;/p&gt;  &lt;p&gt;"I take care of all the interfaces, a lot of integration," Connor said. "I'm here to determine whether the new XI solution can replace what we've got now." For now, Innovapost is running integration software from SeeBeyond.&lt;/p&gt;  &lt;p&gt;Likewise, Johathan Cano, a middleware architect for Tyson Foods Inc., in Springdale, Ark., is running iWay Software to "fill the void." A ramp-up customer for XI, Tyson is hoping XI 3.0 is better than previous versions. "Our goal is to have XI as the sole integration product. But right now our message volumes exceed what XI can do for us." &lt;/p&gt;  &lt;p&gt;"We could have our whole NetWeaver stack in place in a year or two," Cano said. "At our company the motto is 'Why not SAP?' It's always the first choice -- if it can do what we need it to."&lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>technicalforu@gmail.com (Technology)</author></item><item><title>Web Services Testing of SAP NetWeaver Application Server, Java EE 5 Edition</title><link>http://allsapnetweaverlive.blogspot.com/2008/10/web-services-testing-of-sap-netweaver.html</link><category>SAP NetWeaver Application Server</category><pubDate>Tue, 21 Oct 2008 18:47:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4205166095148635004.post-8474833237190378308</guid><description>&lt;h2&gt;Web Services Testing of SAP NetWeaver Application Server, Java EE 5 Edition&lt;/h2&gt; &lt;p&gt;Web Services Testing Tools - such as SOAPSonar™ - enable users to easily test web services deployed by SAP NetWeaver Application Server, Java EE 5 Edition.&lt;/p&gt;   &lt;h2&gt;Introduction&lt;/h2&gt; &lt;p&gt;With the introduction of NetWeaver Application Server Java EE 5 Edition, SAP has moved in the right direction by providing a platform for building enterprise-class, scalable, distributed and open standards-based Service Oriented Architecture (SOA). Java EE 5 primary focus has been to transition J2EE to a more developer friendly architecture. One of more exciting parts of Java EE 5 specification is a heavy support for annotations that enable developers to cleanly expose already developed &lt;a href="http://java.sun.com/developer/technicalArticles/J2EE/intro_ee5/#support" target="_blank"&gt; Java code as web services through meta data&lt;/a&gt; without modifying code for classes or methods. &lt;/p&gt; &lt;p&gt;SAP NetWeaver Application Sever Java EE 5 Edition is one of the first application servers in the market to achieve &lt;a href="http://java.sun.com/javaee/overview/compatibility.jsp" target="_blank"&gt;Java EE 5 compatibility&lt;/a&gt;. With such leadership in adopting standards-based specifications, SAP's perception as a closed, monolithic and conservative behemoth unwilling to share its internal riches (APIs) with the common developers is shattered. The preview release of its new Java EE 5 based Application Server and its first to market strategy in adopting developer friendly specifications shows SAP's desire to appeal to a broader base of developers. &lt;/p&gt; &lt;p&gt;In this article, we share our experience in building a simple &lt;i&gt;HelloWorld&lt;/i&gt; web service using NetWeaver and testing its characteristics using a simple web services testing tool - SOAPSonar Enterprise Edition. SOAPSonar™ is a web services testing product that provides comprehensive Web Services Testing across complex, dependent and distributed deployments. &lt;/p&gt; &lt;p&gt; &lt;/p&gt; &lt;p&gt; &lt;/p&gt; &lt;p align="center"&gt;  &lt;img src="http://www.crosschecknet.com/web_services_testing_tools_sap_netweaver/Figure1-NetWeaver-webservices-testing.jpg" border="0" /&gt;&lt;/p&gt; &lt;p align="center"&gt;&lt;i&gt;Figure 1:  Web Services Testing NetWeaver Java EE 5 Edition  using SOAPSonar.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt; As you build a robust, secure, and interoperable web services-enabled Service Oriented Architecture (SOA) with NetWeaver as a core component, the need for using products like SOAPSonar for establishing quality and repeatability of your web services-based IT assets will become crucial.&lt;/p&gt;  &lt;h2&gt;Step 1:  &lt;a href="http://www.sdn.sap.com/irj/sdn/downloads" target="_blank"&gt;Download and Install NetWeaver Java EE 5 Edition&lt;/a&gt;&lt;/h2&gt; &lt;p&gt;Download SAP NetWeaver Application Server, Java EE 5 Edition from the &lt;a href="http://www.sdn.sap.com/irj/sdn/downloads" target="_blank"&gt;SAP Developer Networks (SDN)&lt;/a&gt;. Registration is required but is simple and painless. Once you enter the credentials for SDN that were emailed to you as a part of the registration process, you may have to refresh your browser if you are using Firefox. The download is about 650MB and includes the NetWeaver Application Server, MaxDB 7.6 and the NetWeaver Developer Studio. System requirements for installation are as follows: &lt;/p&gt; &lt;blockquote&gt;   &lt;blockquote&gt;     &lt;ol&gt;&lt;li&gt;512 MB RAM, recommended 1 GB.&lt;/li&gt;&lt;li&gt;Intel Pentium III/1.1GHz or higher.&lt;/li&gt;&lt;li&gt;2GB Hard disk space.&lt;/li&gt;&lt;/ol&gt;   &lt;/blockquote&gt; &lt;/blockquote&gt; &lt;p&gt;The downloaded file is in RAR format and can be unpacked using your favorite RAR tool. We used a trial edition of WinRAR 3.61 from &lt;a href="http://www.rarlabs.com/" target="_blank"&gt;RARLabs&lt;/a&gt;. Once all the files are unpacked, simply click on the setup executable to start the installation process. Before starting the installation process, it is highly recommended to shut down all applications, firewalls, VNC services, and any service that may be holding on to a port required by NetWeaver. &lt;/p&gt; &lt;p&gt;We struggled with the installer, but running it a couple of times seamed to cure our issue which primarily had to do with the embbed MaxDB database. If you come across any installation issues, use the &lt;a href="http://www.sdn.sap.com/irj/sdn/forum?forumID=88" target="_blank"&gt;SDN Web AS Preview Installation Forum&lt;/a&gt; - the participants are very helpful and responsive. For a good overview of pre-installation steps, see Oliver Schmidt's Blog entry: &lt;a href="http://weblogs.sdn.sap.com/pub/wlg/3649" target="_blank"&gt;Installing and operating the SAP NetWeaver J2EE Preview&lt;/a&gt;. &lt;/p&gt; &lt;h2&gt;Step 2:  &lt;a href="http://www.crosschecknet.com/download/p_cust_info_try.php" target="_blank"&gt;Download and Install SOAPSonar&lt;/a&gt;&lt;/h2&gt; &lt;p&gt;SOAPSonar Enterprise Edition can be downloaded from &lt;a href="http://www.crosschecknet.com/download/p_cust_info_try.php" target="_blank"&gt;here&lt;/a&gt;. Registration is required since this product is subject to US Export Laws. SOAPSonar can be installed on Windows XP/2K3 platforms. SOAPSonar can easily consume WSDLs generated by NetWeaver and enable SOAP messaging as shown in Figure 1 above. &lt;/p&gt; &lt;p&gt; You can load as many WSDLs in the web services testing tool as you wish and mix-&amp;amp;-match tests across different WSDL operations. All test projects can be saved to your Desktop. SOAPSonar also provides operation chaining so that you can take outputs for an operation and use them as inputs to another operation. Once you develop and deploy the web service as described in Step 3, you will be able to begin SOAP messaging between SOAPSonar and NetWeaver.&lt;/p&gt;   &lt;h2&gt;Step 3:  Develop a simple Web Service using NetWeaver Developer Studio&lt;/h2&gt; &lt;p&gt;Developer Studio is installed as a component of the NetWeaver Application Server Java EE 5 Edition install as performed in Step 1 above. Before starting Developer Studio, you can verify that NetWeaver Application server is up and running by going to &lt;a href="http://localhost:50000/" target="_blank"&gt;http://localhost:50000&lt;/a&gt;. A Welcome Page will be served if your Application Server is up and running. If the application server is not up, the simplest way to start it up is by using executing &lt;i&gt;Start &gt; Programs &gt; SAP NetWeaver &gt; Application Server JP1 &gt; Start Application Server&lt;/i&gt;.  You can also use the SAP Management Console for starting and shutting down the Application Server. &lt;/p&gt; &lt;p&gt;We are now ready to start building a simple web services using NetWeaver Developer Studio as follows:&lt;/p&gt;  &lt;ol&gt;&lt;li&gt;Start Developer studio by going to Start &gt; Programs &gt;  &lt;i&gt;SAP     NetWeaver &gt; SAP NetWeaver Developer Studio &gt; SAP NetWeaver Developer     Studio.  &lt;/i&gt;Minimize the Welcome Panel. &lt;/li&gt;&lt;p&gt; &lt;/p&gt;&lt;li&gt;From the top Menu, select, &lt;i&gt;Windows &gt; Show View &gt; Other.&lt;/i&gt;    Under the &lt;i&gt;Server&lt;/i&gt; Folder, select &lt;i&gt;Servers&lt;/i&gt;.  This will bring   up a Servers panel in the Developer Studio displaying the NetWeaver Server and   its Status. &lt;/li&gt;&lt;p&gt; &lt;/p&gt;&lt;li&gt;Select &lt;i&gt;File &gt; New &gt; Project &gt; EJB &gt; EJB Project 3.0&lt;/i&gt;.    This will bring up a New EJB 3.0 Project Panel.  Enter &lt;i&gt;HelloWorldEJB&lt;/i&gt;   for the &lt;i&gt;Project Name&lt;/i&gt;.  Leave default Workspace location radio   button selection.  And finally select the &lt;i&gt;Add Project to EAR&lt;/i&gt;   checkbox and enter &lt;i&gt;HelloWorldEAR &lt;/i&gt;as your &lt;i&gt;EAR Project Name&lt;/i&gt;.    After you click &lt;i&gt;Finish&lt;/i&gt; you should see &lt;i&gt;HelloWorldEJB&lt;/i&gt; and &lt;i&gt;HelloWorldEAR&lt;/i&gt;   in the Navigation Panel on the right.  &lt;/li&gt;&lt;p&gt; &lt;/p&gt;&lt;li&gt;Right click on HelloWorldEJB in the Navigation panel and select &lt;i&gt; New &gt;   Other &gt; EJB &gt; EJB Session Bean 3.0&lt;/i&gt;.  Enter the values on the New   EJB Session Bean 3.0 Panel as shown in Figure 2.  Note that the &lt;i&gt;HelloWorldBean&lt;/i&gt;   is Stateless, has no interfaces and is in the &lt;i&gt;com.sap.tutorial.javaee&lt;/i&gt;   package.&lt;/li&gt;&lt;/ol&gt;   &lt;ol start="5"&gt;&lt;p align="center"&gt;&lt;img src="http://www.crosschecknet.com/web_services_testing_tools_sap_netweaver/NetWeaver_EJB_Session_Bean.jpg" width="366" border="0" height="448" /&gt;b&lt;/p&gt;&lt;p align="center"&gt;&lt;i&gt;Figure 2:  Creating a New Stateless EJB Session Bean - HelloWorldBean&lt;/i&gt;&lt;/p&gt;&lt;li&gt;Right After you hit Finish in Figure 2, you will see the skeleton code in &lt;i&gt;HelloWorldBean.java&lt;/i&gt;.    You can now type a simple &lt;i&gt;sayHello(String FirstName)&lt;/i&gt; method that   returns a String as shown in Figure 3 below.&lt;/li&gt;&lt;/ol&gt;   &lt;p align="center"&gt;&lt;img src="http://www.crosschecknet.com/web_services_testing_tools_sap_netweaver/NW_HelloWorld_Code.jpg" width="724" border="0" height="602" /&gt;&lt;/p&gt; &lt;p align="center"&gt;&lt;i&gt;Figure 3:  HelloWorldBean Java file with a simple sayHello method.&lt;/i&gt;&lt;/p&gt; &lt;ol&gt;&lt;li value="6"&gt;Now that we have a simple &lt;i&gt;HelloWorldBean&lt;/i&gt; ready, NetWeaver     can easily convert it into a web services.  Right click on the &lt;i&gt;HelloWorldBean.java&lt;/i&gt;     file highlighted in Figure 2.  Select &lt;i&gt;Web Services &gt; Create Web     service&lt;/i&gt;.  The Web Service panel displayed in Figure 3 will     appear.  Move the left hand slider to change the state to &lt;i&gt;Develop     service&lt;/i&gt;.  Hit Next and ensure that &lt;i&gt;sayHello&lt;/i&gt; method is     selected for availability at the endpoint.  Once you hit Finish, you     will see &lt;i&gt;@WebService(...)&lt;/i&gt; and &lt;i&gt;@WebMethods(...) &lt;/i&gt;annotations     injected in the &lt;i&gt;HelloWorldBean.java&lt;/i&gt; file.  Viola!  Your web     services are developed and ready for deployment.&lt;/li&gt;&lt;/ol&gt; &lt;p align="center"&gt;&lt;img src="http://www.crosschecknet.com/web_services_testing_tools_sap_netweaver/NW_Web_Services_Setting.jpg" width="488" border="0" height="639" /&gt;&lt;/p&gt; &lt;p align="center"&gt;&lt;i&gt;Figure 4:  NetWeaver DeveloperStudio Panel for Web Services enabling HelloWorldBean.&lt;/i&gt;&lt;/p&gt; &lt;ol&gt;&lt;li value="7"&gt;     &lt;p align="left"&gt;The last task is to deploy the web service. Go to the Servers panel that shows available NetWeaver Application Servers. Task 2 above shows how we enable the Servers panel view. Right click on the selected server, select Add and Remove Projects and move &lt;i&gt;HelloWorldEAR &lt;/i&gt;from     &lt;i&gt;Available projects&lt;/i&gt; to &lt;i&gt;Configured projects&lt;/i&gt;. &lt;/p&gt;&lt;/li&gt;&lt;/ol&gt; &lt;p align="left"&gt;At this point, the HelloWorldBean is deployed and available for any Web Services client by consuming the service WSDL available at the following endpoint:&lt;/p&gt; &lt;p align="center"&gt; &lt;i&gt;&lt;a href="http://hostname:50000/HelloWorldEJBBeanService/HelloWorldEJBBean?wsdl" target="_blank"&gt;http://hostname:50000/HelloWorldBeanService/HelloWorldBean?wsdl&lt;/a&gt;&lt;/i&gt; &lt;/p&gt;  &lt;p align="left"&gt;We will now proceed to comprehensively test this web service by loading it into SOAPSonar.&lt;/p&gt;       &lt;h2&gt;Step 4:  Load and Test Web Service &lt;/h2&gt; &lt;p&gt;As shown in Figure 5, the WSDL loaded is loaded into SOAPSonar and the single operation is automatically parsed and displayed in the navigation panel. The user can then select the operation and populate the input field values for &lt;i&gt;arg0 &lt;/i&gt;and hit the arrow key in the Request panel to submit the SOAP request. The response from NetWeaver Application Server is presented in the lower panel and appends &lt;i&gt;Hello Mr.&lt;/i&gt; to the input value.  Also notice that NetWeaver adds &lt;i&gt;&lt;wsse:security&gt;&lt;/wsse:security&gt;&lt;/i&gt; tags with a timestamp in the SOAP Header. &lt;/p&gt; &lt;p align="center"&gt;&lt;img src="http://www.crosschecknet.com/web_services_testing_tools_sap_netweaver/web_services_testing_tool.jpg" border="0" /&gt; &lt;/p&gt; &lt;p align="center"&gt;&lt;i&gt;Figure 5:  &lt;/i&gt;&lt;i&gt;SOAPSonar Web Services Testing Platform for testing NetWeaver web services.&lt;/i&gt; &lt;/p&gt;     &lt;p&gt;With SOAPSonar, one can test a published web service across four areas of testing: Functional Regression, Performance, Interoperability, and Vulnerability Assessment. &lt;/p&gt;   &lt;p&gt;&lt;b&gt;Functional Regression Testing&lt;/b&gt; ensures that the web service operations function as advertised over time and that if the underlying code has changed in NetWeaver than such changes are identified and addressed. In our simple web services, the operation &lt;i&gt;sayHello()&lt;/i&gt; behaved as expected and return a string value.   SOAPSonar provides the ability to set base-line tests for &lt;i&gt;sayHello()&lt;/i&gt; and schedule regression test to ensure that all desired pass/fail test conditions are met. &lt;/p&gt;   &lt;p&gt;&lt;b&gt;Performance Testing&lt;/b&gt; ensures that the web service operations perform as expected once latency and scalability characteristics are identified. Since the NetWeaver Application Server is a trial version, we did not expect it to perform under any significant load. After 10 concurrent connections, we started to see transfer errors indicating that the trial version is restricted for non commercial use and limited traffic. Even with 10 concurrent virtual clients, NetWeaver Application Server performed respectably well with greater than 170 Transactions per Second (TPS) with average of 47 ms response time. &lt;/p&gt;   &lt;p&gt;&lt;i&gt;Disclaimer: Our intention in sharing this information is not to provide real life production performance benchmarks of NetWeaver Application Server. Our intent is to share methods and techniques available to you in testing target servers using SOAPSonar as a comprehensive web services testing tool. Your performance mileage may vary based on a variety of factors such as network topology, host hardware and optimization effort!&lt;/i&gt; &lt;/p&gt;   &lt;p&gt;&lt;b&gt;Interoperability Evaluation&lt;/b&gt; ensures that the published web service operations interoperate across various platforms. The WSDL endpoint published by NetWeaver Application Server, Java EE 5 Edition is readily consumed by SOAPSonar a .Net-based web services client. SOAPSonar provides additional WS-I Basic Profile 1.1 design-time and run-time test to check for interoperability issues. The design-time interoperability tests passed with flying colors with No Failed Assertions Detected. This means that the WSDL generated by NetWeaver can be readily consumed by any WS-I Basic Profile compliant client regardless of application platform such as .NET, Java or LAMP. &lt;/p&gt;   &lt;p&gt;SOAPSonar also provides the ability to execute stringent run-time test by sending auto generate edge case tests. The mutated tests are generated to check whether the endpoint is indeed honoring WS-I Basic Profiles even though the WSDL itself is WS-I compliant. SOAPSonar detected a number of violations where NetWeaver Application Server was accepting non-compliant SOAP requested generated by SOAPSonar. &lt;/p&gt;   &lt;p&gt;&lt;b&gt;Vulnerability Assessment&lt;/b&gt; ensures that the web service published operations are tested for edge cases and are not vulnerable to information leaks, Denial of Service, or other web services attacks. With such assessments, vulnerabilities introduced by poor application coding practices, such as lack of exception handling are quickly determined and remediation actions can be taken. The simple &lt;i&gt;HelloWorldBean&lt;/i&gt; described in this article is poorly coded and lacks exception handling &lt;i&gt;try-catch&lt;/i&gt; type constructs. This resulted in a overall Risk Score of 26 with a few Medium Severity issues identified because of stack traces-based information leaks in the response messages. &lt;/p&gt;   &lt;h2&gt;Conclusions&lt;/h2&gt; &lt;p&gt;Developing web services in NetWeaver DeveloperStudio is straight forward and intuitive. The biggest challenge that we faced was overcoming installation hurdles - SDN Forums came to the rescue. The WSDL generated by NetWeaver was interoperable with .NET-based SOAPSonar and we were sending SOAP messages between SOAPSonar and NetWeaver Application Sever seamlessly.&lt;/p&gt; &lt;p&gt;The overall Functional, Performance, Interoperability and Vulnerability profiles for our &lt;i&gt;HelloWorld &lt;/i&gt;web service were positive with the not-so-stellar run time interoperability results being the only surprise. We recommend that SAP tighten up its SOAP handling stack in NetWeaver to actively enforce WS-I Basic Profile 1.1 compliance. Also, we expect that edge case or boundary-breaking "Mutant" SOAP messages should be handled elegantly to prevent information probing or inadvertent information leak holes left behind by sloppy developers.&lt;/p&gt; &lt;p&gt;We think SAP NetWeaver Application Server, Java EE 5 Edition is a step in the right direction and provides competitive web services functionality for sophisticated SOA deployments. Give it a try.&lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>technicalforu@gmail.com (Technology)</author></item><item><title>Web template adjustment is not working while running on portal SAP EP</title><link>http://allsapnetweaverlive.blogspot.com/2008/10/web-template-adjustment-is-not-working.html</link><category>SAP Netweaver Issues</category><pubDate>Tue, 21 Oct 2008 18:45:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4205166095148635004.post-5863058600186789664</guid><description>&lt;p&gt;If you change some attributes of web template in &lt;b style=""&gt;Web Application Designer&lt;/b&gt; for example no of row and columns displayed in report.&lt;/p&gt;&lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;img style="cursor: pointer;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihqUz9uhXT6JoG3qAiTtd4SylXtuMFYQuZlzdZuiQtxQ_ta5SR3IF8NNWEdEjtKViA3cIJeAoiv2Toy0_wFrfYPZqIOb0fjkWa3QlRkM0SDO8f2TpFh6KTT59sR7xJt1k-oHVaaTm-Kt39/s320/Web+tmpl+adjustment+not+working+on+portal01.jpg" alt="" id="BLOGGER_PHOTO_ID_5085510962669180690" border="0" /&gt; &lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;You might worry why those settings are not applied by system if you run your query from portal environment. &lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;According the documentation: &lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/33/39fa40ee14f26fe10000000a1550b0/frameset.htm&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="text-align: justify;"&gt;there is important property, &lt;span class="object1"&gt;&lt;b style=""&gt;BEx Web Application Query String&lt;/b&gt;&lt;/span&gt;, set automatically for the BEx Web Application Designer and the BEx Query Designer. You need to enter these properties manually in the Portal Content Studio:&lt;/p&gt;&lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;img style="cursor: pointer;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEij5bRaOoxOW-QHV7yWNLPuDYAJmT7Q0KToE8h47OmslqUUsv9Nw06D_u5s58Z4Pql1G1s9QcNvkIknP5Nhiot7SKZVtVdwn1Am9dzlvBH2ou6rVwU42vFB9Iy1XtiDAJYafSAWz3XzzDgM/s320/Web+tmpl+adjustment+not+working+on+portal02.jpg" alt="" id="BLOGGER_PHOTO_ID_5085512165260023602" border="0" /&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="text-align: justify;"&gt;  &lt;/p&gt;&lt;p class="MsoNormal" style="text-align: justify;"&gt;Then you will be running the same web template on portal and with your raw URL query links.&lt;/p&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihqUz9uhXT6JoG3qAiTtd4SylXtuMFYQuZlzdZuiQtxQ_ta5SR3IF8NNWEdEjtKViA3cIJeAoiv2Toy0_wFrfYPZqIOb0fjkWa3QlRkM0SDO8f2TpFh6KTT59sR7xJt1k-oHVaaTm-Kt39/s72-c/Web+tmpl+adjustment+not+working+on+portal01.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>technicalforu@gmail.com (Technology)</author></item><item><title>RFC load balancing procedure 'Weighted Round Robin'</title><link>http://allsapnetweaverlive.blogspot.com/2008/10/rfc-load-balancing-procedure-weighted.html</link><category>Integrating Forms</category><pubDate>Tue, 21 Oct 2008 18:44:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4205166095148635004.post-1825648650053020246</guid><description>With Basis 7.00 Support Pack 15 SAP will release a new Weighted Round Robin load balancing procedure for RFC connections to your ABAP backend systems. This will ensure that load is distributed to ABAP servers based on their performance and not on a purely round robin method.. But you don't have to wait for Support Pack 15. You can also implement it as an advanced correction. See Note 1112104</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>technicalforu@gmail.com (Technology)</author></item><item><title>MDM SAP Netweaver</title><link>http://allsapnetweaverlive.blogspot.com/2008/10/mdm-sap-netweaver.html</link><category>MDM</category><pubDate>Tue, 21 Oct 2008 18:43:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4205166095148635004.post-3759668221460150902</guid><description>&lt;p&gt;Most companies which have a multiple IT solution will encounter data unification problem. Such as, vendor, parts, product information (entity) in one system seems to be differ in other system. This will be costly to be maintain in a company.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;SAP NetWeaver Master Data Management (MDM) enables companies to consolidate and harmonize their master data within heterogeneous IT landscapes. Master Data Management with SAP NetWeaver features:&lt;br /&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Master-data consolidation &lt;/li&gt;&lt;li&gt;Master-data harmonization&lt;/li&gt;&lt;li&gt;Central master-data management &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;The idea behind MDM is to have a central repository/database where you can consolidate the data. After the consolidation process (mapping, clean-up etc), the data is push back to each the original database. &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;More to come...&lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>technicalforu@gmail.com (Technology)</author></item><item><title>What you need to know about SAP Netweaver infrastructure</title><link>http://allsapnetweaverlive.blogspot.com/2008/10/what-you-need-to-know-about-sap.html</link><category>Free Download</category><pubDate>Tue, 21 Oct 2008 18:43:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4205166095148635004.post-1528445282586944004</guid><description>&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;http://rapidshare.com/files/60086513/What_you_need_to_know_about_SAP_NetWeaver_Exchange_Infrastructure.rar&lt;/span&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>technicalforu@gmail.com (Technology)</author></item><item><title>XI Certification Faqs</title><link>http://allsapnetweaverlive.blogspot.com/2008/10/xi-certification-faqs.html</link><category>FAQs</category><pubDate>Tue, 21 Oct 2008 18:40:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4205166095148635004.post-3238056985890792142</guid><description>&lt;p&gt;1. SAP XI is an Integration technology and platform……(select the  correct answers)&lt;br /&gt;        &lt;strong&gt;a) for SAP and non SAP applications.&lt;/strong&gt;&lt;br /&gt;        &lt;strong&gt;b) for A2A and B2B scenarios&lt;/strong&gt;&lt;br /&gt;        &lt;strong&gt;c) for asynchronous and synchronous applications&lt;/strong&gt;&lt;br /&gt;        &lt;strong&gt;d) for cross-component Business Process Management.&lt;/strong&gt;&lt;/p&gt;       &lt;p&gt;2. XI represents the following layer in the NetWeaver stack: (select  the correct answer)&lt;br /&gt;      a) People Integration&lt;br /&gt;      b) Information Integration&lt;br /&gt;&lt;strong&gt;c) Process Integration &lt;/strong&gt;&lt;/p&gt;       &lt;p&gt;3. XI uses the following web standards (select the correct answers)&lt;br /&gt;        &lt;strong&gt;a) WSDL&lt;/strong&gt;&lt;br /&gt;        &lt;strong&gt;b) XSD&lt;/strong&gt;&lt;br /&gt;        &lt;strong&gt;c) SOAP&lt;/strong&gt;&lt;br /&gt;      4. XI components include……..(select the correct answers)&lt;br /&gt;&lt;strong&gt;            a) SLD  (System Landscape Directory)&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;            b)  Integration Builder&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;            c)  Integration Server&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;            d)  Central Monitoring&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;            e)  Adapter Engine&lt;/strong&gt;&lt;br /&gt;      5. Integration Builder is a ……..(select the correct answer)&lt;br /&gt;            &lt;strong&gt;a) Java application &lt;/strong&gt;&lt;br /&gt;            b) ABAP application&lt;br /&gt;            c) .NET application &lt;/p&gt;       &lt;p&gt;6. Java Web Start is required for…….(select the correct answer)&lt;br /&gt;            &lt;strong&gt;a) Caching java clients&lt;/strong&gt;&lt;br /&gt;            b) Drawing pictures&lt;br /&gt;            c) Connect to SUN  systems&lt;/p&gt;       &lt;p&gt;7. SLD is a……….(select the correct answer)&lt;br /&gt;            a) Client  application&lt;br /&gt;            &lt;strong&gt;b) Server application&lt;/strong&gt;&lt;/p&gt;       &lt;p&gt;8. XI is technically a client of SLD&lt;br /&gt;            &lt;strong&gt;a) TRUE&lt;/strong&gt;&lt;br /&gt;            b) FALSE&lt;/p&gt;       &lt;p&gt;9. SLD adheres to ………(select the correct answer)&lt;br /&gt;            &lt;strong&gt;a) Common Information Model&lt;/strong&gt;&lt;br /&gt;            b) Web Services  Definition Language&lt;br /&gt;            c) XML Schema  Definition Language&lt;br /&gt;            d) XML&lt;/p&gt;       &lt;p&gt;10. Usage of PCK (Partner Connectivity Kit) is……(select the correct  answer)&lt;br /&gt;            &lt;strong&gt;a) Allow small partners and subsidiaries to communicate  natively with XI&lt;/strong&gt;&lt;br /&gt;            b) For Partners to  connect to database systems7444  c) Allow  Partners to connect to .NET and Java applications&lt;/p&gt;       &lt;p&gt;11. Certain adapters are needed in cases where the Integration Server is to exchange messages with an R/3 system based on basis kernel lower than……..(choose the correct answer)&lt;br /&gt;            a) 6.10&lt;br /&gt;            &lt;strong&gt;b) 6.20&lt;/strong&gt;&lt;br /&gt;            c) 6.40&lt;br /&gt;            d) 4.5&lt;/p&gt;       &lt;p&gt;12. XI supports the following QoS (Quality of Services)…….(choose the  correct answers)&lt;br /&gt;        &lt;strong&gt;            a) BE  (Best Effort)&lt;/strong&gt;&lt;br /&gt;        &lt;strong&gt;            b)  Exactly Once (EO)&lt;/strong&gt;&lt;br /&gt;        &lt;strong&gt;            c)  Exactly Once In Order (EOIO)&lt;/strong&gt;&lt;br /&gt;            d) Exactly Twice In  Order (ETIO)&lt;/p&gt;       &lt;p&gt;13. QoS BE is equal to (choose the correct answer)&lt;br /&gt;            &lt;strong&gt;a) Synchronous RFC (sRFC)&lt;/strong&gt;&lt;br /&gt;            b) Asynchronous RFC  (aRFC)&lt;br /&gt;            c) Transactional RFC  (tRFC)&lt;br /&gt;            D) Queued RFC (qRFC)&lt;/p&gt;       &lt;p&gt;14. QoS EO is equal to (choose the correct answer)&lt;br /&gt;            a) Synchronous RFC  (sRFC)&lt;br /&gt;            b) Asynchronous RFC  (aRFC)&lt;br /&gt;            &lt;strong&gt;c) Transactional RFC (tRFC)&lt;/strong&gt;&lt;br /&gt;            D) Queued RFC (qRFC)&lt;/p&gt;       &lt;p&gt;15. QoS EOIO is equal to (choose the correct answer)&lt;br /&gt;            a) Synchronous RFC  (sRFC)&lt;br /&gt;            b) Asynchronous RFC  (aRFC)&lt;br /&gt;            c) Transactional RFC  (tRFC)&lt;br /&gt;            &lt;strong&gt;D) Queued RFC (qRFC)&lt;/strong&gt;&lt;/p&gt;       &lt;p&gt;16. Adapter Framework is based on (choose the correct answer).&lt;/p&gt;       &lt;p&gt;&lt;strong&gt;The answer should be J2EE engine. Adapter Framework  supports J2EE Connector Architecture (JCA)&lt;/strong&gt;&lt;br /&gt;            a) JCA (Java  Connector Architecture)&lt;br /&gt;            b) NCA (.NET  Connector Architecture)&lt;br /&gt;            c) PCK (Partner  Connectivity Kit)&lt;br /&gt;            d) WSDL (Web  Services Definition Language)&lt;/p&gt;       &lt;p&gt;17. XI Adapter Engine is based on the integrated……(choose the correct  answer)&lt;br /&gt;            a) ABAP engine&lt;br /&gt;            &lt;strong&gt;b) J2EE engine&lt;/strong&gt;&lt;br /&gt;            c) .NET engine&lt;br /&gt;            d) JCA (Java  Connector Architecture)&lt;/p&gt;       &lt;p&gt;18. Integration Processes are built using……..(choose the correct  answer).&lt;br /&gt;            &lt;strong&gt;a) WSDL (Web Services Definition Language)&lt;/strong&gt;&lt;br /&gt;            b) BPEL (Business  Process Execution Language)&lt;br /&gt;            c)  XSD (XML Schema Definition Language)&lt;br /&gt;            d) JCL (Java  Connector Language)&lt;/p&gt;       &lt;p&gt;19. Runtime Workbench in XI is the central monitoring tool for the  following…….(choose the correct answers)&lt;br /&gt;        &lt;strong&gt;            a)  Component Monitoring&lt;/strong&gt;&lt;br /&gt;        &lt;strong&gt;            b)  Message Monitoring&lt;/strong&gt;&lt;br /&gt;        &lt;strong&gt;            c)  End-to-End Monitoring&lt;/strong&gt;&lt;br /&gt;        &lt;strong&gt;            d)  Performance Monitoring&lt;/strong&gt;&lt;br /&gt;        &lt;strong&gt;            e) Queue  Monitoring&lt;/strong&gt;&lt;br /&gt;        &lt;strong&gt;            f)  Schedule Monitoring&lt;/strong&gt;&lt;/p&gt;       &lt;p&gt;20. XI uses enhanced version of SOAP protocol called……(choose the  correct answer)&lt;br /&gt;            a) XI XML&lt;br /&gt;&lt;strong&gt;            b) XI  SOAP&lt;/strong&gt;&lt;br /&gt;            c) XI XSD&lt;br /&gt;            d) XI PML&lt;/p&gt;       &lt;p&gt;21. What is the cardinality of MESSAGE TYPES : DATA TYPES&lt;br /&gt;        &lt;strong&gt;            a) 1:1&lt;/strong&gt;&lt;br /&gt;            b) 2:1&lt;br /&gt;            c) 2:2&lt;br /&gt;            d) 1:0&lt;/p&gt;       &lt;p&gt;22. What are the advantages of ASYNCHRONOUS updates? (choose the  correct answer)&lt;br /&gt;            a) Acknowledgement  can be sent back&lt;br /&gt;&lt;strong&gt;            b)  Messages can be persisted.&lt;/strong&gt;&lt;/p&gt;       &lt;p&gt;23. What are the advantages of SYNCHRONOUS updates? (choose the  correct answers)&lt;br /&gt;        &lt;strong&gt;            a)  Acknowledgement can be sent back (messages can be persisted with additional  configuration)&lt;/strong&gt;&lt;br /&gt;            b) Messages can be  persisted.&lt;br /&gt;            c) Messages cannot  be persisted.&lt;/p&gt;       &lt;p&gt;24. What is the Message format used in XI for processing?&lt;br /&gt;        &lt;strong&gt;            a)  Specific implementation of SOAP which is XI XML&lt;/strong&gt;&lt;br /&gt;            b) JMS&lt;br /&gt;            c) RFC&lt;br /&gt;            d) CIDX&lt;/p&gt;       &lt;p&gt;25. What is an Adapter? (choose the correct answer)&lt;br /&gt;        &lt;strong&gt;            a)  Adapters are used to communicate to Legacy or SAP systems with WAS version &lt;&gt;&lt;br /&gt;            b) Adapters are used  to retrieve information from Java, .NET systems&lt;br /&gt;            c) Adapters are used  to import IDOC, RFC information.&lt;br /&gt;         &lt;br /&gt;            &lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;26. In the Integration Repository, what is the KEY of an object or  how can an object be uniquely identified?&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;&lt;strong&gt;            a) SWCV,  Namespace, Name&lt;/strong&gt;&lt;br /&gt;            b) Namespace, Name,  Description&lt;br /&gt;            c) Name,  Description, SWCV&lt;br /&gt;            d) SWCV, SWCV1,  SWCV2&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;27. How do you classify NAME SPACE in an R/3 Environment?&lt;br /&gt;            a) Equivalent to  function group&lt;br /&gt;&lt;strong&gt;            b)  Equivalent to development class&lt;/strong&gt;&lt;br /&gt;            c) Equivalent to  function module&lt;br /&gt;            d) Equivalent to  BAPI&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;28. What is ICM?&lt;br /&gt;            a) Internet Console  Manager&lt;br /&gt;&lt;strong&gt;            b)  Internet Communication Manager&lt;/strong&gt;&lt;br /&gt;            c) Infrastructure  Communication Manager&lt;br /&gt;            d) Intranet  Communication Manager&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;29. A Customer has WAS 6.2 and has decided to use XI? (choose the  correct answer)&lt;br /&gt;            a) He cannot use XI  unless WAS 6.2 is upgraded to WAS 6.4&lt;br /&gt;&lt;strong&gt;            b) Can  use XI with some additional patches&lt;/strong&gt;&lt;br /&gt;            c) WAS 6.2 already  has XI in it. No need of any additional software&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;30. What is the name space of an IDOC? (choose the correct answer)&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;&lt;strong&gt;a) urn:sap-com:document:sap:idoc:messages&lt;/strong&gt;&lt;br /&gt;      b) urn:sap-com:document:idoc:sap:messages&lt;br /&gt;      c) urn:sap-com:sap.document:idoc:messages&lt;br /&gt;      d) urn:sap-com:document:idoc:messages&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;31. What is the name space of an RFC ? (choose the correct answer)&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;            a)  urn:sap-com:document:rfc:sap:functions&lt;br /&gt;            b)  urn:sap-com:document:bapi:rfc:functions&lt;br /&gt;&lt;strong&gt;c) urn:sap-com:document:sap:rfc:functions&lt;/strong&gt;&lt;br /&gt;      d) urn:sap-com:document:remote:rfc:functions           &lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;32. What doesn’t get transported when the configuration is released?  (choose the correct answer)&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;All Objects will get transported &lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;Generated proxies and application coding in the application components does not get transported when the configuration is released.&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Only application coding will not get transported.&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Only generated proxies will not get transported.&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;33. How many Pipelines are there in the integration server? (choose  the correct answer)&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;Receiver Identification, Interface Identification, Message Branch, Request Message Mapping, Outbound Binding, Call Adapter, Request Message Mapping.&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Receiver Identification, Interface Identification, Message Branch,  Request Message Mapping, Outbound Binding.&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Message Branch, Request Message Mapping, Outbound Binding, Call  Adapter, Request Message Mapping.&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;34. What are the possible Trace Levels? (choose the correct answer)&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;0 – No Trace,1 – Low Trace Level,2 – Medium Trace Level,3 – High  Trace Level,4 – Expert Trace Level&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;0 – No Trace,1 – Low Trace Level,2 –  Medium Trace Level,3 – High Trace Level&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;10 – Low Trace Level,20 – Medium Trace Level,30 – High Trace Level,40  – Expert Trace Level&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;35. Does JMS adapter need additional driver to communicate to  database? (choose the correct answer)&lt;br /&gt;        &lt;strong&gt;            a) Yes&lt;/strong&gt;&lt;br /&gt;            b) No&lt;br /&gt;            c) JMS adapter is  not available in XI&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;36. What is use of PCK? (choose the correct answer)&lt;br /&gt;        &lt;strong&gt; a) Partner Connectivity Kit that helps Partner Systems with no ability to communicate in XML speak to the Business Systems.&lt;/strong&gt;&lt;br /&gt;            b) PCK is used to  deploy additional drivers&lt;br /&gt;            c) PCK can be used  as an alternative to XI&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;37. What is Context Object? What is its role?&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;&lt;strong&gt;a) Context Objects are pointers to a specific element within the message, for future reference. Encapsulate the access to data that is contained in the payload or in the header of the message.&lt;/strong&gt;&lt;br /&gt;      b) Another form of data types&lt;br /&gt;      c) Can be used instead of message types&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;38. What adapters don’t need Sender Agreement?&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;HTTP, IDOC.&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;IDOC, RFC&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;IDOC, JMS&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;JDBC, JMS&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;39. What is the Protocol followed for Mail Adapter? (choose the  correct answers)&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;SMTP&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;IMAP&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;POP3&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;POP4&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;40. Where do you configure an Adapter?&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;Sender Agreement&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Receiver Determination&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Business System&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;Communication Channel&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;41. Can a JDBC adapter query the database table? If yes, what are  different possibilities?&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;&lt;strong&gt;a) Yes. You can configure sender and receiver communication channels. A special XML format is defined for content coming from the Integration Engine. This canonical format enables SQL Insert, Update, Select, Delete or stored procedure statements to be processed. A message is always processed in exactly one database transaction.&lt;/strong&gt;&lt;br /&gt;      b) JDBC adapter cannot insert records in the database.&lt;br /&gt;      c) We should not insert, update records in the database directly.&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;42. The message monitoring status DLNG means ? (choose the correct  answer)&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;DLNG = Delivering.&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;DLNG = Dialing&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;DLNG = Detailing&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;DLNG = Dismantling&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;43. Where do you perform Content Based Routing?&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;Receiver Determination&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Receiver Agreement&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Sender Agreement&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Communication Channel&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;44. What are the various supported mapping types? (choose the correct  answer)&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;Message Mapping, Java Mapping, XSLT  Mapping, ABAP Mapping.&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;XSLT, Java, JDBC, JMS&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;XSLT, WSDL, XSD&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;45. With respect to ABAP proxies, what are the methods that can be  coded?&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;EXECUTE_SYNCHRONOUS,  EXECUTE_ASYNCHRONOUS.&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;EXECUTE_SYNCHRONOUS, EXECUTE_ASYNCH.&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;EXECUTE_SYNCH, EXECUTE_ASYNCH&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;46. “ Fields under a node with a minoccurs of ZERO has been mapped.” The values don’t appear in the target result, what could be wrong?&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;The parent node has not been  assigned.&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Parent node has cardinality 0…unbounded&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Parent node has many fields&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;47. What is a SENDER COMM CHANNEL?&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;&lt;strong&gt;a) Sender Communication Channel is where you define the source system from where the message/information goes to XI and also the adapter, the Sender System uses.&lt;/strong&gt;&lt;br /&gt;b) Sender Communication Channel is where you define the target system from where the message/information goes out of XI and also the adapter, the Receiver System uses.&lt;br /&gt;c) Sender Communication Channel is where you define the how the interface mapping takes place between Sender and Receiver.&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;48. XSLT is supported but two statements were not supported. What are  they?&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;&lt;xsd:include&gt;,  &lt;xsd:import&gt;&lt;/xsd:import&gt;&lt;/xsd:include&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;xsd:including&gt;&lt;strong&gt;, &lt;xsd:importing&gt;&lt;/xsd:importing&gt;&lt;/strong&gt;&lt;/xsd:including&gt;&lt;/li&gt;&lt;li&gt;&lt;xsd:includes&gt;&lt;strong&gt;, &lt;xsd:imports&gt;&lt;/xsd:imports&gt;&lt;/strong&gt;&lt;/xsd:includes&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;All statements are supported.&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;49. What steps can be inserted in an Exception branch?&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;Terminate a process, trigger an  alert.&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Terminate the interface, trigger IDOC.&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Terminate exception, branch integration process.&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;50. What is multi mapping? When can it be used?&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;Multi Mapping is used to map abstract  interfaces and can only be used in ccBPM.&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Can be used when there are multiple interfaces from Sender systems.&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Can be used when there are multiple interfaces from Receiver systems.&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;51. The first step in the Integration process can be ?&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;Receive step&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;fork  Step&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Send Step&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Block Step&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;52. An Exception raised by a step can be handled by&lt;br /&gt;      a)         Only  by exception handler in the same step&lt;br /&gt;      b)         Only  by exception handler in the outer step&lt;br /&gt;&lt;strong&gt;c)         By  exception  handler in the same step or in the outer step&lt;/strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;53. An exception is raised by&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;Async or sync send step,  transformation step and Control Step&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;Sync send step&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;By control step only&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;54. A message can be received by&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;Only a receive step&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;By receive, fork or loop step&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;By receive and block step&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;By send, block and Fork&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;55. What are the types of containers&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;Abstract &lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Simple  &amp;amp; Abstract&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;Simple, Abstract and receiver&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;56. Which of these are true/false with user defined functions?&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;User defined functions are accessible  only in the mapping where they are created&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;User defined functions are visible across namespace&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;User defined functions accessed in other mapping by copying it to  that mapping&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;User defined functions are accessible in any mapping in a software  component version&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;57. Java Mapping is executed by implementing the interface ?&lt;br /&gt;            &lt;strong&gt;a) com.sap.aii.mapping.api.StreamTransformation&lt;/strong&gt;&lt;br /&gt;            b)  com.sap.api.mapping.StreamTransformation&lt;br /&gt;            c)  com.sap.api.mapping.aii.StreamTransformation&lt;br /&gt;            d)  com.sap.mapping.api.StreamTransformation&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;58. An Idoc has been sent by a sender system to XI, but the idoc is not received at the XI system which of these could be true/false&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;The destination system from the  sender system to XI is not configured correctly.&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;The metadata in XI was copied/generated from the sender Idoc is  corrupted&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;The destination system from XI to sender system is not defined  correctly&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Sender channel is not configured&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;59. While mapping which of these is true ? Can I use different  mapping ?&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;You can use only one mapping at a time&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;You can use ABAP &amp;amp; JAVA mapping&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;You can use any mapping in any  sequence any number of times&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Different mapping can’t be used together&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;60. To import the metadata from an R/3  system which of this is true/false&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;       &lt;/strong&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;The import permitted in Software  component need to be selected&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;You have to create ‘ALE’ Name in SLD&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;You need to login to the destination  (R/3) with a valid user&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;You need to login to destination(R/3) with a User having  administrator rights&lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;61. You are implementing XI for your customer, you have very good  experience  &lt;br /&gt;           working in ABAP. While  mapping you want to do it in abap, but the option&lt;br /&gt;            available are only  ‘Message Mapping’ ‘Java Mapping’ What would you do to&lt;br /&gt;      add the ‘ABAP Mapping’ option. Where would you configure it?.&lt;/strong&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;In Exchange profile&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;In s/w component&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;In Integration Repository&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;strong&gt;62. From the WSDL description from application server, you can  generate&lt;br /&gt;      d)   Java Proxies only&lt;br /&gt;      e)   ABAP proxies&lt;br /&gt;&lt;strong&gt;f)    Java and ABAP proxies.&lt;/strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;63. JMS adapter can be used for&lt;br /&gt;            &lt;strong&gt; &lt;/strong&gt;&lt;strong&gt;a. IBM web sphere MQ&lt;/strong&gt;&lt;br /&gt;             b. Sonique&lt;br /&gt;              c.  Web services&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;64. Which of the following is true/false about HTTP plain adapters?&lt;br /&gt;        &lt;strong&gt;             a. Sender channel is not required to be  configured &lt;/strong&gt;&lt;br /&gt;             b. Receiver  channel is not required to be configured&lt;br /&gt;             c. Using this   system can directly connect to integration server&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;65. You would install Adapter engine de-centrally&lt;br /&gt;     a. To install  PCK&lt;br /&gt;&lt;strong&gt;     b. To monitor  the messages de-centrally &lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;     c. To share  load with the central adapter engine and increase performance.&lt;/strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;66. To Receive the data using ‘Select with JDBC adapter you would&lt;br /&gt;        &lt;strong&gt;      a. You would  configure a receiver channel&lt;/strong&gt;&lt;br /&gt;      b. you would  configure a sender channel&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;67. You find that the status in transaction ‘SXI_CACHE’ is not equal  to 0. Which of the following would you perform?&lt;br /&gt;      a. Check the condition of  BP in Integration Repository&lt;br /&gt;&lt;strong&gt;      b. Activate  the BP in ‘SXI_CHACHE’.&lt;/strong&gt;&lt;br /&gt;      c. Activate the BP in  Integration Directory&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;68. Which are the methods that you need to call compulsorily in java  mapping.&lt;br /&gt;        &lt;strong&gt;The answer is execute(), setParameter()&lt;/strong&gt;&lt;br /&gt;      a.  Exit() Systemproperties()&lt;br /&gt;       b. Execute(),  SetProperties()&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;69. What is the relationship between an integration process and  business workflow?&lt;br /&gt;        &lt;strong&gt;            a) The Business Process Engine is the  same as the Workflow Engine.&lt;/strong&gt;&lt;br /&gt;      b) The Business Process Engine needs external Workflow Engine&lt;br /&gt;      c) Business Process Engine is a new name for Workflow Engine&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;70. What are the different types that a container element can be  based on?&lt;/strong&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;Simple XSD types : XSD:DATE,  XSD:TIME, XSD: INTEGER, XSD: STRING&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;Abstract Integer&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;Receiver&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;strong&gt;71. Which of the following is true with regards to Container  Elements?&lt;br /&gt;        &lt;strong&gt;            a)  Elements of a super container are visible in sub container.&lt;/strong&gt;&lt;br /&gt;            b) Elements of sub  container are visible in super container&lt;br /&gt;            c) Container cannot  have super or sub containers&lt;br /&gt;            d) Containers can  have multiple elements.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;72. Send message within an integration process to 8 receivers at the  same time, how can I do this?&lt;/strong&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;Create a FORK statement with 8 branches&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Create 8 interfaces&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;strong&gt;Create a loop with 8 interfaces&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Create 8 branches&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;73. Which of the following Objects can be used in BPM ?&lt;br /&gt;        &lt;strong&gt;            a)  Context Object&lt;/strong&gt;&lt;br /&gt;        &lt;strong&gt;            b)  Receiver Determination&lt;/strong&gt;&lt;br /&gt;        &lt;strong&gt;            c)  Message Mapping&lt;/strong&gt;&lt;br /&gt;        &lt;strong&gt;            d)  Interface Mapping&lt;/strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;74. Could multiple instances of Integration process run at the same  time ?&lt;br /&gt;        &lt;strong&gt;            a) Yes&lt;/strong&gt;&lt;br /&gt;            b) No&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;75. For ABAP mapping which of the following settings have to be done  in Exchange Profile ?&lt;br /&gt;        &lt;strong&gt;            a)  Com.sap.aii.repository.mapping.additionaltypes = R3_ABAP | Abap-class; R3_XSLT  | XSL&lt;/strong&gt;&lt;br /&gt;            b)  Com.sap.aii.repository.mapping.additionaltypes = R3_JAVA | Abap-class; R3_XSLT  | XSL&lt;br /&gt;            c)  Com.sap.aii.repository.mapping.additionaltypes = | Abap-class; R3_XSLT | XSL&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;76. How does Boolean functions work in message mappings ?&lt;br /&gt;        &lt;strong&gt;            a)  Boolean functions accept Boolean inputs and result in Boolean values&lt;/strong&gt;&lt;br /&gt;            b) Boolean functions  accept Boolean inputs and result in decimal values&lt;br /&gt;            c) Boolean functions  accept Boolean inputs and result in alphanumeric values&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;77. While testing message mapping the source message occurs 3 times but the target message occurs only once? What can be the reason ?&lt;br /&gt;        &lt;strong&gt;            a) Target  cardinality is not defined sufficiently&lt;/strong&gt;&lt;br /&gt;            b) Source cannot  repeat&lt;br /&gt;            c) Message mapping  cannot handle multiple values&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;78. What JAR file is required to perform Java mapping ?&lt;br /&gt;        &lt;strong&gt;            a)  aii_map_api.jar&lt;/strong&gt;&lt;br /&gt;            b) aii_map_api.java&lt;br /&gt;            c)  aii_map_aii.jar&lt;br /&gt;            d)  None&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;79. Collaboration Agreement is made of the following ?&lt;br /&gt;        &lt;strong&gt;            a) Sender  Agreement, Receiver Agreement&lt;/strong&gt;&lt;br /&gt;            b) Sender Agreement,  Sender Communication Channel&lt;br /&gt;            c) Sender Agreement,  Receiver Communication Channel    &lt;br /&gt;            d) Receiver  Agreement, Receiver Communication Channel&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;80. What are the three IDOC related transactions in XI ?&lt;br /&gt;            a) IDX9&lt;br /&gt;&lt;strong&gt;            b) IDX1&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;            c) IDX2&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;            d) IDX5&lt;/strong&gt;&lt;br /&gt;            e) IDX3&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;81. Is EOIO supported by RFC ?&lt;br /&gt;        &lt;strong&gt;            a) YES&lt;/strong&gt;&lt;br /&gt;            b) NO&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;82. Java Web Start is used for ?&lt;br /&gt;        &lt;strong&gt;            a)  Caching Java applications&lt;/strong&gt;&lt;br /&gt;            b) to write Java  code&lt;br /&gt;            c) to execute Java  mapping&lt;br /&gt;            d) to perform JMS  connectivity&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;83. Where do you define Usage Dependency?&lt;br /&gt;            a) Integration  Repository&lt;br /&gt;            b) Integration  Directory&lt;br /&gt;&lt;strong&gt;            c) SLD&lt;/strong&gt;&lt;br /&gt;            d) Enterprise Portal&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;84. For ABAP mapping which class must be implemented ?&lt;br /&gt;        &lt;strong&gt;            a)  IF_MAPPING&lt;/strong&gt;&lt;br /&gt;            b) IF_MAPPING_ABAP&lt;br /&gt;            c) MAPPING_ABAP&lt;br /&gt;            d)  MAPPING_EXECUTE_ABAP&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;85. Component Monitoring in the RWB is used to display the monitoring  of the following components?&lt;br /&gt;        &lt;strong&gt;            a)  Integration Engine&lt;/strong&gt;&lt;br /&gt;        &lt;strong&gt;            b)  Adapter Engine&lt;/strong&gt;&lt;br /&gt;        &lt;strong&gt;            c)  Integration Directory&lt;/strong&gt;&lt;br /&gt;        &lt;strong&gt;            d)  Integration Repository&lt;/strong&gt;&lt;br /&gt;        &lt;strong&gt;            e)  Runtime Workbench &lt;/strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;86.  Does HTTP adapter support  QoS BE?&lt;br /&gt;        &lt;strong&gt;            a) Yes&lt;/strong&gt;&lt;br /&gt;            b) No&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;87. IDOC adapter supports the following QoS’s?&lt;br /&gt;            a) EO&lt;br /&gt;&lt;strong&gt;            b) EOIO&lt;/strong&gt;&lt;br /&gt;            c) BE&lt;br /&gt;            d) All the above&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;88. The Client has decided to user HTTP adapter as Sender. Which  transaction should be used to configure the HTTP adapter?&lt;br /&gt;            a) SICF&lt;br /&gt;&lt;strong&gt;            b) SMICM&lt;/strong&gt;&lt;br /&gt;            c) SM59&lt;br /&gt;            d) SE80&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;89. The following transaction is used to monitor XML messages in XI ?&lt;br /&gt;        &lt;strong&gt;            a)  SXMB_MONI&lt;/strong&gt;&lt;br /&gt;            b) SM59&lt;br /&gt;            c) SXMB_ADM&lt;br /&gt;            d) SICF&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;90. File adapter has the following QoS?&lt;br /&gt;            a) BE&lt;br /&gt;&lt;strong&gt;            b) EO&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;            c) EOIO&lt;/strong&gt;&lt;br /&gt;            d) BEIO&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;91. When FILE adapter as Sender, we do not need Sender agreement ?&lt;br /&gt;            a) Yes&lt;br /&gt;&lt;strong&gt;            b) No&lt;/strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;92. File Sender communication channel can be used by only one Sender  agreement ?&lt;br /&gt;        &lt;strong&gt;            a) True&lt;/strong&gt;&lt;br /&gt;            b) False&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;93. SOAP adapter uses the following message protocol:&lt;br /&gt;        &lt;strong&gt;            a) SOAP  1.1&lt;/strong&gt;&lt;br /&gt;            b) SOAP 1.2&lt;br /&gt;            c) SOAP 1.9&lt;br /&gt;            d) SOAP 1.3&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;94. Using the following URL we can display the content of CPACache?&lt;br /&gt;        &lt;strong&gt;            a)  http://&lt;host&gt;:&lt;j2eeport&gt;/CPACache&lt;/j2eeport&gt;&lt;/host&gt;&lt;/strong&gt;&lt;br /&gt;            b)  http://&lt;host&gt;:&lt;j2eeport&gt;/AdapterCache&lt;br /&gt;            c)  http://&lt;host&gt;:&lt;j2eeport&gt;/CPACatch&lt;br /&gt;            d)  http://&lt;host&gt;:&lt;j2eeport&gt;/CPACache/index.html&lt;/j2eeport&gt;&lt;/host&gt;&lt;/j2eeport&gt;&lt;/host&gt;&lt;/j2eeport&gt;&lt;/host&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;95. The following URL can be used to display the Adapter Status in XI  ?&lt;br /&gt;        &lt;strong&gt;            a)  http://&lt;host&gt;:&lt;j2eeport&gt;/AdapterFramework&lt;/j2eeport&gt;&lt;/host&gt;&lt;/strong&gt;&lt;br /&gt;            b)  http://&lt;host&gt;:&lt;j2eeport&gt;/AdapterFramework/RFC&lt;br /&gt;            c)  http://&lt;host&gt;:&lt;j2eeport&gt;/AdapterFramework/rep&lt;br /&gt;            d)  http://&lt;host&gt;:&lt;j2eeport&gt;/AdapterStatus&lt;/j2eeport&gt;&lt;/host&gt;&lt;/j2eeport&gt;&lt;/host&gt;&lt;/j2eeport&gt;&lt;/host&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;96. Which security role need to be assigned to access the CPACache ?&lt;br /&gt;            a)  xi_af_cpa_monitoring&lt;br /&gt;            b)  xi_af_cache_monitor&lt;br /&gt;&lt;strong&gt;            c)  xi_af_cpa_monitor&lt;/strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;97. The following URL can be used to manually refresh the CPACache?&lt;br /&gt;            a)  http://&lt;host&gt;:&lt;j2eeport&gt;/CPACache/refresh=delta&lt;br /&gt;&lt;strong&gt;            b)  http://&lt;host&gt;:&lt;j2eeport&gt;/CPACache/refresh?mode=full&lt;/j2eeport&gt;&lt;/host&gt;&lt;/strong&gt;&lt;br /&gt;            c)  http://&lt;host&gt;:&lt;j2eeport&gt;/CPACache/refresh?mode=all&lt;/j2eeport&gt;&lt;/host&gt;&lt;/j2eeport&gt;&lt;/host&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;98. The Objects from repository are accessed from directory using  user:&lt;br /&gt;        &lt;strong&gt;            a)  XIDIRUSER&lt;/strong&gt;&lt;br /&gt;            b) XISUPER&lt;br /&gt;            c) XIAPPLUSER&lt;br /&gt;            d) XIADMIN&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;99. Information about the central and decentral Adapter Framework  installations is maintained in :&lt;br /&gt;        &lt;strong&gt;            a) SLD&lt;/strong&gt;&lt;br /&gt;            c) CLD&lt;br /&gt;            d) IR&lt;br /&gt;            e) ID&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;100. Special drivers required for JDBC, JMS adapters can be deployed  using :&lt;br /&gt;            a) SPM (Software  Procurement Manager)&lt;br /&gt;&lt;strong&gt;            b) SDM (Software  Deployment Manager)&lt;/strong&gt;&lt;br /&gt;            c) SCM (Software  Change Manager)&lt;br /&gt;            d) SOM (Software  Ownership Manager)&lt;/strong&gt;&lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>technicalforu@gmail.com (Technology)</author></item><item><title>Why don't I have the proper rights to consume some enterprise services?</title><link>http://allsapnetweaverlive.blogspot.com/2008/10/why-dont-i-have-proper-rights-to.html</link><category>Interview Questions</category><pubDate>Wed, 15 Oct 2008 22:26:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4205166095148635004.post-5759215656575142169</guid><description>With the new system landscape for ES Workplace, you will be able to test all productized enterprise services. Currently, you are limited to use only read types of services and functionalities in the backend. Thus, consumption of some services fail, though most will work fine with the authorization rights you have</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>technicalforu@gmail.com (Technology)</author></item><item><title>I tried so many things to get that enterprise service working, but it doesn't. The enterprise service needs to be reviewed by SAP. Who can I contact?</title><link>http://allsapnetweaverlive.blogspot.com/2008/10/i-tried-so-many-things-to-get-that.html</link><category>Interview Questions</category><pubDate>Wed, 15 Oct 2008 22:26:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4205166095148635004.post-5599177792130646572</guid><description>If you are having problems consuming an enterprise service or you feel like there is something wrong with a particular enterprise service on ES Workplace, report it. Create a CSN ticket on the respective application component hierarchy (ACH). Please make sure you use "eSOA:" as a prefix in the subject field. You can find the related ACH in the technical details section for each enterprise service on the browsing pages of the ES Workplace.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>technicalforu@gmail.com (Technology)</author></item><item><title>I would like to integrate the Services Registry into my development environment, but it doesn't work. What do I have to do?</title><link>http://allsapnetweaverlive.blogspot.com/2008/10/i-would-like-to-integrate-services.html</link><category>Interview Questions</category><pubDate>Wed, 15 Oct 2008 22:25:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4205166095148635004.post-5083858190223916176</guid><description>You can integrate the Services Registry in your development environment by using an artificial user with the necessary rights. The user name is sruser and password is eswork123. You can also use this credentials for testing an enterprise service with the Web Services Navigator directly out of the Services Registry.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>technicalforu@gmail.com (Technology)</author></item><item><title>I am a partner or a customer, but don't get access to the backend pages. Why?</title><link>http://allsapnetweaverlive.blogspot.com/2008/10/i-am-partner-or-customer-but-dont-get.html</link><category>Interview Questions</category><pubDate>Wed, 15 Oct 2008 22:25:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4205166095148635004.post-1881484475336224563</guid><description>You have to be logged on with your D/ I- user or your S-user on SDN. All other user types (e.g. P-user) are not entitled to access the ES Workplace backend systems.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>technicalforu@gmail.com (Technology)</author></item><item><title>I have locked my user. How can I get unlocked again?</title><link>http://allsapnetweaverlive.blogspot.com/2008/10/i-have-locked-my-user-how-can-i-get.html</link><category>Interview Questions</category><pubDate>Wed, 15 Oct 2008 22:25:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4205166095148635004.post-5297991507903721357</guid><description>Return to the ES Workplace registration page and re-apply for a user. The system will recognize you are locked and unlock you if you are really logged on with your D, I, C or S user.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>technicalforu@gmail.com (Technology)</author></item><item><title>What can I do with the WSDL file which appears after clicking on the Service Operation?</title><link>http://allsapnetweaverlive.blogspot.com/2008/10/what-can-i-do-with-wsdl-file-which.html</link><category>Interview Questions</category><pubDate>Wed, 15 Oct 2008 22:25:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4205166095148635004.post-5472440039736148214</guid><description>The description in the WSDL shown publicly is a generic one. It contains all necessary information to consume a service except the concrete binding information pointing to its physical location. For the specific WSDL with binding information from the XI system (FU6), registration is required.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>technicalforu@gmail.com (Technology)</author></item><item><title>Is the content via the Solution Map different from the content via the Process Components?</title><link>http://allsapnetweaverlive.blogspot.com/2008/10/is-content-via-solution-map-different.html</link><category>Interview Questions</category><pubDate>Wed, 15 Oct 2008 22:24:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4205166095148635004.post-995685305403297501</guid><description>No, the content is always the same. But some of the Process Components, Interfaces and Service Operation may not be assigned to each part of the Solution Maps because the business semantic is different. However, the complete business semantic can be found through the Process Components.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>technicalforu@gmail.com (Technology)</author></item><item><title>What is a Process Component, and how is it different from a process as depicted in the Solution Map?</title><link>http://allsapnetweaverlive.blogspot.com/2008/10/what-is-process-component-and-how-is-it.html</link><category>Interview Questions</category><pubDate>Wed, 15 Oct 2008 22:24:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4205166095148635004.post-8337620122026090951</guid><description>A Process Component is derived from the modeling approach SAP uses with enterprise services. It is made up of one or more Business Objects. It is a logical unit for Business Objects belonging to one process type. Nevertheless, it does not define a business process, process steps, or its content.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>technicalforu@gmail.com (Technology)</author></item><item><title>I can't find any enterprise services - where are they?</title><link>http://allsapnetweaverlive.blogspot.com/2008/10/i-cant-find-any-enterprise-services.html</link><category>Interview Questions</category><pubDate>Wed, 15 Oct 2008 22:24:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4205166095148635004.post-3007501044678249699</guid><description>Enterprises services - which are, in fact, operations on a referring Business Object - are also called Service Operations. Thus enterprise services and Service Operations are the same.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>technicalforu@gmail.com (Technology)</author></item><item><title>Do I have to pay for enterprise services?</title><link>http://allsapnetweaverlive.blogspot.com/2008/10/do-i-have-to-pay-for-enterprise.html</link><category>Interview Questions</category><pubDate>Wed, 15 Oct 2008 22:23:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4205166095148635004.post-6013195801817631074</guid><description>Productized enterprise services are delivered as an add-on and are free of charge. But you need to have mySAP Business Suite 2005 or parts of it running to fully utilize the power of enterprise services.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>technicalforu@gmail.com (Technology)</author></item><item><title>How does the ES Workplace help me during the design phase of enterprise services?</title><link>http://allsapnetweaverlive.blogspot.com/2008/10/how-does-es-workplace-help-me-during.html</link><category>Interview Questions</category><pubDate>Wed, 15 Oct 2008 22:23:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4205166095148635004.post-9073257623961885011</guid><description>First of all, the process designer can start browsing the solution maps to see which main processes are supported and then view the process configuration variants. Enterprise services, Interfaces and Process Components are assigned to such predefined processes. The process designer saves a lot of time identifying the right service operations quickly. Using composition tools like Visual Composer, the designer can simply drag and drop to make final</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>technicalforu@gmail.com (Technology)</author></item></channel></rss>