ALE/I-doc 29 error..

Dear All,
  After configuring ALE setup for COSMAS, when i run BD16, i doc is getting created with below error and i can see in WE02. but in target client i am unable to see the I-Doc, Please correct me where i did wrong.
Status : 29  Error in ALE srvice.
Entry in outbound table not found
Regards,
Suresh Patipati.

Hi,
You have similar question earlier as well for which I answered as below:
Please maintain an entry in partner profile for your idoc type in outbound parameters.
To send an IDoc from the SAP system to the external system, you must define outbound parameters for the message type and all relevant partners.
For more information, see Interfaces ® External Systems ® Configure Warehouse Management ® Communication R/3 -> External System ® Maintain Partner Profile in the Implementation Guide for Warehouse Management.
If the system cannot find the partner (that is, the connected partner system) for sending the IDocs, proceed as follows:
Define the missing partner profile.
Resend all existing IDocs, which the system has not yet been able to send.
For this error, the system triggers a workflow work item for the standard task Output: Error processing with IDoc and sends a message to the inbox of the corresponding user.
You trigger subsequent sending of the IDocs that contained errors from the inbox.
On subsequent transmission, the incorrect IDoc is flagged with status 31 and copied to a new IDoc, which is enhanced with data from the partner profile and transferred to the asynchronous RFC.
Errors in partner profiles normally only occur in the test run.
KR Jaideep,

Similar Messages

  • [solved]guile-gnome-platform: make[4]: *** [gobject.doc] Error 1

    Hi All,
    I'm trying to compile guile-gnome-platform from aur:
    http://aur.archlinux.org/packages.php?ID=20033
    This gives me the following error:
    make[4]: Entering directory `/storage/home/cedric/download/guile-gnome-platform/src/guile-gnome-platform-2.16.1/glib/gnome/gobject'
    guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.9/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gc.c > gc.x \
    || { rm gc.x; false; }
    guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.9/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gutil.c > gutil.x \
    || { rm gutil.x; false; }
    guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.9/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gtype.c > gtype.x \
    || { rm gtype.x; false; }
    guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.9/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gparameter.c > gparameter.x \
    || { rm gparameter.x; false; }
    guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.9/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gvalue.c > gvalue.x \
    || { rm gvalue.x; false; }
    guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.9/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gclosure.c > gclosure.x \
    || { rm gclosure.x; false; }
    guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.9/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gsignal.c > gsignal.x \
    || { rm gsignal.x; false; }
    guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.9/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gobject.c > gobject.x \
    || { rm gobject.x; false; }
    gcc -E -DSCM_MAGIC_SNARF_DOCS -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.9/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gobject.c \
    | grep -E '^\^\^ {.*\^\^ }' > gobject.doc || { rm gobject.doc; false; }
    make[4]: *** [gobject.doc] Error 1
    make[4]: *** Waiting for unfinished jobs....
    make[4]: Leaving directory `/storage/home/cedric/download/guile-gnome-platform/src/guile-gnome-platform-2.16.1/glib/gnome/gobject'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/storage/home/cedric/download/guile-gnome-platform/src/guile-gnome-platform-2.16.1/glib/gnome'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/storage/home/cedric/download/guile-gnome-platform/src/guile-gnome-platform-2.16.1/glib'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/storage/home/cedric/download/guile-gnome-platform/src/guile-gnome-platform-2.16.1'
    make: *** [all] Error 2
    Aborting...
    To me, it looks like the compiler is looking for gobject.doc, but this is not present, find does not return any hits:
    cedric@laptop:/storage/home/cedric/download/guile-gnome-platform$ find -iname gobject.doc
    cedric@laptop:/storage/home/cedric/download/guile-gnome-platform$
    My version of gnome is 2.30.2, maybe  guile-gnome-platform-2.16.1 is too old? however, 2.16.1 is the newest version here:
    http://ftp.gnu.org/pub/gnu/guile-gnome/ … -platform/
    Best regards,
    Cedric
    Last edited by cdwijs (2010-10-18 16:25:40)

    Let's try with the latest git version, as described here:
    http://www.gnu.org/software/guile-gnome/dev/
    git clone git://git.sv.gnu.org/guile-gnome.git guile-gnome-platform
    cedric@laptop:~/download/guile-gnome-platform-git$ git clone git://git.sv.gnu.org/guile-gnome.git guile-gnome-platform
    Cloning into guile-gnome-platform...
    remote: Counting objects: 9599, done.
    remote: Compressing objects: 100% (3199/3199), done.
    remote: Total 9599 (delta 6306), reused 9599 (delta 6306)
    Receiving objects: 100% (9599/9599), 12.38 MiB | 589 KiB/s, done.
    Resolving deltas: 100% (6306/6306), done.
    cd guile-gnome-platform
    scripts/configure-packages guile-gnome-platform
    cedric@laptop:~/download/guile-gnome-platform-git$ cd guile-gnome-platform
    cedric@laptop:~/download/guile-gnome-platform-git/guile-gnome-platform$ scripts/configure-packages guile-gnome-platform
    configuring scripts/.. as package guile-gnome-platform
    checking out atk
    first checking out local tracking branch for origin/atk
    Branch atk set up to track remote branch atk from origin.
    Cloning into atk...
    done.
    Branch atk set up to track remote branch atk from origin.
    Switched to a new branch 'atk'
    checking out cairo
    first checking out local tracking branch for origin/cairo
    Branch cairo set up to track remote branch cairo from origin.
    Cloning into cairo...
    done.
    Branch cairo set up to track remote branch cairo from origin.
    Switched to a new branch 'cairo'
    checking out corba
    first checking out local tracking branch for origin/corba
    Branch corba set up to track remote branch corba from origin.
    Cloning into corba...
    done.
    Branch corba set up to track remote branch corba from origin.
    Switched to a new branch 'corba'
    checking out defs
    first checking out local tracking branch for origin/defs
    Branch defs set up to track remote branch defs from origin.
    Cloning into defs...
    done.
    Branch defs set up to track remote branch defs from origin.
    Switched to a new branch 'defs'
    checking out gconf
    first checking out local tracking branch for origin/gconf
    Branch gconf set up to track remote branch gconf from origin.
    Cloning into gconf...
    done.
    Branch gconf set up to track remote branch gconf from origin.
    Switched to a new branch 'gconf'
    checking out glib
    first checking out local tracking branch for origin/glib
    Branch glib set up to track remote branch glib from origin.
    Cloning into glib...
    done.
    Branch glib set up to track remote branch glib from origin.
    Switched to a new branch 'glib'
    checking out gnome-vfs
    first checking out local tracking branch for origin/gnome-vfs
    Branch gnome-vfs set up to track remote branch gnome-vfs from origin.
    Cloning into gnome-vfs...
    done.
    Branch gnome-vfs set up to track remote branch gnome-vfs from origin.
    Switched to a new branch 'gnome-vfs'
    checking out gtk
    first checking out local tracking branch for origin/gtk
    Branch gtk set up to track remote branch gtk from origin.
    Cloning into gtk...
    done.
    Branch gtk set up to track remote branch gtk from origin.
    Switched to a new branch 'gtk'
    checking out libglade
    first checking out local tracking branch for origin/libglade
    Branch libglade set up to track remote branch libglade from origin.
    Cloning into libglade...
    done.
    Branch libglade set up to track remote branch libglade from origin.
    Switched to a new branch 'libglade'
    checking out libgnome
    first checking out local tracking branch for origin/libgnome
    Branch libgnome set up to track remote branch libgnome from origin.
    Cloning into libgnome...
    done.
    Branch libgnome set up to track remote branch libgnome from origin.
    Switched to a new branch 'libgnome'
    checking out libgnomecanvas
    first checking out local tracking branch for origin/libgnomecanvas
    Branch libgnomecanvas set up to track remote branch libgnomecanvas from origin.
    Cloning into libgnomecanvas...
    done.
    Branch libgnomecanvas set up to track remote branch libgnomecanvas from origin.
    Switched to a new branch 'libgnomecanvas'
    checking out libgnomeui
    first checking out local tracking branch for origin/libgnomeui
    Branch libgnomeui set up to track remote branch libgnomeui from origin.
    Cloning into libgnomeui...
    done.
    Branch libgnomeui set up to track remote branch libgnomeui from origin.
    Switched to a new branch 'libgnomeui'
    checking out pango
    first checking out local tracking branch for origin/pango
    Branch pango set up to track remote branch pango from origin.
    Cloning into pango...
    done.
    Branch pango set up to track remote branch pango from origin.
    Switched to a new branch 'pango'
    cedric@laptop:~/download/guile-gnome-platform-git/guile-gnome-platform$
    ./autogen.sh --prefix=... && make <=fails
    cedric@laptop:~/download/guile-gnome-platform-git/guile-gnome-platform$ ./autogen.sh --prefix=... && make
    + passing --prefix=... to configure
    + options passed to configure: --prefix=...
    + check for build tools
    checking for autoconf >= 2.52 ... found 2.67, ok.
    checking for automake >= 1.7 ... found 1.11.1, ok.
    checking for libtoolize >= 1.4.0 ... found 2.2.10, ok.
    checking for pkg-config >= 0.8.0 ... found 0.25, ok.
    + creating configure.ac and top-level Makefile.am
    + using VERSION 2.16.1 from glib
    + configuring tree as guile-gnome-platform, version 2.16.1
    + sorting package dependencies...
    defs glib cairo atk pango gtk libgnomeui libgnomecanvas libgnome libglade gnome-vfs gconf corba
    + running libtoolize --copy --force...
    libtoolize: putting auxiliary files in `.'.
    libtoolize: copying file `./ltmain.sh'
    libtoolize: You should add the contents of the following files to `aclocal.m4':
    libtoolize: `/usr/share/aclocal/libtool.m4'
    libtoolize: `/usr/share/aclocal/ltoptions.m4'
    libtoolize: `/usr/share/aclocal/ltversion.m4'
    libtoolize: `/usr/share/aclocal/ltsugar.m4'
    libtoolize: `/usr/share/aclocal/lt~obsolete.m4'
    libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
    libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
    libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
    + running aclocal ...
    /usr/share/aclocal/libstroke.m4:29: warning: underquoted definition of smr_ARG_WITHLIB
    /usr/share/aclocal/libstroke.m4:29: run info '(automake)Extending aclocal'
    /usr/share/aclocal/libstroke.m4:29: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
    + running autoheader ...
    + running autoconf ...
    + running automake -a -c...
    configure.ac:25: installing `./config.guess'
    configure.ac:25: installing `./config.sub'
    configure.ac:6: installing `./install-sh'
    configure.ac:6: installing `./missing'
    atk/doc/Makefile.am:13: installing `atk/doc/mdate-sh'
    atk/doc/Makefile.am:13: installing `atk/doc/texinfo.tex'
    atk/gnome/gw/Makefile.am: installing `./depcomp'
    corba/doc/Makefile.am:9: installing `corba/doc/texinfo.tex'
    gconf/doc/Makefile.am:19: installing `gconf/doc/mdate-sh'
    gconf/doc/Makefile.am:19: installing `gconf/doc/texinfo.tex'
    glib/doc/glib/Makefile.am:27: installing `glib/doc/glib/mdate-sh'
    glib/doc/glib/Makefile.am:27: installing `glib/doc/glib/texinfo.tex'
    glib/doc/gobject/Makefile.am:12: installing `glib/doc/gobject/texinfo.tex'
    gnome-vfs/doc/Makefile.am:44: installing `gnome-vfs/doc/mdate-sh'
    gnome-vfs/doc/Makefile.am:44: installing `gnome-vfs/doc/texinfo.tex'
    gtk/doc/gdk/Makefile.am:28: installing `gtk/doc/gdk/mdate-sh'
    gtk/doc/gdk/Makefile.am:28: installing `gtk/doc/gdk/texinfo.tex'
    gtk/doc/gtk/Makefile.am:42: installing `gtk/doc/gtk/mdate-sh'
    gtk/doc/gtk/Makefile.am:42: installing `gtk/doc/gtk/texinfo.tex'
    libglade/doc/Makefile.am:14: installing `libglade/doc/mdate-sh'
    libglade/doc/Makefile.am:14: installing `libglade/doc/texinfo.tex'
    libgnome/doc/Makefile.am:24: installing `libgnome/doc/mdate-sh'
    libgnome/doc/Makefile.am:24: installing `libgnome/doc/texinfo.tex'
    libgnomecanvas/doc/Makefile.am:13: installing `libgnomecanvas/doc/mdate-sh'
    libgnomecanvas/doc/Makefile.am:13: installing `libgnomecanvas/doc/texinfo.tex'
    libgnomeui/doc/Makefile.am:58: installing `libgnomeui/doc/mdate-sh'
    libgnomeui/doc/Makefile.am:58: installing `libgnomeui/doc/texinfo.tex'
    pango/doc/pango/Makefile.am:26: installing `pango/doc/pango/mdate-sh'
    pango/doc/pango/Makefile.am:26: installing `pango/doc/pango/texinfo.tex'
    pango/doc/pangocairo/Makefile.am:19: installing `pango/doc/pangocairo/mdate-sh'
    pango/doc/pangocairo/Makefile.am:19: installing `pango/doc/pangocairo/texinfo.tex'
    + running configure ...
    ./configure default flags: --enable-maintainer-mode
    ./configure external flags: --prefix=...
    configure: WARNING: unrecognized options: --enable-maintainer-mode
    configure: error: expected an absolute directory name for --prefix: ...
    configure failed
    cedric@laptop:~/download/guile-gnome-platform-git/guile-gnome-platform$
    ./autogen.sh --prefix=/usr && make
    Now it compiles without any problems.
    Best regards,
    Cedric
    Last edited by cdwijs (2010-10-17 08:34:40)

  • Billing doc error due t copa standard quantity

    Hi  I am facing an issue .this is regarding the error while releaseing a billing doc the errortranslating the quantity to the COPA standard quatity.
    in material master i checked the unit of measure is SET and in copa KEA6 VVAUM( Alt Uom)
    Error translating the quantity to the CO-PA standard quantity
    Message no. K/832
    Diagnosis
    Customizing in Profitability Analysis CO-PA allows a standard quantity field to be updated.
    An error has occurred in the present document while the standard quantity field "VVAUM" was being supplied.
    The base unit of measure "SET" could not be translated into the standard unit of measure "M3" for the material "B/CAL/PROJECT5".
    System Response
    It is not possible to process the document again.
    Procedure
    1. If required, maintain the unit of measure "M3" as an alternative unit of measure in the material master for the material "B/CAL/PROJECT5".
    2. In certain cases, you should check whether derivation of the unit of measure for the CO-PA standard quantity field "VVAUM" needs to be changed in Customizing for CO-PA characteristic derivation
    This is billing docments needs to be released . what is the problem some body can help me to resolve the issue
    Arjun

    Hi
    I am assuming that you want to update qty in COPA with UoM M3
    In MM02 - Maintain conversion of SET to M3
    In KE4MS - Maintain M3 as the Standard Unit of Measure
    In KE4M - Assign SD Qty field (FKIMG) to VVAUM
    BR,Ajay M

  • Billing Doc error posting to Accounting

    Hi,
    I am getting an error message while posting the Billing doc to Accounting.
    "Reconciliation a/c 222 or short key 00 is not permitted"
    Message No. F5788
    what may be the reason
    Rgds
    Sunfico

    Hi
    This problem usually occurs when the reconciliation account defined in    
    the customer master has alternative reconciliation accounts assigned to   
    it.                                                                               
    If this is your case, please check the customizing for your allowable     
    alternative reconciliation accounts, table THKON, for an entry for  the    
    account defined on the customer master.                                   
    Regards
    Javier

  • Vf02 -on releasing a Billing Doc , error Message F5354

    Hi All,
    On VF02 as I am releasing a Billing Doc, its giving an error Message F5354 (Account 4710018 in company code FR11 cannot be directly posted to)
    On debugging , I found that xaccit_deb-cash should be space then only the u201Cifu201D code will be executed.
    but it is coming as "X" , thats why it is not allowing Kunnr to be passed as well as Release of Document.
    ACCIT_DEB is getting populated by a method Fill_ACCIT_DEB under BADI- BADI_SD_ACCOUNTING.
    Can any one of you please help me out and guide me through some feasible solution so that the document can be released?

    Hi
    Please check the G/L account settings of Account 4710018 in company code.
    Please refer the following threads
    AUC settlement through KO88
    Message no. F5354
    Regards
    Srinath

  • Downloaded Adobe 9 -- Using Word 2007 to open PDF doc (Error Msg)

    I just updated to Adobe 9 and am getting this signature error message when trying to open a pdf doc from MicroSoft Word 2007:  appname: acrord32.exe appver: 9.3.0.148 ModName: acrord32dll ModVer: 9.3.0.148 Offset: 001937fa
    Am not able to get beyond the error msg. 
    Help anyone?

    I have MicroSoft Word Office 2007.
    I recently upgraded from Adobe 8.1 to 9.3.  Now, I can no longer open pdf docs.
    I am getting an error that says: "Adobe Reader 9.3 (or 8.1) has encountered a problem and needs to close."
    I have uninstalled 9.3 and reinstalled.  I have uninstalled 9.3 and reinstalled 8.1.  I have gone back to 9.3.
    I have run 2008 Advanced Registry Optimizer.
    The error signature when trying to open a pdf file w/ either Adobe Reader (9.3 or 8.1) is this:
    AppName acrord exe AppVer: 9.3.0148 ModName: acrord32.dll ModVer: 9.3.0.148 Offset: 0019371a.
    How do I get back to opening pdf docs??

  • ALE change pointer error - master data

    Hi friends,
    While loading master data (customer,material and order number) all delta,we faced the error "ALE change pointers are not set correctly".
    In the discussions posted earlier,it was said that the change pointer in BD61 activation would solve the issue.
    If i do that now,whether my other delta loads will be affected or it doesnt have any relation to my other transactional deltas.Pls clarify me.
    Also explain me the reason fot this error.
    Thanks & Regards
    Ragu

    thanks ajay for your input
    regards
    ragu

  • Ale Service Layer error 29

    Hi All,
         Plz help me in this issue, I had made the Ale connection to transfer Data, once I had done it successfully, after that I had deleted and made again, this time I am able to transfer the data, in both the clients it is showing traffic light green, however in <b>the target client after two seconds it is converted in Red</b> with "error in ALE service layer  29, unable to find recipient "MATFET", last time I had given MATMAS, since I am getting this error I had added MATFET also, still I am getting this error.
    In Patner profile : Inbound client( Sender): MATMAS, SYNCH
    In Patner profile : Outbound client( Reciver): SYNCH
    In Patner profile : Inbound client( Reciver): MATMAS
    Every thing is in green, no errors, in profiles and distribution model, everything is successfully created except this Traffic light and error in the receiving client.

    Hi All,
    According to the suggestion I drilled down the issue in BD87 and found this information.
    Could not determine recipients for message type &
    Message no. B1003
    Diagnosis
    An IDoc of message type MATFET was passed to the ALE layer, but the three receiver fields in the header record were not filled. In this case the ALE layer tries to determine the receivers from the entries in the distribution model. There are no entries available in the distribution model for the above message type.
    Procedure
    Define the receivers in your distribution model for this message type or deactivate distribution for these message types.
    One more thing In BD87 if I go to sender client then there is node for sender system and in the receiving client there is node for receiving system, is this correct ? or both the systems should be reflected in both the systems?

  • Google Docs error in Safari

    I've started receiving strange error in Safari 8 (Yosemite) when opening a Google Document:
    https://docs.google.com
    This error has been reported to Google and we'll into it as soon as possible. Please reload this page to continue
    Reloading does not help, I continue receiving it. It stops when I switch off extensions support in settings and restart the browser. But I only have 1 extension - 1Password - and it does not look it's related to it. For testing purposes, I tried several different extensions, in different combinations, with and without 1Password. All the same - when I switch extensions off, works ok, with any of extension enabled, does not work.
    Have no idea why it's happening, any clues? Something to reset somewhere? Any help would be very welcome!
    P.S. Same documents works perfectly in Google Chrome.

    Contacted Google Support today and they answered me:
    "Since there is still compatibility issue between the new OS of MAC to Google Drive. We strongly advised you to use Google Chrome for a moment."
    Interesting fact: if you go to https://support.google.com/drive/answer/2375082?hl=en you will see that Yosemite is not supported (yet).

  • 6.1 search engine customization doc error

    I'm not sure who to report this to, but there seems to be an error in the documentation for the search engine customization examples.
    The page is at http://docs.sun.com/source/817-1831-10/agsearch.html
    The section in question says, "The following sample code lists the top ten articles on Java Web Services on a site"
    The first line of HTML/JSP says:
    <s1ws:search Collection="Articles" Query="Java Web Services" />
    Note that "Collection" and "Query" are uppercase.
    If you copy that whole example block into a JSP and run it, you get server errors.
    On my machine (Win 2000), the error messages say the attributes are invalid according to the TLD. In the TLD, they're lowercase and if I change them to lowercase, the page runs (after having changed the collection to match my local config.)
    If that saves anybody any headache time, so be it.
    Dave

    Thanks for the note, David. It's been forwarded along.

  • Problem editing Billing Doc (error WVA 014)

    Hi,
    I'm editing a billing document because of lack of info (missing export data).
    When I add this, I save and everything seems ok, but when I enter, a error appears and in my SAP inbox there is a error log saying:
    Update was terminated
    WVA 014: Item &2 in sales document &1 does not exist
    What can be the problem?
    Note: It after this correction, a clearing document should be created...

    Hi Pedro,
    the error is thrown by fm SD_VBAP_SINGLE_READ when reading items of the sales doc (table VBAP, POSNR = item nr)
    Pls check the relevant sales document&post more info if issue persists
    Thanks and regards,
    Zuzana Surdova

  • Unable to convert the sender service XID_900 an ALE logical system Error~

    Dear Expert:
    I received a IDOC Ack but there is an error ocour~
    Unable to convert the sender service XID_900 an ALE logical system
    XID_900 is our business system that config in SLD.
    it's very weird ....sender server should be like point to our BPM isn't?
    Regards
    Jack Lee

    hi,
    >>>it's very weird ....sender server should be like point to our BPM isn't?
    this means that your XID_900 business system in Integration directory
    does not have adapdater specific identifiers filled in
    it has nothing to do with a BPM
    also check out my blog:
    /people/michal.krawczyk2/blog/2005/03/29/xi-error--unable-to-convert-the-sender-service-to-an-ale-logical-system
    Regards,
    Michal Krawczyk

  • ALE Logical System Error

    Hi Experts
    In a simple File to Idoc scenario i used a BPM and did the mapping outside the BPM. The BPM just receives the message of type IDOC and sends it to the R/3 system. In Message monitoring the transformation of message from file server to BPM has been sucessfull but the tranformation of message from BPM to R/3 reported the following error.
    "Unable to convert the sender service FileIdoc_BPM to an ALE logical system"
    Suggest me the solution for this problem
    Regards
    Saravanan

    Hi,
    Go to the Sender Business System / Service , Dobule Click on it, In the menu at the top Business <b>Service --> Adapter Specific Identifiers</b> --> Add Some value to the logical system name , save and activate the Business System / Service and then trigger the interface.
    Cheers,
    Jag

  • ALE/IDOC TRANSPORT ERROR FOR Z TABLE

    Dear Experts,
                        I am new to ALE/IDOC,I am trying a simple scenario by transporting a ztable data between two clients with in a same server.
    steps i have done are :
    1, created logical system at both sender and receiver.
    2, assigned logical system to clients at both side.
    3, created segments for fields at Z table and created new message type.
    4, created RFC destination and port at both ends.
    5, created distribution model at sender.
    6, When i generated partner profile at sender i got the below error
      "Port could not be created
    RFC destination LOGSTM_210 not specified for system LOGSTM_210
    Enter the RFC destination and restart the generation"
    can any one please help me to solve this error?
    Thanks In Advance,
    Sujay.

    Hello Sujay,
    Have you added the message type SYNCH to the sender Partner Profile(WE20)?
    If not, then you have to manually add this message type to the Partner Profile & give the relevant port details. SYNCH is reqd. for RFC (read port) determination. This is reqd. before the generation of partner profile !!
    Hope i am clear.
    BR,
    Suhas

  • PO Doc Error on Header Tab

    A new tab has been added in the hdr of the PO doc.
    1 How do I get the error to appear when you press enter? (error does appear  when you do a check)
    2 If you do a check and the error appears in the poupuscreen, if you select the error and press edit,how do I leaf to the new tab so the error can be corrected?

    Have you got the answer,
    Please share

Maybe you are looking for

  • How to determine the number of rows to be displayed in a report

    hello experts, Has anyone ever come across this requirement before? Before a report finishes being executed and before it displays the results, is there a way to determine the number of rows to be displayed as the result? Many thanks in advance. Rega

  • Transferred library from old PC to new, lost all files dl'd from ITunes

    Transferred music files from old pc to new with minimal difficulty, but have now realized all songs downloaded to my library from ITunes have failed to make the trip! I used the Ipod itself to transfer the files, as I couldn't figure out how to get t

  • What is the best video adapter to buy? Pinnacle or Canopus..

    i was wondering on what will be the best of the two because i'm trying to buy one of those but i dont know what to buy. because will be doing a lot of video editing using a Hi8 video camera because i don't have any money to buy a DV camera. what woul

  • AJAX autocomplete - nonenglish characters -???

    How can I change charset=ISO-8859-1 to UTF-8 from response (ex response.setContentType("text/xml;charset=UTF-8") or how can I use function encodeURIComponent(target.value) for var target=document.getElementById("form1:autoComplete1"); ?

  • Has anyone tested Premiere Pro CS5, CS5.5, or CS6 in Windows 8?

    Hi all.  I was curious if anyone has tested Premiere Pro CS5, CS5.5, or CS6 in Windows 8 RTM (MSDN)?  Does CS5 install and run without problem?  I am planning on getting a new system, but don't know if order it with 7 or 8.  Thanks for any input on t