SAP XI 3.0 Tutorial

I know this forum has many requests on a daily basis for tutorials for beginners.
Does anyone know online a sample scenario with XI sending an receiving idocs via email?
Thanks for the info.
Steve
Edited by: Stephen Hardeman on Feb 11, 2008 2:39 PM

Kumar,
Yes. Adapters run on the J2EE server of the SAP Web Application Server 6.40, which contains a JCA 1.0 framework. The J2EE server meets all the requirements set out in the J2EE Connector Architecture Specification, Version 1.0.
For more information on JCA, kindly check the following link:
http://help.sap.com/saphelp_nw04/helpdata/en/00/6e6040a64e8437e10000000a155106/frameset.htm
Also go through this threads which will help you:
JCA Adapter
JCA Adapter
library referenced by my JCA Adapter
problem with JCA compliant adapter in XI
Hope this gives you some idea......
---Satish

Similar Messages

  • SSL error when connecting in SAP HANA Cloud Portal tutorial

    Hi,
    I'm going through the tutorial for SAP HANA Cloud Portal - SAP HANA Cloud Portal Developers Tutorial
    Unfortuanatelly I have problems with deploying public destinations (page 9).
    When I try to deploy the destination for the CRM back from the command console using neo command with relevant parameters and entering my password I get the following error:
    ERROR; SSL error when connecting to https://configapi.hanatrial.onedemand.com/configuraiton/api/rest; server certificate might be invalid or untrusted.
    Logfiles.
    Session log
    2014-08-18 15:53:59,579 DEBUG [main] org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager$1: Get connection: HttpRoute[{s}->https://configapi.hanatrial.onedemand.com], timeout = 0 2014-08-18 15:53:59,581 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: [HttpRoute[{s}->https://configapi.hanatrial.onedemand.com]] total kept alive: 0, total issued: 0, total allocated: 0 out of 20 2014-08-18 15:53:59,581 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: No free connections [HttpRoute[{s}->https://configapi.hanatrial.onedemand.com]][null] 2014-08-18 15:53:59,581 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Available capacity: 2 out of 2 [HttpRoute[{s}->https://configapi.hanatrial.onedemand.com]][null] 2014-08-18 15:53:59,582 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Creating new connection [HttpRoute[{s}->https://configapi.hanatrial.onedemand.com]] 2014-08-18 15:53:59,729 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnectionOperator: Connecting to configapi.hanatrial.onedemand.com/216.128.6.149:443 2014-08-18 15:54:00,035 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: Connection closed 2014-08-18 15:54:00,035 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: Connection shut down 2014-08-18 15:54:00,036 DEBUG [main] org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager: Released connection is not reusable. 2014-08-18 15:54:00,036 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Releasing connection [HttpRoute[{s}->https://configapi.hanatrial.onedemand.com]][null] 2014-08-18 15:54:00,037 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Notifying no-one, there are no waiting threads
    Console log
    2014-08-18 15:53:56,080 INFO  [main] com.sap.jpaas.infrastructure.console.CommandManager: Starting execution of command [get-destination] 2014-08-18 15:53:56,086 INFO  [main] com.sap.jpaas.infrastructure.console.CommandManager: Command [get-destination] init() finished for [1] ms 2014-08-18 15:54:00,038 INFO  [main] com.sap.jpaas.infrastructure.console.CommandManager: Command [get-destination] cleanup() finished for [0] ms 2014-08-18 15:54:00,046 FATAL [main] com.sap.jpaas.infrastructure.console.ConsoleClient: (!) ERROR; SSL error when connecting to https://configapi.hanatrial.onedemand.com/configuration/api/rest; server certificate might be invalid or untrusted com.sap.jpaas.infrastructure.console.exception.ValidationException at com.sap.jpaas.infrastructure.console.command.RemoteCommand.getHttpClient(RemoteCommand.java:97) at com.sap.jpaas.infrastructure.console.command.UnsecuredRemoteCommand.getHttpClient(UnsecuredRemoteCommand.java:57) at com.sap.core.connectivity.config.cmd.ConfigurationConsoleCommand.createHttpClient(ConfigurationConsoleCommand.java:254) at com.sap.core.connectivity.config.cmd.GetAction.download(GetAction.java:79) at com.sap.core.connectivity.config.cmd.GetAction.run(GetAction.java:52) at com.sap.jpaas.infrastructure.console.CommandManager.run(CommandManager.java:295) at com.sap.jpaas.infrastructure.console.CommandManager.run(CommandManager.java:260) at com.sap.jpaas.infrastructure.console.ConsoleClient.run(ConsoleClient.java:235) at com.sap.jpaas.infrastructure.console.ConsoleClient.main(ConsoleClient.java:85) Caused by: com.sap.core.utils.infrastructure.validation.HostValidationException: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated at com.sap.core.utils.infrastructure.validation.LandscapeHostValidator.getHttpClient(LandscapeHostValidator.java:304) at com.sap.jpaas.infrastructure.console.command.RemoteCommand.getHttpClient(RemoteCommand.java:95) ... 8 more Caused by: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated at sun.security.ssl.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:397) at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:128) at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:390) at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:148) at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:149) at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:121) at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:561) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:415) at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820) at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:776) at com.sap.core.utils.infrastructure.validation.LandscapeHostValidator.getHttpClient(LandscapeHostValidator.java:284) ... 9 more
    BR
    Beata

    Hi Beata,
    The CRM scenario is working again. We had to re install the Connector and deploy a new proxy app.
    Therefore you would need to download the code from the GitHub repository again. The changes you need to do on your side:
    1. Redeploy the new crm__public destination file - the updated destination now points to the new location of the proxy application
    2. Update the code of the registration form scripts (form.js and form.spec.xml).
    Regards,
    Ido

  • SAP XI 7.0

    Hai All,
    Any One Have SAP XI 7.0 Tutorial,Guide,PDF,PPT please send me path as early as possible.
    Thanks With Regards
    Navin Khedikar

    222

  • Official BPC SAP tutoriak

    Hello experts,
    Im learning BPC , and I was wondering if sap has created official tutorial for Business Planning and consolidation (BPC) tutorial site, like the one we have for SAP BI official tutorial site? If so , can you please provide me with a link?
    Thanks

    Hi All,
    The issue is resolved.The configuration for port and servername wasnt correct in the IIS .
    Cheers.
    Robert

  • Conversion of XML file in Noepad

    Hi Folks,
    i have a requiremnt like sending .TXT file and output is .XML.
    when i open the file in internet explorer i Got right output. when open the same file in notepad the file is look like below
    <?xml version="1.0" encoding="UTF-8"?>
    <EDS_PII_XML><Header><FILE_DATE></FILE_DATE></Header><Employee><EMPLID>010203</EMPLID><LAST_NAME>PUBLIC</LAST_NAME><FIRST_NAME>JOHN</FIRST_NAME><Deductions><DEDUCTION_CODE>HM</DEDUCTION_CODE><RECORD_TYPE>A</RECORD_TYPE><BEGIN_DT>2009-01-01</BEGIN_DT><END_DT></END_DT><PRE_TAX_COST>33.48</PRE_TAX_COST><AFTER_TAX_COST>0.00</AFTER_TAX_COST><OPTION>KAHI</OPTION><COVERAGE_LEVEL>EF</COVERAGE_LEVEL><IMPUTED_INCOME>0.00
    but i need the file like below:
    <?xml version="1.0" encoding="UTF-8"?>
    <EDS_PII_XML>
    <Header>
    <FILE_DATE></FILE_DATE>
    </Header>
         <Employee>
              <EMPLID>010203</EMPLID>
              <LAST_NAME>PUBLIC</LAST_NAME>
              <FIRST_NAME>JOHN</FIRST_NAME>
              <Deductions>
                   <DEDUCTION_CODE>HM</DEDUCTION_CODE>
                   <RECORD_TYPE>A</RECORD_TYPE>
                   <BEGIN_DT>2009-01-01</BEGIN_DT>
                   <END_DT/>
                   <PRE_TAX_COST>33.48</PRE_TAX_COST>
                   <AFTER_TAX_COST>0.00</AFTER_TAX_COST>
                   <OPTION>KAHI</OPTION>
                   <COVERAGE_LEVEL>EF</COVERAGE_LEVEL>
                   <IMPUTED_INCOME>0.00</IMPUTED_INCOME>
                   <GOAL_AMOUNT>0.00</GOAL_AMOUNT>
              </Deductions>
              <Deductions>
                   <DEDUCTION_CODE>HS</DEDUCTION_CODE>
                   <RECORD_TYPE>A</RECORD_TYPE>
                   <BEGIN_DT>2009-01-01</BEGIN_DT>
                   <END_DT/>
                   <PRE_TAX_COST>15.25</PRE_TAX_COST>
                   <AFTER_TAX_COST>0.00</AFTER_TAX_COST>
                   <OPTION>01</OPTION>
                   <COVERAGE_LEVEL>EF</COVERAGE_LEVEL>
                   <IMPUTED_INCOME>0.00</IMPUTED_INCOME>
                   <GOAL_AMOUNT>150.00</GOAL_AMOUNT>
    Any conversion is there in XI?
    please let me know ASAP.
    points also rewarded.
    Thanks
    Anil M

    Hi Anil,
    You can do the conversion with XSLT. Here's the code:
    <xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
      <xsl:output encoding="utf-8" indent="yes" method="xml" version="1.0"/>
      <xsl:strip-space elements="*"/>
      <xsl:template match="@*|node()">
        <xsl:copy>
          <xsl:apply-templates select="@*|node()"/>
        </xsl:copy>
      </xsl:template>
    </xsl:transform>
    (This copies the complete XML, and created a formatted output - indent="yes". All other content remains untouched.)
    How to integrate in SAP, read here: http://www.heidoc.net/joomla/en/technology-science/sap-and-xslt/5-tutorial-data-exchange-between-abap-and-xml
    Best wishes,
    Jan
    Edited by: Jan Krohn on Jul 15, 2011 10:57 AM

  • Hi frnds...im new 2 BI can some one explain me basics in BI...

    HI frnds..
      I jst started BW/Bi training..can someone explain me basics in BW.. like
    what are dimesion id's n surrogate id's??
    what is extended schema???
    what is master data??
    how master data is stored??
    what is datasource,infosource,infopackage,application component,transfer rules,update rules....have much confusion..
    please can some one clear it...

    First of all this is not the correct forum for your questions. This forum handles questions regarding the BusinessObjects on Demand offering.
    Secondly it is not realistic to expect an answer to ALL those questions in a forum. I would suggest either to buy book about SAP Netweaver/BW (Beginner's level) or search for the keywords you are refering to either in SDN or in the Internet. There are some SAP BW tutorilas available out there.
    eg.
    Step By Step BW Exercise
    http://searchsap.techtarget.com/tutorial/SAP-NetWeaver-BI-training-tutorial
    Regards,
    Stratos

  • Is it possible to disable implicit flush by system

    Hi
      I am going thru the tutorials on control programming. However in all the cases I find that control methods are fired asynchronously even without a flush.
    I have written a simple example using a text control. If you select the lines from text control and press a button those lines would be greyed out. (Looping is done to check flush issue, otherwise a single protect_line call would suffice)
    Code on pushbutton is as follows.
    CALL METHOD EDITOR->GET_SELECTION_POS
                 IMPORTING
                    FROM_LINE = FROM_IDX
                    FROM_POS = FROM_POS
                    TO_LINE = TO_IDX
                    TO_pos = to_pos
          exceptions
                    ERROR_CNTL_CALL_METHOD = 1.
       indx = from_idx.
       while indx <= TO_IDX ).
             CALL METHOD EDITOR->PROTECT_LINES
                  EXPORTING
                     FROM_LINE = INDX
                     TO_LINE   = INDX
                  ENABLE_EDITING_PROTECTED_TEXT =  
                         cl_gui_textedit=>true.
              add 1 to indx.
       endwhile.
    Even if no flush is called after get_selection_pos method
    everytime I am getting correct value of from_idx and to_idx and so lines are getting greyed out properly.
    Now SAP help on another tutorial says
    "Another control is used when large volumes of data are transferred by control methods. This control is the Data Provider. Currently, the Data Provider implicitly triggers another flush to transfer the data. "
    I think same is happening here too. Is my assumption correct?
      i) Is there any way I can disable that?
      or there is some problem in our system because of some
      patch not being applied or so? Don't you think such implicit flushing would be an overhead in the system
      ii) When does data provider decide that flushing is to be done or it's being done after every control method is called (I assume this is the case with me).
    We are on 4.6C. 
    Please enlighten me.

    I don't remember if I had the same problem on other phones or not, but I have had it on the 2G and 3G iphones.

  • Case studie

    Hello,
    I'm a beginner in Adobe Interactive Forms. I know that I can use Adobe Interactive Forms with Web Dynpro and SAP Portal to search and update SAPR3 data.
    But that you tell me if the following case is possible. I want SAPR3 to create and send via email an Interactive Forms, for example a purchase order. The user complete the form and then send it back to SAPR3.
    Also, I found this link on send http://sdn.sap.com/irj/sdn/adobeforms. That can you please point me towards helpfull documentation to start.
    Thanks for your help.

    Hi Christophe,
      Here are some links that will be helpful to start with.
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/1e/05853ff8ec2c17e10000000a114084/frameset.htm">Adobe library</a>
    <a href="https://inblrlws0.blrl.sap.corp/~sapidb/011000358700003454242004E">Tutorial for interactive forms</a>
    https://www.sdn.sap.com/irj/sdn?rid=/webcontent/uuid/ae939a5d-0501-0010-faa9-ed85700cddd0">some [original link is broken] [original link is broken].
    Hope this helps.
    Regards,
    Sharadha

  • Java for Net weaver

    Hi,
    For a ABAP person what would be the easy method who doesn't know JAVA and want to learn JAVA and SAP Netwaver.
    How to start with .
    Thanx & Regards,
    Naidu.

    Hi,
    Easy way is not always the best way.
    Before you program Netwaever you should know how to program J2EE.
    Before you program J2EE you should know how to program Java.
    So up the stack:
    http://java.sun.com/docs/books/tutorial/
    for Java knowledge.
    http://java.sun.com/j2ee/tutorial/1_3-fcs/
    for the J2EE knowledge.
    Then docs here at SDN, SAP Notes, the JCO tutorial , papers etc.
    Best Regards: Iavor

  • MiniSAP Use for a Thesis Project

    Hello guys,
    I am a pre-graduate student from a university in Perú. I want to make my thesis implementing let's say a new module in SAP: reports, tables, programs, functions, etc.
    I just downloaded MiniSAP to see if it was possible to make it run on my computer and if I could develop there properly.
    I have 2 questions.
    1. Is it allowed for me in terms of licence and development to make my thesis project in MiniSAP? It is not for commercial purposes. Do I need to have any special access like user on sapnet or something like that to renew my licence each 90 days for continuing my development ?
    2. My MiniSAP is installed in a VirtualBox instance with windows server 2003. I have a problem. When I connect from Windows server itself through the SAP logon using the IP address that I get through ipconfig in the cmd, I have no problems, but when I try to do the same from the main system ( Windows 7 ) , I can not get the connection. ( Virtualbox is installed in the Windows 7 ). I also get no response when I ping the IP address of the windows server from Windows 7 .
    Edited by: gonzalo1803 on Feb 22, 2011 1:30 PM

    Hi,
    You can renew your license after 90 days, however, I don't know if this is allowed according to license terms. See part 4 in my blog: [HeiDoc.net|http://www.heidoc.net/joomla/en/development/13-sap-and-xslt/6-tutorial-how-to-install-and-use-the-mini-sap-system]
    2. Try disabling the firewall in your VM.
    Best wishes,
    Jan

  • WD - java EHP 7.11 VERSION

    Hi All,'
    I am practising for Webdynpro java EHP 7.11 VERSION, Please provide readymades projects..... helpful for me....
    Advance Thanks
    Thanks & Regards,
    Star Team

    Hi,
    new featured in CE 7.1
    User Perspective
    1.     Accessibility and Usability
    2.     Flash Integration
    3.     Improved Models
    II.     Developer Perspective
    1.     SAP NetWeaver Developer Studio u2013 General
    2.     Web Dynpro Developement
    3.     Composite Application Framework Development
    4.     Web Services Development
    5.        Services Registry (Enhanced) 
    6.        Guided Procedures
    7.     Portal and Portal Content Modeling
    8.     Visual Composer
    Refer these links,
    SAP NetWeaver Composition Environment Tutorial Center
    SAP NetWeaver Composition Environment Samples Center
    Regards,
    Sunaina Reddy T

  • Error in connecting with Netweaver2004s Preview

    I'm a new guy in this area.
    After some days working , I finally installed NW04s preview correctly on windows2003.
    Now I've installed .Net2003 , PDK for .net2003 , Protal Runtime and SAP .NET Connector 2.0.
    According to tutorials of Portal Development Kit for Microsoft .Net  , I could deploy "Hello world" on NW04 and also see the result page.
    But when I follow the sample -- "Accessing SAP NetWeaver Systems. Tutorial 1: Simple Find", I can't make the step 2 --Configuring the Proxy correctly.
    The error is as follows:
    (1)Missing R3NAME=... or ASHOST=... in connect_param in RfcOpenEx
    (2)Connect to SAP gateway failed
    Connect_PM  GWHOST=10.10.10.10, GWSERV=sapgw00, ASHOST=10.10.10.10, SYSNR=00
    LOCATION    CPIC (TCP/IP) on local host
    ERROR       partner not reached (host Hostname, service 3300)
    TIME        Tue Apr 10 22:13:50 2007
    RELEASE     640
    COMPONENT   NI (network interface)
    VERSION     37
    RC          -10
    MODULE      nixxi_r.cpp
    LINE        8688
    DETAIL      NiPConnect2
    SYSTEM CALL SiPeekPendConn
    ERRNO       10061
    ERRNO TEXT  WSAECONNREFUSED: Connection refused
    COUNTER     1
    PS: Loopback IP: 10.10.10.10 255.0.0.0

    Hi Deven,
    how are you doing today ?
    as you are new here, i will ask for patience in resolving the issues, as it might be a while before we can nail this,and as we have a bit of confusion in the thread, lets work from the beginning...
    before you start using NPDK and connect to other SAP systems using NCo generated Proxies, lets take it step by step :-
    1> Create a proxy using NCo
    for this you will need to :
    a> install NCo
    b> create a ASP.NET project
    c> chose a ABAP system (R/3, ECC5, ECC6) to communicate with
    d> chose a RFC to consume
    e> consume it
    f> perfom a successful rfc invocation cycle
    http://help.sap.com/saphelp_nw2004s/helpdata/en/51/d5470940fd564b888f4beb9523fa6c/content.htm
    once you have performed this,
    you need to check your NPDK config settings, in your scenario, because the Hello World is being displayed and not a control, the ASP.NET engine is not reachable from the portal side,
    (the System.Write does not invoke ASP.NET and writes to the response buffer directly) however the control needs to be rendered by ASP.NET, which is not found ..
    com.sap.portal.dotnet.framework.iViewProcessorService needs to be running and configured as per :
    http://service.sap.com/installnw2004s -> - Installation - Clients -> Installation - PDK for .NET, "Configuring Portal-Side Settings" section
    note 800842 is the central one which will allow you to drill down to any errors in config settings
    --- I can get close to http://localhost:50000, and do some configrations as administrator.
    --- client? I don't understand. Is not the localhost?
    client for the backend system, eg r3, ecc5 ...
    localhost / servername for portal ep6, ep7
    When I use SAP component like "Label", it will show the "System.NullReferenceException" error.
    ASP.NET cannot be found by the iViewProcessor Service
    When I use "SAP Proxy Wizard", I found that, on the "Add SAPClient" window the is no option in the select list.
    please elaborate
    with respect,
    amit

  • REST service consumption with webDynpro

    Hi,
    Can anyone tell me how can tell one me how to consume REST based services with WebDynpro.
    Thanks & Regards,
    Anand Kothalkar

    Hi,
    see links  belows.
    http://scn.sap.com/thread/2078546
    Tutorial on ABAP HTTP Client REST Service Calls (using Polestar OnDemand)
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/608ef65d-1ff9-2b10-b582-d6445b691719
    Thanks
    Santosh.

  • Config Scenario

    Hi Friends,
                  v r required to develop an interface which will capture the data from legacy system(oracle) and send the captured data to sap and update the response back to oracle tables.
    how do v go abt doin this scenario? can u guys provide a short description abt the things v need 2 do?
    Thanks.

    an interface which will capture the data from legacy system(oracle) and send the captured data to sap and update the response back to oracle tables.
    For sending Oracle data to SAP, U need
    Sender JDBC adapter
    Receiver IDOC/Proxy/RFC adapter- it ll send data to SAP.
    Tips and Tutorial for Sender JDBC Adapter Tips and Tutorial for Sender JDBC Adapter
    In this thread thr is a sample scenario :
    Re: Sender JDBC Adapter

  • Error in webdynpro java interactive forms used

    hello,
    I have followed the installation manual to configure ADS wizzard service which is done successfully. I have also made a webdynpro java project where I use very simple smartform with FirstName and LastName as context variables. But when I run the application I see
    java.io.IOException: Cannot connect to http://<server>:50000/inspection.wsil, used user to connect: administrator Check if the valid port is used or the system is not down. HTTP Message : Unable to connect to <server>:50000 - Connection timed out: connect
    If I put this wsil URL it works fine. But I don't know if any thing is missing in configuration. I am quite new in smartform need help.
    I have also downloaded credtional file from SDN but I am new and need help to setup in NWA if this cause the error.
    If any one can recommend me step by step guide would be helpful for me.
    Thanks in advance.
    NK

    Hello Otto,
    well I have no such concrete one source to follow and setup ADS services. But some how from sap help portal, and Tutorial on Installing Credentials and Configuring ADS author Amol Gupta, and ADS configuration guide sourced: http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/30a9630b-4f89-2a10-6fab-e311b3ffd9a6
    I have also tested the service in the wsnavigator AdobeDocumentServicesTestVi, but got error level 2 with Entity: ConfigurationService Error: Checking for default credential aliases - failed
    Here I found creditional error. which I have to configure in NWA, I guess.
    I have downloaded creditional from http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70aa75cc-6ac3-2910-c78c-ade192ec861e
    I need help to configure this creditional also.
    And If you have some useful guides then please recommend me.
    Regards,
    NK

Maybe you are looking for

  • FI standard print program for invoice

    Hi, I want any standard print program and smartform avilable for Fi module to print invoice, like for example we have rlb_invoice in SD module. Thanks & regards, Sathish.

  • Version Cue CS3 and PSE 4 with Adobe Bridge

    will Version Cue on CS3 work with PSE4 and Adobe Bridge and if possible, please direct me to "how to set it up." Desperate to exchange .psd files with another user in another town.

  • Performance of Adobe Reader 8.0.0

    I have upgraded to 8.0.0 and found a CPU spike when I do anything in Adobe Reader. Windows XP SP3 E.g. I scroll a document and everything freezes for a second and then continues again. It also happens if I select some text. The same document in versi

  • Change of Production Order to Project Stock from unrestricted stock

    Hello Experts, I need to have a workaround of transaction CO02. Actually, we have already implemented PS by using Project Stock but the problem is that we have almost thousands of production orders  that will come into unrestricted stock after produc

  • Sales Document

    Hai    Can Anybody tell me what is the description of the Standard Report of 1.list of Billing Document 2 list of sales orders Actually what those reports says what is the use of it?