SRM Beginner documentation & demo progam

Hello,
I am new to SRM and require as much information as as I can possible get. Is it possible to email me some documentation I can read through?
Are there any sides for Demo Version on the Internet available to get an idea about the program?
I basically need to understand the advantages/ disadvantages to other esourcing programs (for example Ariba).
Many thanks in advance.
Atanod
My email ad is [email protected]

Hi,
As far as I know about ARIBA SRM it's for E procurement and reverse auction functionality.
But SAP SRM is basically enhancement of SAP mjaterials management. It offers diff business scenarios viz.
1. Self service procurement- self procurement of low cost items by employees reliving purchasers for more imp works.
2. Service procurement - Scenario specialized for services.
3. Plan driven procurement - scenario where external demands can be worked in EBP sourcing or PO/SA can be sent to suppliers and they can confirm.
4. Strategic Sourcing - New suppliers can be registered. Bidding can be done with suppliers. Live auction is possible.
5. Catalog content management - Suppliers catalogs can be uploaded and managed. Supplier's sites can be accessed for procurement.
6. Spend analysis - BIW can be integrated with SRM for very powerful reporting.
Also, there are newer submodules coming viz. MDM, PLM, C folders in SAP SRM
But you need to know about the SAP SRM infrastructure scenarios and SAP technical objects how they work.
Functionality wise both may be same but when it come to the customization you need to know about the technical things in SAP SRM.
Ariba is core SRM (E-Procurement and E Sourcing) vendor, and they are in top 2 or 3 in SRM Market. Ariba's spend anlysis capability is its major strength, where as SAP SRM, integration is its major strength.
Please refer this link, (comparison by Aberdeen group)
http://www.ariba.com/learningcenter/view_page.cfm?asset_id=325
and also, you can search in Google, Forrester report for E sourcing vendors, you may get nice information.
Sent you some useful docs.
BR,
Disha.
Pls reward points for useful answers.

Similar Messages

  • HELP : SAP & SRM Beginner

    Hello everyone,
    I am new in the SAP and the SRM world, and I want different kinds of documentation about SRM in order to be able to advance.
    Thanks & regards
    Message was edited by:
            Hassan Mounim

    can u plz send the same material to my mail id
    [email protected]
    Thanx
    Pradeep

  • SRM workflow documentation on configuration

    Dear SAP gurus,
    Can you please send me a document (config guide) with all the steps on configuring a SRM workflow?
    My email ID is [email protected]
    Full points will be rewarded.
    Thank you in advance.
    Best regards,
    Jean-Pierre

    Hi
    As promised, sent detailed documents on your e-mail id.. )
    Please confirm.. !!
    Regards
    - Atul

  • Question re fieldcat "appends" in demo progam BCALV_EDIT_05

    I've successfully used the code in this demo program to build an editable ALV with three checkboxes at the beginning of the ALV row (instead of just one, like in the program itself.)
    But my question is how SAP knows that the checkbox field goes at the beginning of the row in BCALV_EDIT_05.  I always thought it was the order of the fields in the fieldcat, but it looks like here it's the order of fields in the outtab structure. 
    Because the checkbox field is appended to fieldcat, not inserted at the beginning.
    Can someone explain what's going on her?  Is SAP getting the order of fields from the outtab definition?
    Thanks   ... back later to check for answer(s).
    djh

    Hi,
    If you check the gt_fieldcat table after the insert the checkbox is inserted with value column position as 0
                 col_pos    fieldname
             0 |         1 |MANDT                         |              
             0 |         2 |CARRID                        |               
             0 |         3 |CONNID                        |               
             0 |         4 |FLDATE                        |                 
             0 |         5 |PRICE                         |                 
             0 |         6 |CURRENCY                      |                 
             0 |         7 |PLANETYPE                     |                
             0 |         8 |SEATSMAX                      |               
             0 |         9 |SEATSOCC                      |                 
             0 |        10 |PAYMENTSUM                    |               
             0 |        11 |SEATSMAX_B                    |                 
             0 |        12 |SEATSOCC_B                    |                 
             0 |        13 |SEATSMAX_F                    |                 
             0 |        14 |SEATSOCC_F                    |                 
             0 |         0 |CHECKBOX                      | "<<<                 
    if you change the posiiton to 15 then check box will display in the last
    If you check the code for insert system not providing any column position for checkbox
    form build_fieldcat changing pt_fieldcat type lvc_t_fcat.
      data ls_fcat type lvc_s_fcat.
      call function 'LVC_FIELDCATALOG_MERGE'
           exporting
                i_structure_name = 'SFLIGHT'
           changing
                ct_fieldcat      = pt_fieldcat.
    *§A2.Add an entry for the checkbox in the fieldcatalog
      clear ls_fcat.
      ls_fcat-fieldname = 'CHECKBOX'.
    * Essential: declare field as checkbox and
    *            mark it as editable field:
      ls_fcat-checkbox = 'X'.
      ls_fcat-edit = 'X'.
    * do not forget to provide texts for this extra field
      ls_fcat-coltext = text-f01.
      ls_fcat-tooltip = text-f02.
      ls_fcat-seltext = text-f03.
    * optional: set column width
      ls_fcat-outputlen = 10.
      append ls_fcat to pt_fieldcat.
    endform.
    aRs

  • Start SRM portal

    Hi,
    I am a SRM beginner. Recently I gained access to SRM 5.00 (the ABAP based application), but have no idea how to launch or access the srm portal.
    Any help or useful documentation regarding this topic as well as SRM in general would be appreciated.
    Best Regards,
    Wojtek

    Hi,
    Welcome to SDN forum.
    To get the URL for SRM portal ,you need to do some minimum settings for the Internal ITS thorugh which the screens are displayed for SRM.
    To learn more about integrated ITS check out the following link.
    http://help.sap.com/saphelp_nw04/helpdata/en/54/4d9993c6592941a407313a6763575c/frameset.htm
    to test the integrated ITS check out the following weblog.
    /people/durairaj.athavanraja/blog/2005/08/21/running-your-first-its-webgui-application-in-sap-netweaver-04-abap-edition--nsp
    You can find all the config guides at https://websmp201.sap-ag.de/ibc
    Please look at:
    http://service.sap.com/instguides
    Follow this link for detailed understanding of srm business process.
    http://help.sap.com/saphelp_srm50/helpdata/en/8d/f6a93e08503614e10000000a114084/frameset.htm
    The below link will have the total documentaion about SRM
    http://help.sap.com/content/documentation/erp/docu_sbs_erpsrm.htm
    http://www.sap.com/solutions/business-suite/srm/technicaldetails/technology.epx
    BR,
    Disha
    <b>Pls reward points for useful answers.</b>

  • Where to find the API documentation for MS SQL Server 2000 JDBC

    I Downloaded and installed the MS SQL Server 2000 JDBC package, but I found that it does not provide enough help docs such as API documentation, demo and etc.
    It would be most grateful if you would provide some information about this driver.

    Thank your for your kind attention.
    For example, I want to get a ConnectionPoolDataSource object to get a PooledConnection object, but I don't know which class implements the interface.
    import java.sql.*;
    import javax.sql.*;
    import <classes related to connection pooling>;
    ConnectionPoolDataSource cpds = new <MS impl>;
    <lines for setURL()/setUser()/setPassword, etc>
    PooledConnection pc = cpds.getPooledConnection();
    ...

  • Setting alerts in SRM when SRM can't communicate with XI

    Hi,
    We've configured our SRM system to send XML PO output data to selected vendors via XI. This process works fine 'most' of the time. Recently the SRM system started encountering connection problems with the XI server in that it encounters a timeout error connecting to XI. This error is visible from the SRM SXMB_MONI but not in XI SXMB_MONI. 
    My question is where and how can you configure the SRM system to generate some kind of an error message/alert if the connection to XI fails?
    I've looked through the SRM ALERTCATDEF documentation but didn't quite understand or didn't see the obvious on how to do this.
    Any help would be appreciated.
    Regards,
    Jerry

    Hi
    <u>In SRM system you need to make configuration settings to enable the monitoring
    In transaction SPRO, Here is the path</u>
    <b>Supplier Relationship Management -> SRM server -> Cross-Application basic settings -> Enable Use of Exchange Infrastructure</b>
    <u>Click New Entries.
    Select the checkbox -> Use Application Integration Infrastructure</u>
    <b>Enable Use of Exchange Infrastructure</b>
    Use
    Here you determine if Enterprise Buyer is to use the Exchange Infrastructure for communication between system components.
    Requirements
    You carry out the first installation of an Enterprise Buyer System with Release status 3.5.
    Activities
    To enable the Exchange Infrastructure for your system, flag the indicator Use Application Infrastucture. The system then exchanges data between system components via interfaces of the Exchange Infrastructure.
    Example
    Within SRM scenarios, for example, Supplier Self-Services (SUS), you exchange documents between Enterprise Buyer and a SUS System.
    <u>Also refer to SICF transaction in SRM system.
    Read the details on the link below to configure End-to-End monitoring.</u>
    <b>http://help.sap.com/saphelp_srm50/helpdata/en/82/9e8dfe9eadbd4b9194c433e646b84e/frameset.htm</b>
    Hope this will help.
    Please reward suitable points, incase it suits your requirements.
    Regards
    - Atul

  • Certification + documentation

    I am planning to take SAP SRM certification 5.0 .Can you please help me providing SRM manuals, documentation and Q&A and any good links to help me?
    Thank you in advance,
    Please send the documents to:
    [email protected]
    I will reward helpful answers.
    Thanks,
    Adam

    Hi
    I am planning to appear for the SRM certification exam coming March. Can anyone please help me by providing the related documents and sample Q&A as I have no idea about the type of questions asked.
    My mail ID would be [email protected]
    Your help is greatly appreciated.
    regards
    manoj

  • SRM PORTAL add new develop.

    Hi  Masters.
      SRM 5.0 no Netweaver portal used, the portal own the SRM. 
    The requirement is add a new functionality,  the new develop was development in compositon enviroment
    the quiestion is.
    how that new development is link through the portal SRM, any documentation is valuable to me.
    Thanks.

    hi thanks.
    when I see nwds>file>new-->other, I don´t see anything called java script.
    please see this links, is my nwds.
    http://www.mialbumdefotos.com/fotos/@32190/128570/
    http://www.mialbumdefotos.com/fotos/@32190/128569/
    thanks so much.

  • Announcement: Introducing a Flex Calendar Component

    Hi Everyone,
      I'm pleased to announce the release of the Flextras Calendar Component.  This was a big undertaking for us and we can't wait to have a few people take a look and tell us what we did wrong (or right).
    The Calendar is a great way for you to deal with date based data in a Flex Application and it allows you to build Calendar or scheduling applications.  The component features:
    Views for a Month, Week, and      Day. 
    Extensive renderers so that      you can make the component suit your needs.
    Standard Flex APIs for drag      and drop, itemEditors, and localization. 
    Support for Flex 3 and Flex 4
    You can download our no cost developer edition along with samples and documentation at http://www.flextras.com/index.cfm?event=loginForm&c=218
    Here are some links to find out more:
    Product Page
    Documentation
    Demos
    Register and Download
    Flextras Home
    We are here to help and would love to hear your feedback.  Drop us a line! What can we do for you today?

    Take a look at ours and try out our Free Developer Edition:
    http://www.flextras.com/?event=ProductHome&productID=15
    We believe it creates a strong foundation for you to extend to build scheduling / Calendar applications with Flex.
    If you want to build a Google Calendar style implementation, you'll need to create a custom DayRenderer with an embedded Gantt chart.  We're working on a sample, but have no ETA for delivery.

  • GWT meets  Flex:  Java API  for Flex

    Hello people,
    I m  somedays away to release the  version 2.1 of gwt4air. gwt4air is an open source project  based on  gwt (http://code.google.com/webtoolkit/)  and provides a Java API to different platform where Java is not the primary language.
    Version 2.0 added among other features  support for Adobe AIR, Alive PDF, Pure PDF, Aswing and other GWT based  UI libraries like  EXT-GWT
    With version 2.1  i added support for Flex(AIR and Browser). The goal of this approach is to make it easy for Java Developers to switch  to Flex be leveraging  a swing like API. But also to  present an alternative to the classical Flex developement. The overall idea behind this is described here:
    http://code.google.com/p/gwt4air/wiki/Beginn
    A demo application ca be found here: http://gwt4air.appspot.com/
    The application contains around 100 demos with source code illustrating the use of the api.
    I ve tried to keep the API similar to the AS3 api  so one could easely  switch from AS3 to Java and vice versa
    Note that this  flex applicaton is entirely written in Java using gwt4air. No AS3 no MXML.
    The application is still in alpha stage so please expect some errors.
    The project home is located at:
    http://code.google.com/p/gwt4air/
    I m looking forward to hear what you think about this idea. Any inputs (good or bad)  is really welcome
    Help me make this an even better tool.
    It s about time that  Flex rocks the GWT world
    cheers,
    Alain

    It looks like those genius @google are also thinking about a Java(GWT) API for Flash .
    http://www.youtube.com/watch?v=F_sbusEUz5w&t=1718
    Glad to see  that i m not a fool
    Or alteast not the only fool that believe  combining  Java and Flash/Flex is a potent mix.

  • Use of Database  Studio Community Edition with SAP applications

    I am using SAP ECC6.0 on MaxDB 7.6.04.012 running on Linux x86_64.
    For database admin, and adhoc sql queries, I am currently using Database Studio 7.7.04.26, running on Windows XP.
    I have had one or two issues with Database Studio, and I've been looking for a more recent version to Install.
    There seems to be a more recent version in the Community Editions download area, but this says:
    "This package is not for use with SAP applications. For that purpose, refer to the Download Area in the Service Marketplace"
    I have not been able to find Database Studio as a separate download in the SSM Download area.
    What is the reason for this comment about the Community Edition? Can I use this version of Database Studio? and if not, where can I get the equivalent for SAP applications?
    Thanks
    Chris

    I installed MaxDM (32bit) and MaxDB Studio which I can open. And I habe also a connection to Max DB but I can´t see any application for examle. How can I find these applications. I hope there are one!?
    Have you checked the documentation Demo Data for the SQL Tutorial ?
    There is a demo schema available for MaxDB: the HOTEL schema.
    It can be loaded to any MaxDB by running:
    load_tutorial
    in dbmcli or via the context-menu (right-mouse-button) menu in DB Studio -> "Load Tutorial..."
    After the tutorial is loaded you can logon via user "MONA" and password "RED".
    regards,
    Lars

  • Elisa for i586: try to build gdk-pixbuf, error with libtool

    Hi there!
    I set up Archlinux on my Barebone, great job with the "new" i586 repo!
    i try to build to build the packages on my laptop by simply editing my makepkg.conf to:
    CARCH="i586"
    CHOST="i586-pc-linux-gnu"
    CFLAGS="-march=i586 -mtune=generic -O2 -pipe"
    CXXFLAGS="-march=i586 -mtune=generic -O2 -pipe"
    this works for me for freevo, mplayer and many other programs. but now i tried to install elisa on this machine, everything build correct, but when i start elisa, i only get:
    #--> elisa
    Launcher core version: 0.5.29
    /usr/lib/python2.6/site-packages/twisted/internet/_sslverify.py:5: DeprecationWarning: the md5 module is deprecated; use hashlib instead
    import itertools, md5
    Current core version: 0.5.29
    /usr/lib/python2.6/site-packages/elisa/core/utils/classinit.py:34: UserWarning:
    ClassInitMeta class is deprecated
    warn("ClassInitMeta class is deprecated")
    Traceback (most recent call last):
    File "/usr/bin/elisa", line 8, in <module>
    load_entry_point('elisa==0.5.29', 'gui_scripts', 'elisa')()
    File "/usr/lib/python2.6/site-packages/elisa/core/launcher.py", line 380, in main
    Launcher().main(sys.argv)
    File "/usr/lib/python2.6/site-packages/elisa/core/launcher.py", line 83, in main
    return self.main_after_voodoo(argv)
    File "/usr/lib/python2.6/site-packages/elisa/core/launcher.py", line 224, in main_after_voodoo
    self.run_application()
    File "/usr/lib/python2.6/site-packages/elisa/core/launcher.py", line 351, in run_application
    application = Application(self.options)
    File "/usr/lib/python2.6/site-packages/elisa/core/application.py", line 228, in __init__
    self._splash = SplashScreen()
    File "/usr/lib/python2.6/site-packages/elisa/core/utils/splash_screen.py", line 74, in __init__
    pixbuf = gtk.gdk.pixbuf_new_from_file(LOGO_PATH_SQUARE)
    glib.GError: Couldn't recognize the image file format for file '/usr/lib/python2.6/site-packages/elisa/core/data/splash_screen_square.png'
    gtk, gdk an anything else is build correct, so i thought, maybe there is something wrong with gdk-pixbuf. i don't post this thread in the i586 subforum, because i have the same problems building it for i686 arch, too! i fetch the newest pkgbuild from abs, heres the output:
    `--> makepkg
    ==> Making package: gdk-pixbuf 0.22.0-4 i586 (Wed Mar 4 00:26:53 CET 2009)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Found gdk-pixbuf-0.22.0.tar.bz2 in build dir
    -> Found gdk-pixbuf-0.22.0-bmp_reject_corrupt.patch in build dir
    -> Found gdk-pixbuf-0.22.0-bmp_secure.patch in build dir
    -> Found gdk-pixbuf-0.22.0-loaders.patch in build dir
    -> Found gdk-pixbuf-0.22.0-m4.patch in build dir
    ==> Validating source files with md5sums...
    gdk-pixbuf-0.22.0.tar.bz2 ... Passed
    gdk-pixbuf-0.22.0-bmp_reject_corrupt.patch ... Passed
    gdk-pixbuf-0.22.0-bmp_secure.patch ... Passed
    gdk-pixbuf-0.22.0-loaders.patch ... Passed
    gdk-pixbuf-0.22.0-m4.patch ... Passed
    ==> Extracting Sources...
    -> bsdtar -x -f gdk-pixbuf-0.22.0.tar.bz2
    ==> Removing existing pkg/ directory...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    patching file gdk-pixbuf/io-bmp.c
    patching file gdk-pixbuf/io-bmp.c
    Hunk #1 succeeded at 883 (offset 7 lines).
    patching file gdk-pixbuf/io-ico.c
    patching file gdk-pixbuf/io-xpm.c
    patching file gdk-pixbuf.m4
    checking for a BSD compatible install... /bin/install -c
    checking whether build environment is sane... yes
    checking whether make sets ${MAKE}... yes
    checking for working aclocal... found
    checking for working autoconf... found
    checking for working automake... found
    checking for working autoheader... found
    checking for working makeinfo... found
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for gcc... gcc
    checking for C compiler default output... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for executable suffix...
    checking for object suffix... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for ld used by GCC... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking whether ln -s works... yes
    checking how to recognise dependant libraries... pass_all
    checking command to parse /usr/bin/nm -B output... ok
    checking how to run the C preprocessor... gcc -E
    checking for dlfcn.h... yes
    checking for ranlib... ranlib
    checking for strip... strip
    checking for objdir... .libs
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.lo... yes
    checking if gcc supports -fno-rtti -fno-exceptions... yes
    checking whether the linker (/usr/bin/ld) supports shared libraries... yes
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking whether -lc should be explicitly linked in... no
    creating libtool
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for strerror in -lcposix... no
    checking for gcc option to accept ANSI C... none needed
    checking for a BSD compatible install... /bin/install -c
    checking whether ln -s works... yes
    checking whether make sets ${MAKE}... (cached) yes
    checking how to run the C preprocessor... gcc -E
    checking for X... libraries , headers
    checking for gethostbyname... yes
    checking for connect... yes
    checking for remove... yes
    checking for shmat... yes
    checking for IceConnectionNumber in -lICE... yes
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for glib-config... /usr/bin/glib-config
    checking for GLIB - version >= 1.2.0... yes
    checking for gtk-config... /usr/bin/gtk-config
    checking for GTK - version >= 1.2.0... yes
    checking whether make is GNU Make... yes
    checking for gnome-config... no
    Not building GnomeCanvasPixbuf library
    checking whether to build gmodulized gdk-pixbuf... yes
    checking whether dynamic modules work... libtool: line 397: CDPATH: command not found
    yes
    checking for location of rgb.txt database... /usr/lib/X11/rgb.txt
    checking for TIFFReadScanline in -ltiff... yes
    checking for tiffio.h... yes
    checking for jpeg_destroy_decompress in -ljpeg... yes
    checking for jpeglib.h... yes
    checking for jpeg_simple_progression in -ljpeg... yes
    checking for png_read_info in -lpng... yes
    checking for png.h... yes
    checking for png_structp in png.h... yes
    checking for ANSI C header files... yes
    checking for dirent.h that defines DIR... yes
    checking for opendir in -ldir... no
    checking for sys/wait.h that is POSIX.1 compatible... yes
    checking return type of signal handlers... void
    checking for gtkdoc-mkdb... true
    checking gtk-doc version (1.10) >= 0.6... yes
    checking for db2html... false
    checking for x86 platform... yes
    checking compiler support for MMX... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating gdk-pixbuf.spec
    config.status: creating gdk-pixbuf/Makefile
    config.status: creating gdk-pixbuf/gdk-pixbuf-features.h
    config.status: creating gdk-pixbuf/pixops/Makefile
    config.status: creating gdk-pixbuf-config
    config.status: creating demo/Makefile
    config.status: creating doc/Makefile
    config.status: creating config.h
    config.status: config.h is unchanged
    make all-recursive
    make[1]: Entering directory `/home/andieh/build/i586/gdk-pixbuf/src/gdk-pixbuf-0.22.0'
    Making all in gdk-pixbuf
    make[2]: Entering directory `/home/andieh/build/i586/gdk-pixbuf/src/gdk-pixbuf-0.22.0/gdk-pixbuf'
    Making all in pixops
    make[3]: Entering directory `/home/andieh/build/i586/gdk-pixbuf/src/gdk-pixbuf-0.22.0/gdk-pixbuf/pixops'
    /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I../../gdk-pixbuf -march=i586 -mtune=generic -O2 -pipe -c pixops.c
    ../../libtool: line 397: CDPATH: command not found
    ../../libtool: line 1075: func_opt_split: command not found
    libtool: Version mismatch error. This is libtool 2.2.6, but the
    libtool: definition of this LT_INIT comes from an older release.
    libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
    libtool: and run autoconf again.
    make[3]: *** [pixops.lo] Error 63
    make[3]: Leaving directory `/home/andieh/build/i586/gdk-pixbuf/src/gdk-pixbuf-0.22.0/gdk-pixbuf/pixops'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/andieh/build/i586/gdk-pixbuf/src/gdk-pixbuf-0.22.0/gdk-pixbuf'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/andieh/build/i586/gdk-pixbuf/src/gdk-pixbuf-0.22.0'
    make: *** [all-recursive-am] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    i really dont know what went wrong here. maybe one of you could try to build this, so i know there is something wrong with my machine. i also tried to build this package on the barebone itself, but there is the same error, too.
    thank you very much for your help!
    andieh

    hi stefan, thank you for your reply.
    there is no ./autogen.sh, and autoreconf gives me the following output. i tried aclocal and autoconf, too, but also no success...
    autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
    autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
    autoheader: WARNING: is deprecated and discouraged.
    autoheader:
    autoheader: WARNING: Using the third argument of `AC_DEFINE' and
    autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
    autoheader: WARNING: `acconfig.h':
    autoheader:
    autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1,
    autoheader: [Define if a function `main' is needed.])
    autoheader:
    autoheader: WARNING: More sophisticated templates can also be produced, see the
    autoheader: WARNING: documentation.
    demo/Makefile.am: required file `./depcomp' not found
    demo/Makefile.am: `automake --add-missing' can install `depcomp'
    doc/Makefile.am:160: blank line following trailing backslash
    gdk-pixbuf/Makefile.am:121: `libexecdir' is not a legitimate directory for `LTLIBRARIES'
    gdk-pixbuf/Makefile.am:70: variable `libpixbufloader_tiff_la_LIBADD' is defined but no program or
    gdk-pixbuf/Makefile.am:70: library has `libpixbufloader_tiff_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:56: variable `libpixbufloader_ico_la_LIBADD' is defined but no program or
    gdk-pixbuf/Makefile.am:56: library has `libpixbufloader_ico_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:63: variable `libpixbufloader_ras_la_LIBADD' is defined but no program or
    gdk-pixbuf/Makefile.am:63: library has `libpixbufloader_ras_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:49: variable `libpixbufloader_gif_la_LIBADD' is defined but no program or
    gdk-pixbuf/Makefile.am:49: library has `libpixbufloader_gif_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:28: variable `libpixbufloader_png_la_LIBADD' is defined but no program or
    gdk-pixbuf/Makefile.am:28: library has `libpixbufloader_png_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:77: variable `libpixbufloader_pnm_la_LIBADD' is defined but no program or
    gdk-pixbuf/Makefile.am:77: library has `libpixbufloader_pnm_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:42: variable `libpixbufloader_xpm_la_LIBADD' is defined but no program or
    gdk-pixbuf/Makefile.am:42: library has `libpixbufloader_xpm_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:91: variable `libpixbufloader_xbm_la_LIBADD' is defined but no program or
    gdk-pixbuf/Makefile.am:91: library has `libpixbufloader_xbm_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:84: variable `libpixbufloader_bmp_la_LIBADD' is defined but no program or
    gdk-pixbuf/Makefile.am:84: library has `libpixbufloader_bmp_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:35: variable `libpixbufloader_jpeg_la_LIBADD' is defined but no program or
    gdk-pixbuf/Makefile.am:35: library has `libpixbufloader_jpeg_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:76: variable `libpixbufloader_pnm_la_LDFLAGS' is defined but no program or
    gdk-pixbuf/Makefile.am:76: library has `libpixbufloader_pnm_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:69: variable `libpixbufloader_tiff_la_LDFLAGS' is defined but no program or
    gdk-pixbuf/Makefile.am:69: library has `libpixbufloader_tiff_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:41: variable `libpixbufloader_xpm_la_LDFLAGS' is defined but no program or
    gdk-pixbuf/Makefile.am:41: library has `libpixbufloader_xpm_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:62: variable `libpixbufloader_ras_la_LDFLAGS' is defined but no program or
    gdk-pixbuf/Makefile.am:62: library has `libpixbufloader_ras_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:90: variable `libpixbufloader_xbm_la_LDFLAGS' is defined but no program or
    gdk-pixbuf/Makefile.am:90: library has `libpixbufloader_xbm_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:83: variable `libpixbufloader_bmp_la_LDFLAGS' is defined but no program or
    gdk-pixbuf/Makefile.am:83: library has `libpixbufloader_bmp_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:27: variable `libpixbufloader_png_la_LDFLAGS' is defined but no program or
    gdk-pixbuf/Makefile.am:27: library has `libpixbufloader_png_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:34: variable `libpixbufloader_jpeg_la_LDFLAGS' is defined but no program or
    gdk-pixbuf/Makefile.am:34: library has `libpixbufloader_jpeg_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:48: variable `libpixbufloader_gif_la_LDFLAGS' is defined but no program or
    gdk-pixbuf/Makefile.am:48: library has `libpixbufloader_gif_la' as canonic name (possible typo)
    gdk-pixbuf/Makefile.am:55: variable `libpixbufloader_ico_la_LDFLAGS' is defined but no program or
    gdk-pixbuf/Makefile.am:55: library has `libpixbufloader_ico_la' as canonic name (possible typo)
    /usr/share/automake-1.10/am/depend2.am: am__fastdepCCAS does not appear in AM_CONDITIONAL
    /usr/share/automake-1.10/am/depend2.am: The usual way to define `am__fastdepCCAS' is to add `AM_PROG_AS'
    /usr/share/automake-1.10/am/depend2.am: to `configure.in' and run `aclocal' and `autoconf' again.
    gdk-pixbuf/pixops/Makefile.am: Preprocessed Assembler source seen but `CCAS' is undefined
    gdk-pixbuf/pixops/Makefile.am: The usual way to define `CCAS' is to add `AM_PROG_AS'
    gdk-pixbuf/pixops/Makefile.am: to `configure.in' and run `aclocal' and `autoconf' again.
    gdk-pixbuf/pixops/Makefile.am: Preprocessed Assembler source seen but `CCASFLAGS' is undefined
    gdk-pixbuf/pixops/Makefile.am: The usual way to define `CCASFLAGS' is to add `AM_PROG_AS'
    gdk-pixbuf/pixops/Makefile.am: to `configure.in' and run `aclocal' and `autoconf' again.
    autoreconf: automake failed with exit status: 1

  • Channel queue directories

    Hi,
    I would like to learn more about the queue directory structure for a given channel.
    For example, why do we have 20 directories named 000 to 019; when are they created and what is the condition for a given message to be inserted in this or that directory?
    Is ther any doc I could look into?
    TIA
    Ivo Ramos

    Hi, Jay
    many thanks for this link! Great job from C.Stewart!
    For over one year I�ve worked with a wrong concept that made assign the top level node (userRoot) of the tree to the User/Group suffix when running the imss_setup, then create a default organization "o" under the same node and populate it with all my objects...
    This Directory server is in production for a couple of months; now we want to use the Messaging server an the Delegate Admin does not recognize the resulting structure....
    Without the well documented demo engineered by C.Stewart I would never notice where the error is. The formal documentation from Sun would be of no use...
    Regards
    Ivo

  • ECatt failed to execute.

    Hi ,
    I create a eCATT test script with TCD mode, for creating sales order VA01.
    Last time before our ERP system was re-installed, I can repeat execute the test script after a sales order is created., without any issues, I was trying to get different value for the parameter, for example, the quantity for the sales item.
    but last week, our erp system is reinstalled, now I can also create the test script succesfully, but when I just execute this test script to see if could be executed smoothly.
    An error happens always,
    S00344 No batch input data for screen SAPMV45A 4001..
    I don't know why it does not take the default values I created for previous sales order for the test script.,
    it seems that it stopped at the first screen : filling the order type, sales organization, distribution channel etc...it never go further...
    Another questions is that, :
    do I have to configure all the prameter with type 'I' ? . If I want to take the default values of previous sales order, what should be done ? If I only want to change the quantity of the sales item, so I only need to create a parameter and fill with the value ?
    I reviewed some demos , even demo with VA01, but that's not detailed enough, in my case, it never get me a satisfied anwer.
    Can you please share your experience, or some well-documented demo ?
    thank a lot.

    Hello Ben,
    There may be several reason's for the error you are getting.
    1. The settings might be different before reinstallation and once the the system is reinstalled the setting's are changed to default . Eg: Screen settings might be changed ,field status might be changed etc.
    2.The script might require some customisation data , which may be missing in your case.
    Coming to the second part of your question.
    There is no need to set all the parameter modes as 'I' ,which means input mode,only those parameter values which keeps changing can be set as 'I' and need to parameterised , and other values which are constant can be set with mode 'S'  doing which the script wil take this default value for every run of your script.
    If you want to change the quantity of sales item you should parametrise the field and pass different values each time you run the script , you can create variants as well.
    Hope my answer helps you.
    Thanks and Regards,
    BALAJI.D.N

Maybe you are looking for

  • E72 unable to make call from Sent Folder

    Instructions on how to verify absence of this feature - send an sms to any test number - go to SENT Folder - Try to make a CALL to the recipient (I did not find any option, If u do, please enlighten me) Well, This has to be a basic feature of a smart

  • IPad shows a message "iPad needs to cool down", but it is not hot or even warm

    I have used my iPad 2 days, and when I just turned it on, 5 minutes later a message appeared: "TEMPERATURE iPad needs to cool down before you can use it." The message disappeares after 2-3 minutes, and then again, after 5 minutes it appears. The devi

  • Materiazed view with fast refresh

    Hi All, I want to create a Materialized view with fast refresh. I think for fast refresh we need to set up a materialized view log first before the MV gets created. Can someone please provide the steps and the syntax to do this? I am new to MV creati

  • How can I upgrade from tiger 10.4.11 to Lion?

    i have a Macbook and its running tiger 10.4.11, how can i upgrade it to Mac os x lion ?

  • Since iOS7 update my snapchat iMessage and FaceTime not working. Help please!

    I updated my iPhone 4S a few weeks ago. Since then I can't use iMessage and get no messages from those who do have iMessage. My FaceTime will not let me sign in. And my snapchat gets a popup that so t go away. Also my phone freezes more. What can I d