Storage bin  not found (enter storage type) L3398

Hi,
We have an very critical issue. We have gone live on 14th , only one day before. Now our system is showing the message
"Storage bin  not found (enter storage type) L3398.""
We have defined Open storage type in our system where , mix storage is allowed. There are 10 bins in this storage type. There is not capacity check for these bins. Now system is not searching bin from Open storage and we have stucked with TO creation. System is not allowing us to created any TO.
KIndly do the help
I will be very thankful if reply fast.
Regards,
Manish I

Hi MANISH, 
Though there exists many storage bins , the system is not able to find these bins because proper storage unit type is not defined.
System identifies the destination based on the following criteria :
Activate Storage Type Search
Activate Storage Section Search
Activate Storage Bin Type Search
Go through the below customising for better understanding :
SPROLogistics ExecutionWarehouse Management--Strategies
Maintain the Warehouse Management 2 view of Material master with Palletization data .
Thanks,
Swamy H P

Similar Messages

  • Why do I get this error message /opt/firefox/run-mozilla.sh: 399: /opt/firefox/firefox-bin: not found

    kubuntu 10.04
    firefox 10.0.2
    I downloaded and installed firefox 10.0.2 but when I...
    1. click the desktop icon nothing happens.
    2. use terminal mode and type firefox I get the following error message:
    /opt/firefox/run-mozilla.sh: 399: /opt/firefox/firefox-bin: not found
    How do I fix this?

    In short, I used kpackagekit to uninstall firefox. Then used synaptic to uninstall firefox. After that I manually scanned the computer for residual DIRs. In the end, I noticed that I still had 3 DIRs containing firefox: /opt/firefox, /usr/lib/firefox-10.0.1, /usr/lib64/firefox-10.0.1
    So removing firefox didn't work as expected.
    As it turns out, the copy of firefox residing in /opt/firefox is v3.5.3, but I have a current version in /usr/lib and /usrlib64. For some reason the, new install didn't replace the copy in /opt/firefox and the /usr/bin scripts firefox and run-mozilla.sh point to /opt/firefox.
    So when I use terminal mode and type firefox I get the cited error message. When I use my desktop icon it hangs.
    My remedy for this was to due the following:
    1. track down the location of the desktop icon: /usr/share/applications/firefox.desktop
    2. edit the file: sudo pico /usr/share/applications/firefox.desktop
    3. modify entry to: EXEC=/usr/lib/firefox-10.0.1 /firefox.sh u% ( save and exit)
    4. modify terminal command: firefox
    5. track down the location of the firefox command: /usr/bin/firefox and /usr/bin/
    firefox.ubuntu
    6. remove symbolic link: rm /usr/bin/firefox
    7. remove symbolic link: rm /usr/bin/firefox
    8. create new symbolic link: ln -sT /usr/lib/firefox-10.0.1/firefox.sh firefox
    9. create new symbolic link: ln -sT /usr/lib/firefox-10.0.1/firefox.sh firefox.ubuntu
    Everything works now as it should.
    I believe the cause of this problem was related to the fact that the mozilla-team made a change to the location of their upgrade/update libraries which affected the entries in the file: /etc/apt/sources.list. When the ppa library location changed, my kubuntu version 10.04 didn't make this change and residual copies of firefox were left behind and DIRs /usr/bin and /opt/firefox were not modified.
    Perhaps my experience will help others that tread this path.
    Maybe somebody can explain to me why we need 3 DIRs for firefox: /opt/fire ; /usr/lib ; /usr/lib64

  • SOLVED: installing firefox-3.6.28 on 64-bit debian multiarch - "firefox-bin: not found"

    summary: I must run a firefox-3.x to telework, and I run debian at home. I previously had firefox-3.6.28 installed and running on an up-to-date debian, but mistakenly destroyed that install. I have reinstalled the OS, and reinstalled firefox-3.6.28, but it will not run:
    <pre>
    $ /usr/local/share/firefox-3.6.28/firefox -no-remote -ProfileManager &
    > [1] 8297
    > $ /usr/local/share/firefox-3.6.28/run-mozilla.sh: 143: exec: /usr/local/share/firefox-3.6.28/firefox-bin: not found
    </pre>
    details:
    As detailed in a previous question
    https://support.mozilla.org/en-US/questions/931873
    my workplace forces me to run a firefox-3.x in order to install a plugin (F5NAP) that provides remote access. (While the question above suggests that a firefox-8.x would also be an option, the latter is not in fact compatible with my workplace's servers' configuration.) I previously was able to do this first ~2 years ago, as indicated in the question above, on a 64-bit PC with debian=wheezy/sid (distro=LMDE==Linux Mint Debian Edition).
    About a month ago, that older PC developed severe problems, so I began to setup a newer PC, which must also run the VPN, and therefore firefox-3.6.28+F5NAP. The new box is running
    <pre>
    $ uname -a
    Linux box 3.11-2-amd64 #1 SMP Debian 3.11.8-1 (2013-11-13) x86_64 GNU/Linux
    $ lsb_release -a
    No LSB modules are available.
    Distributor ID: LinuxMint
    Description: LMDE Cinnamon Edition
    Release: 1
    Codename: debian
    $ cat /etc/debian_version
    jessie/sid
    </pre>
    Note that the new box is also 64-bit, but (unlike the old box) is running the latest debian with multiarch support
    https://wiki.debian.org/Multiarch
    (whereas the old box used package=ia32-libs). I was able to install firefox-3.6.28+F5NAP on the new box as detailed here
    http://forums.linuxmint.com/viewtopic.php?f=190&t=164522
    Unfortunately I later misconfigured LVM, forcing me to reinstall everything :-( I have LMDE and most applications installed (from APT, with packages currently up-to-date) and everything appears to work (particularly the firefox-28.0 which I am using to ask this question). However this time I'm getting a very different error when I run firefox-3.6.28.
    I'm installing and running firefox-3.6.28 with the following bash scriptlet (which is how I installed it previously):
    <pre>
    FF_VERSION='3.6.28'
    LINUX_VERSION='i686' # since there is no 64-bit build of this version of firefox
    EXEC_FN='firefox'
    LANG='en-US'
    FF_WITH_VERSION="firefox-${FF_VERSION}"
    URI="https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${FF_VERSION}/linux-${LINUX_VERSION}/${LANG}/${FF_WITH_VERSION}.tar.bz2"
    BUILD_DIR="/tmp/${FF_WITH_VERSION}"
    UNZIP_DIR="${BUILD_DIR}/firefox"
    INSTALL_ROOT='/usr/local/share'
    INSTALL_OWN='root:staff' # like peers on new LMDE, not 'root:root'
    INSTALL_DIR="${INSTALL_ROOT}/${FF_WITH_VERSION}"
    EXEC_FP="${INSTALL_DIR}/${EXEC_FN}"
    EXEC_ARGS='-no-remote -ProfileManager'
    # `tar j` == bzip2
    for CMD in \
    "mkdir -p ${BUILD_DIR}" \
    "sudo mkdir -p ${INSTALL_ROOT}" \
    "pushd ${BUILD_DIR}" \
    "wget -O - ${URI} | tar xfj -" \
    "find | wc -l" \
    "popd" \
    "sudo mv ${UNZIP_DIR} ${INSTALL_DIR}" \
    "sudo chown -R ${INSTALL_OWN} ${INSTALL_DIR}/" \
    "du -hs ${INSTALL_DIR}/" \
    "ls -alh ${EXEC_FP}" \
    "${EXEC_FP} ${EXEC_ARGS} &" \
    ; do
    echo -e "$ ${CMD}"
    eval "${CMD}"
    done
    </pre>
    firefox-3.6.28 appears to install correctly:
    <pre>
    $ lsalh /usr/local/share/firefox-3.6.28/
    total 20M
    drwxr-xr-x 13 root staff 4.0K May 1 18:30 .
    drwxrwsr-x 9 root staff 4.0K May 1 18:04 ..
    -rw-r--r-- 1 root staff 2.1K Mar 6 2012 application.ini
    -rw-r--r-- 1 root staff 0 Mar 6 2012 .autoreg
    -rw-r--r-- 1 root staff 5.1K Mar 6 2012 blocklist.xml
    -rw-r--r-- 1 root staff 232 Mar 6 2012 browserconfig.properties
    drwxr-xr-x 3 root staff 4.0K Mar 6 2012 chrome
    drwxr-xr-x 2 root staff 4.0K Mar 6 2012 components
    -rwxr-xr-x 1 root staff 51K Mar 6 2012 crashreporter
    -rw-r--r-- 1 root staff 3.8K Mar 6 2012 crashreporter.ini
    -rw-r--r-- 1 root staff 583 Mar 6 2012 crashreporter-override.ini
    drwxr-xr-x 5 root staff 4.0K Mar 6 2012 defaults
    -rw-r--r-- 1 root staff 136 Mar 6 2012 dependentlibs.list
    drwxr-xr-x 2 root staff 4.0K Mar 6 2012 dictionaries
    drwxr-xr-x 3 root staff 4.0K Mar 6 2012 extensions
    -rwxr-xr-x 1 root staff 3.9K Mar 6 2012 firefox
    -rwxr-xr-x 1 root staff 44K Mar 6 2012 firefox-bin
    drwxr-xr-x 2 root staff 4.0K Mar 6 2012 greprefs
    drwxr-xr-x 2 root staff 4.0K Mar 6 2012 icons
    -rw-r--r-- 1 root staff 478 Mar 6 2012 libfreebl3.chk
    -rwxr-xr-x 1 root staff 326K Mar 6 2012 libfreebl3.so
    -rwxr-xr-x 1 root staff 1.1M Mar 6 2012 libmozjs.so
    -rwxr-xr-x 1 root staff 201K Mar 6 2012 libnspr4.so
    -rwxr-xr-x 1 root staff 853K Mar 6 2012 libnss3.so
    -rwxr-xr-x 1 root staff 390K Mar 6 2012 libnssckbi.so
    -rw-r--r-- 1 root staff 478 Mar 6 2012 libnssdbm3.chk
    -rwxr-xr-x 1 root staff 121K Mar 6 2012 libnssdbm3.so
    -rwxr-xr-x 1 root staff 81K Mar 6 2012 libnssutil3.so
    -rwxr-xr-x 1 root staff 14K Mar 6 2012 libplc4.so
    -rwxr-xr-x 1 root staff 8.8K Mar 6 2012 libplds4.so
    -rwxr-xr-x 1 root staff 123K Mar 6 2012 libsmime3.so
    -rw-r--r-- 1 root staff 478 Mar 6 2012 libsoftokn3.chk
    -rwxr-xr-x 1 root staff 194K Mar 6 2012 libsoftokn3.so
    -rwxr-xr-x 1 root staff 501K Mar 6 2012 libsqlite3.so
    -rwxr-xr-x 1 root staff 169K Mar 6 2012 libssl3.so
    -rwxr-xr-x 1 root staff 12K Mar 6 2012 libxpcom.so
    -rwxr-xr-x 1 root staff 16M Mar 6 2012 libxul.so
    -rw-r--r-- 1 root staff 31K Mar 6 2012 LICENSE
    drwxr-xr-x 2 root staff 4.0K Mar 6 2012 modules
    -rwxr-xr-x 1 root staff 11K Mar 6 2012 mozilla-xremote-client
    -rw-r--r-- 1 root staff 137 Mar 6 2012 platform.ini
    -rwxr-xr-x 1 root staff 3.7K Mar 6 2012 plugin-container
    drwxr-xr-x 2 root staff 4.0K Mar 6 2012 plugins
    -rw-r--r-- 1 root staff 177 Mar 6 2012 README.txt
    -rw-r--r-- 1 root staff 16K Mar 6 2012 removed-files
    drwxr-xr-x 6 root staff 4.0K Mar 6 2012 res
    -rwxr-xr-x 1 root staff 9.8K Mar 6 2012 run-mozilla.sh
    drwxr-xr-x 2 root staff 4.0K Mar 6 2012 searchplugins
    -rw-r--r-- 1 root staff 825 Mar 6 2012 Throbber-small.gif
    -rw-r--r-- 1 root staff 6 Mar 6 2012 update.locale
    -rwxr-xr-x 1 root staff 71K Mar 6 2012 updater
    -rw-r--r-- 1 root staff 143 Mar 6 2012 updater.ini
    </pre>
    but it does not run:
    <pre>
    $ /usr/local/share/firefox-3.6.28/firefox -no-remote -ProfileManager &
    > [1] 8297
    > $ /usr/local/share/firefox-3.6.28/run-mozilla.sh: 143: exec: /usr/local/share/firefox-3.6.28/firefox-bin: not found
    </pre>
    But as noted above, /usr/local/share/firefox-3.6.28/firefox-bin clearly exists, and is in the same directory as /usr/local/share/firefox-3.6.28/run-mozilla.sh , and both have the same permissions. Am I missing something?
    If not: how to fix, or further debug, this problem?
    Your prompt assistance is appreciated, since I can't telework until I get this fixed :-(

    For the solution's full description, see this post to debian-user
    https://lists.debian.org/debian-user/2014/05/msg00243.html
    (in a quite illuminating thread starting here
    https://lists.debian.org/debian-user/2014/05/msg00126.html
    ) But the solution was mostly
    <pre>
    me@it ~ $ ldd /usr/local/share/firefox-3.6.28/firefox-bin
    not a dynamic executable
    # libc6:i386, dependencies, and recommended from `aptitude -s`
    me@it ~ $ sudo aptitude install libc6:i386 gcc-4.8-base:i386 libc6-i686:i386 libgcc1:i386
    The following NEW packages will be installed:
    gcc-4.8-base:i386 libc6:i386 libc6-i686:i386 libgcc1:i386
    0 packages upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
    Setting up gcc-4.8-base:i386 (4.8.2-1) ...
    Setting up libc6:i386 (2.17-97) ...
    Setting up libgcc1:i386 (1:4.8.2-1) ...
    Setting up libc6-i686:i386 (2.17-97) ...
    Processing triggers for libc-bin ...
    me@it ~ $ ldd /usr/local/share/firefox-3.6.28/firefox-bin
    linux-gate.so.1 (0xf7775000)
    libpthread.so.0 => /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 (0xf7740000)
    libxul.so => not found
    libmozjs.so => not found
    libxpcom.so => not found
    libplds4.so => not found
    libplc4.so => not found
    libnspr4.so => not found
    libdl.so.2 => /lib/i386-linux-gnu/i686/cmov/libdl.so.2 (0xf7739000)
    libgtk-x11-2.0.so.0 => not found
    libatk-1.0.so.0 => not found
    libgdk-x11-2.0.so.0 => not found
    libgdk_pixbuf-2.0.so.0 => not found
    libpangocairo-1.0.so.0 => not found
    libpango-1.0.so.0 => not found
    libcairo.so.2 => not found
    libgobject-2.0.so.0 => not found
    libgmodule-2.0.so.0 => not found
    libglib-2.0.so.0 => not found
    libX11.so.6 => not found
    libasound.so.2 => not found
    libm.so.6 => /lib/i386-linux-gnu/i686/cmov/libm.so.6 (0xf76f4000)
    libstdc++.so.6 => not found
    libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf76d7000)
    libc.so.6 => /lib/i386-linux-gnu/i686/cmov/libc.so.6 (0xf7527000)
    /lib/ld-linux.so.2 (0xf7776000)
    </pre>

  • ** SOAP to SOAP call - HTTP 404 not found - invalid content type

    Hi friends,
    We have one scenario SOAP to SOAP call. It is synchronous interface. We are calling the WSDL.
    For some of the messages (not all), we are getting the error in SXMB_MONI
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 404 Not Found
    In the sender & receiver SOAP communication channel also, same error : SOAP: call failed: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 404 Not Found
    Friends, this error is not coming for all messages. For some of the messages it is coming. For example,
    10:50 - Message Processed Successfully
    10:54 - Message Processed Successfully
    10:59 - Error
    11:05 - Message Processed Successfully
    By looking threads and blogs, I implemented MessagesTransformBean in the receiver CC and added the  parameter Transform.ContentType as 'text/xml;charset=utf-8'.
    After implementing this also, error is coming for some of the messages.
    Can you kindly clarify friends, what could be the problem?
    Kind regards,
    Jegathees P.

    I'm in agreement with Stefan...
    If the problem is intermittent then the system is overloaded at certain times. You would probably need to do some JVM analysis to see the resource usage & look at increasing the memory.
    Regards, Trevor

  • Source bin not found terminates the FM L_TO_CREATE_2_STEP_PICKING for TRs

    I am trying to create a batch processing version of LT0E to process groups for the first TO.  However, when I test this FM I find that any error in source bin determination terminates the FM on that line even though there could be other subsequent lines which could be processed.
    Because we have TRs which do not have stock in the search area this can happen.
    I would appreciate any advice on how to control the FM so that it continues processing subsequent lines after this type of error is encountered

    Jeff, did you find a work around for this?  I am having the same issue.

  • CUCM 9 & AS5850, Using MGCP Gateways not found in "Gateway Type" list...

    I have an application where I need to control a large, AS5850 gateway using MGCP.  CUCM version is 9.1, soon to be 10.0.  The gateway is populated with CT3 cards.
    We have confirmed that the AS5850 does in fact support MGCP, however it is not listed as an option in the list of gateway product choices when adding a new gateway in CUCM.  So my first question:
    1) How do you add an MGCP gateway in CUCM when it is not listed in the "gateway type" drop-down list?  It seems there must be a way to do this.  Other well known gateways such as the AS5300, AS5400 etc.. are also notably absent from the list of gateway choices.  Perhaps there is a template that can be edited?
    If anyone has experience utilizing an AS5850 gateway with CUCM & MGCP, it would be very useful to see sample configuration programming from your gateway.
    Many thanks

    Hi,
    As per the datasheet, the Cisco AS5850 Universal Gateway supports H.323,  SIP, and MGCP call-control protocols with extensive SNMP management and  debugging capabilities. It works with the Cisco PGW 2200 Softswitch,  the Cisco BTS 10200 Softswitch, and many partner softswitches as well.
    http://www.cisco.com/en/US/prod/collateral/iad/ps509/ps512/product_data_sheet09186a008007cc48.html
    It looks like that its not supported with CUCM.
    HTH
    Manish

  • Deserializer not found for array Type...

    I hava a web-Servicd deployed in AXIS - is Takes an array of a complex type and returns one.
    Everytime i run the service the service properly does the processing and returns the correct Object.
    When the client receives the REsponse i get the following exception
    - Exception:
    org.xml.sax.SAXException: No deserializer defined for array type {urn:SchufaService}Response
         at org.apache.axis.encoding.ser.ArrayDeserializer.onStartElement(ArrayDeserializer.java:304)
         at org.apache.axis.encoding.DeserializerImpl.startElement(DeserializerImpl.java:428)
         at org.apache.axis.encoding.DeserializationContextImpl.startElement(DeserializationContextImpl.java:976)
         at org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java:198)
         at org.apache.axis.message.MessageElement.publishToHandler(MessageElement.java:722)
         at org.apache.axis.message.RPCElement.deserialize(RPCElement.java:233)
         at org.apache.axis.message.RPCElement.getParams(RPCElement.java:347)
         at org.apache.axis.client.Call.invoke(Call.java:2272)
         at org.apache.axis.client.Call.invoke(Call.java:2171)
         at org.apache.axis.client.Call.invoke(Call.java:1691)
         at de.awe.client.SchufaServiceSoapBindingStub.getInformation(SchufaServiceSoapBindingStub.java:329)
         at de.awe.client.SessionClient.main(SessionClient.java:45)here is my .wsdd file - i think i did the correct bean and type mappings:
    <deployment xmlns="http://xml.apache.org/axis/wsdd/"
                xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
    <handler name="session" type="java:org.apache.axis.handlers.SimpleSessionHandler">
    </handler>
    <service name="SchufaService" provider="java:RPC">
      <requestFlow>
           <handler type="soapmonitor"/>
        <handler type="session"/>
      </requestFlow>
      <responseFlow>
           <handler type="session"/>
        <handler type="soapmonitor"/>
      </responseFlow>
      <parameter name="scope" value="session"/>
      <parameter name="className" value="de.awe.webservice.SchufaService"/>
      <parameter name="allowedMethods" value="*"/>
      <beanMapping qname="SchufaService:Person" xmlns:SchufaService="urn:SchufaService" languageSpecificType="java:de.awe.model.Person"/>
      <beanMapping qname="SchufaService:Address" xmlns:SchufaService="urn:SchufaService" languageSpecificType="java:de.awe.model.Address"/>
      <beanMapping qname="SchufaService:Request" xmlns:SchufaService="urn:SchufaService" languageSpecificType="java:de.awe.model.Request"/>
      <beanMapping qname="SchufaService:Response" xmlns:SchufaService="urn:SchufaService" languageSpecificType="java:de.awe.xml.Response"/>
      <beanMapping qname="SchufaService:ResponseAuskunft" xmlns:SchufaService="urn:SchufaService" languageSpecificType="java:de.awe.xml.ResponseAuskunft"/>
      <beanMapping qname="SchufaService:ResponseFehlerbehandlung" xmlns:SchufaService="urn:SchufaService" languageSpecificType="java:de.awe.xml.ResponseFehlerbehandlung"/>
      <beanMapping qname="SchufaService:ResponseNachbehandlung" xmlns:SchufaService="urn:SchufaService" languageSpecificType="java:de.awe.xml.ResponseNachbehandlung"/>
      <beanMapping qname="SchufaService:Textdaten" xmlns:SchufaService="urn:SchufaService" languageSpecificType="java:de.awe.model.Textdaten"/>
      <beanMapping qname="SchufaService:Merkmal" xmlns:SchufaService="urn:SchufaService" languageSpecificType="java:de.awe.model.Merkmal"/>
      <typeMapping
            xmlns:ns="http://localhost:8080/axis/services/SchufaService"
            qname="ns:ArrayOf_tns1_Request"
            type="java:de.awe.client.Request[]"
            serializer="org.apache.axis.encoding.ser.ArraySerializerFactory"
            deserializer="org.apache.axis.encoding.ser.ArrayDeserializerFactory"
            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
          />
      <typeMapping
            xmlns:ns="http://localhost:8080/axis/services/SchufaService"
            qname="ns:ArrayOf_tns1_Response"
            type="java:de.awe.client.Response[]"
            serializer="org.apache.axis.encoding.ser.ArraySerializerFactory"
            deserializer="org.apache.axis.encoding.ser.ArrayDeserializerFactory"
            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
          />
    </service>
    </deployment>Please tell me where to find the error...
    Thanks a lot

    Hi,
    Can you paste the client's code in here? this error is usually on the client side where in the array type was not mapped properly.
    thanks,
    leighsy
    I hava a web-Servicd deployed in AXIS - is Takes an
    array of a complex type and returns one.
    Everytime i run the service the service properly does
    the processing and returns the correct Object.
    When the client receives the REsponse i get the
    following exception

  • Tachometer not found in chart type, based on exceptions

    Hello all,
    i cannot find tachometer in any of my chart types, only speedometer. I tried speedometer but it does not read my exceptions even after checking exception ON in the web item.
    I want to display 3 simple value ranges in green, yellow and red based on exceptions. I have only one column and one one value. tachometer is the best ..
    can you help please,
    rgds,

    Hi Iryna,
    there is an entry "Show expanded Hierarchy nodes" in the options for graphics. You can find it in the SAP standard template or in the Web Application designer. If the entry is not set, only the lowest expanded nodes of a hierarchy are displayed.
    Kind regards,
    Jürgen

  • Vision Assistant - .bin not found

    Thought I'd try here first before raising a support call on the off chance someone's come across it before.
    Running Win7 64bit and LV 2013 SP1 (via 2014 DS SP1), with the Vision Development System installed. I have a fully-populated Vision palette, and can use the low level Vision VIs to my heart's content...
    However, I can't seem to run Vision Assistant. On dropping the Vision Assistant from the palette, I get the following two errors:
    I am also unable to open previously configured Vision Assistant instances in other code, although no errors are returned - the VA just doesn't run.
    I also have LV 2012 SP1 installed (amongst other older versions) and now get the same error with that. I haven't tried to use VA since I switched to LV 2013 several months ago.
    Has anyone come across this before?
    I'm just trying to repair Vision Assistant 2013, which I'd like to think will fix it, but we shall see. I'll let you know when all 117 of the requisite components are also finished repairing
    CLD
    Solved!
    Go to Solution.

    The repair solves it.
    Sadly, that involved repairing components for 2013, 2012, 2011, 2010... but still, at least I got to put my feet up for a little while whilst it was completing.
    Will mark as solved in case anyone else has the same issue.
    CLD

  • Field Catalog Not Found in ALV

    Hi Experts,
    I am trying to exceute the below code its shows the Field CataLog Not Found
    Code is:
    TYPE-POOLS:slis.
    TABLES:ekpo,mseg.
    TYPES: BEGIN OF ty_ekpo,
           ebeln TYPE ekpo-ebeln,
           ebelp TYPE ekpo-ebelp,
           matnr TYPE ekpo-matnr,
           menge TYPE ekpo-menge,
           END OF ty_ekpo.
    TYPES: BEGIN OF ty_mseg,
           ebeln TYPE mseg-ebeln,
           ebelp TYPE mseg-ebelp,
           matnr TYPE mseg-matnr,
           menge TYPE mseg-menge,
           bwart TYPE mseg-bwart,
           END OF ty_mseg.
    TYPES: BEGIN OF ty_final,
            ebeln TYPE ebeln,
            ebelp TYPE ebelp,
            qtysup TYPE MENGE_D,
            qtyact TYPE MENGE_D,
            qtyrej TYPE MENGE_D,
           END OF ty_final.
    DATA: it_mseg  TYPE  TABLE OF ty_mseg WITH HEADER LINE,
          it_ekpo  TYPE  TABLE OF ty_ekpo WITH HEADER LINE,
          it_final TYPE  TABLE OF ty_final WITH HEADER LINE.
    DATA: wa_fieldcat TYPE slis_fieldcat_alv,
          it_fieldcat TYPE slis_t_fieldcat_alv.
    DATA:wa_mseg LIKE LINE OF it_mseg,
         wa_ekpo LIKE LINE OF it_ekpo ,
         wa_final LIKE LINE OF  it_final.
    SELECT-OPTIONS: p_ebeln FOR ekpo-ebeln.
    START-OF-SELECTION.
    SELECT ebeln ebelp matnr menge FROM ekpo
                                     INTO TABLE it_ekpo
                                     WHERE ebeln IN p_ebeln.
      IF it_ekpo[] IS NOT INITIAL.
        SELECT ebeln ebelp matnr menge bwart FROM mseg
                                                    INTO TABLE it_mseg
                                                    FOR ALL ENTRIES IN it_ekpo[]
                                                    WHERE ebeln EQ it_ekpo-ebeln
                                                    AND   ebelp EQ it_ekpo-ebelp
                                                    AND bwart EQ '122'.
      ENDIF.
      LOOP AT  it_mseg  .
        READ TABLE it_ekpo WITH KEY ebeln = it_mseg-ebeln.
        IF sy-subrc EQ 0.
          it_final-qtyrej = it_mseg-menge.
          it_final-qtysup = it_ekpo-menge.
          it_final-ebeln  = it_mseg-ebeln.
          it_final-ebelp  = it_mseg-ebelp.
        ENDIF.
    IF sy-subrc EQ 0.
          it_final-qtyact = ( it_final-qtysup ) - ( it_final-qtyrej ).
        ENDIF.
        APPEND it_final.
      ENDLOOP.
      wa_fieldcat-fieldname = 'EBELN'.
      wa_fieldcat-tabname   = 'IT_FINAL'.
      wa_fieldcat-seltext_l = 'Purchase Doc'.
      wa_fieldcat-seltext_m = wa_fieldcat-seltext_l.
      wa_fieldcat-seltext_s = wa_fieldcat-seltext_l.
      wa_fieldcat-col_pos     = 1.
      wa_fieldcat-outputlen   = 10.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR wa_fieldcat.
      wa_fieldcat-fieldname = 'EBELP'.
      wa_fieldcat-tabname   = 'IT_FINAL'.
      wa_fieldcat-seltext_l = 'Item'.
      wa_fieldcat-seltext_m = wa_fieldcat-seltext_l.
      wa_fieldcat-seltext_s = wa_fieldcat-seltext_l.
      wa_fieldcat-col_pos     = 2.
      wa_fieldcat-outputlen   = 5.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR wa_fieldcat.
      wa_fieldcat-fieldname = 'QTYSUP'.
        wa_fieldcat-tabname   = 'IT_FINAL'.
      wa_fieldcat-seltext_l = 'QuatitySupply'.
      wa_fieldcat-seltext_m = wa_fieldcat-seltext_l.
      wa_fieldcat-seltext_s = wa_fieldcat-seltext_l.
      wa_fieldcat-col_pos     = 3.
      wa_fieldcat-outputlen   = 13.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR wa_fieldcat.
      wa_fieldcat-fieldname = 'QTYACT'.
        wa_fieldcat-tabname   = 'IT_FINAL'.
      wa_fieldcat-seltext_l = 'QualityAccepted'.
      wa_fieldcat-seltext_m = wa_fieldcat-seltext_l.
      wa_fieldcat-seltext_s = wa_fieldcat-seltext_l.
      wa_fieldcat-col_pos     = 4.
      wa_fieldcat-outputlen   = 13.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR wa_fieldcat.
      wa_fieldcat-fieldname = 'QTYREJ'.
      wa_fieldcat-tabname   = 'IT_FINAL'.
      wa_fieldcat-seltext_l = 'QualityRejected'.
      wa_fieldcat-seltext_m = wa_fieldcat-seltext_l.
      wa_fieldcat-seltext_s = wa_fieldcat-seltext_l.
      wa_fieldcat-col_pos     = 5.
      wa_fieldcat-outputlen   = 13.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR wa_fieldcat.
      DATA: repid LIKE sy-repid.
      repid = sy-repid.
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
       EXPORTING
          I_CALLBACK_PROGRAM             = repid
        TABLES
          t_outtab                       = it_final[]
      EXCEPTIONS
        PROGRAM_ERROR                  = 1
        OTHERS                         = 2
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    Thanks In Advance
    Poorna

    Hi,
    pass parametrs as it is given below...
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
    EXPORTING
      I_INTERFACE_CHECK              = ' '
      I_BYPASSING_BUFFER             =
      I_BUFFER_ACTIVE                = ' '
      I_CALLBACK_PROGRAM             = repid
      I_CALLBACK_PF_STATUS_SET       = ' '
      I_CALLBACK_USER_COMMAND        = ' '
      I_STRUCTURE_NAME               =
      IS_LAYOUT                      =
      IT_FIELDCAT                    = it_fieldcat
      IT_EXCLUDING                   =
      IT_SPECIAL_GROUPS              =
      IT_SORT                        =
      IT_FILTER                      =
      IS_SEL_HIDE                    =
      I_DEFAULT                      = 'X'
      I_SAVE                         = ' '
      IS_VARIANT                     =
      IT_EVENTS                      =
      IT_EVENT_EXIT                  =
      IS_PRINT                       =
      IS_REPREP_ID                   =
      I_SCREEN_START_COLUMN          = 0
      I_SCREEN_START_LINE            = 0
      I_SCREEN_END_COLUMN            = 0
      I_SCREEN_END_LINE              = 0
      IR_SALV_LIST_ADAPTER           =
      IT_EXCEPT_QINFO                =
      I_SUPPRESS_EMPTY_DATA          = ABAP_FALSE
    IMPORTING
      E_EXIT_CAUSED_BY_CALLER        =
      ES_EXIT_CAUSED_BY_USER         =
      TABLES
        t_outtab                       = it_final[]
    EXCEPTIONS
      PROGRAM_ERROR                  = 1
      OTHERS                         = 2
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Thanks & Regards
    Ashu

  • Error in alv report (fieldcatlog is not found)

    Hai Genious
    i am a new of the sap-abap, i have a one problem in my alv report, now i am using the reuse_alv_ fieldcatlog_merge,
    i declared with my internal table with type,
    my error is :- fieldcatlog not found
    for example
    types: begin of ty_mara,
    matnr type matnr,
    meins type meins,
    ersda type ersda,
    ernam type ernam,
    end of ty_mara.
    data: wa_mara type ty_mara,
    it_mara like table of wa_mara.
    select matnr meins ersda ernam from mara into table it_mara.
    CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
    EXPORTING
    I_PROGRAM_NAME = SY-REPID
    I_INTERNAL_TABNAME = 'IT_MARA'
    I_STRUCTURE_NAME =
    I_CLIENT_NEVER_DISPLAY = 'X'
    I_INCLNAME = SY-REPID
    IF sy-subrc 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    call function 'reuse_alv_list_display'

    Hi,
    CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
    EXPORTING
    I_PROGRAM_NAME = SY-REPID
    I_INTERNAL_TABNAME = 'IT_MARA'
    I_STRUCTURE_NAME = 'TY_MARA'-->give it
    I_CLIENT_NEVER_DISPLAY = 'X'
    I_INCLNAME = SY-REPID
    IF sy-subrc 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    also use...
    CHANGING
          ct_fieldcat                  = i_fieldtab
    data :i_fieldtab TYPE slis_t_fieldcat_alv,
    s_fieldtab_body TYPE slis_fieldcat_alv.
    fill i_fieldtab like this...
    CASE s_fieldtab_body-fieldname.
          WHEN 'OA_NO'.
            s_fieldtab_body-seltext_l = 'Order Accep. No.'.
            MODIFY i_fieldtab FROM s_fieldtab_body INDEX sy-tabix.
            CLEAR s_fieldtab_body.
          WHEN 'KTEXT'.
            s_fieldtab_body-seltext_l = 'Ramco Order No.'.
            MODIFY i_fieldtab FROM s_fieldtab_body INDEX sy-tabix.
            CLEAR s_fieldtab_body.
    and so on

  • Path or file name "java" not found error

    I am getting the error, path or file name "java" not found, when I type in sqlj -version.
    I am using a NT server and I have added the CLASSPATH and path to it.
    Does anyone have any ideas.

    What version of SQLJ are you using? What do you see when you type
    java
    or
    java -version
    on the command line?

  • Partner function not found

    Hi All,
    We are getting an error as shown in the screenshot below for a particular user.
    - The user Id is also faulty and when we try to repair the user we get an error that there are open SC.
    - Even if we try to complete the GR using other user id which has Secretary Role (Purchase Assistant à GR/SE for other user), it shows the same error “Partner not found with partner type Goods Receipt".
    Any pointers to this will be very useful.

    Hi
    No screen shots attached ?
    This is related to Configuration issue.
    <b>SPRO -> Supplier Relationship Management -> SRM Server -> Cross-Application Basic Settings -> Define Partner Functions</b>
    Refer to following IMG Configuartion path and ensure that Goods Recipient entry is maintained in the system.
    Function   Function_type   Usage Description              Abbrerviation  Created by
    00000020     0002            B2B     Goods Recipient     GR          XXX
    Hope this will help.
    Please reward suitable points.
    Regards
    - Atul

  • Import oracle.adf.view.rich.event.DropEvent; Not Found

    Ok guys I have a problem. A large number of my imports are not found when I type them into my project. I am following a book and there is no mention of this happening so I have no idea what to do. I figure maybe it is about finding libraries and adding them to my view controller but I am not sure what libraries I should add.
    These are the things that are missing
    import oracle.adf.view.rich.datatransfer.DataFlavor;
    import oracle.adf.view.rich.datatransfer.Transferable;
    import oracle.adf.view.rich.dnd.DnDAction;
    import oracle.adf.view.rich.event.DropEvent;
    import oracle.adfinternal.view.faces.model.binding.FacesCtrlHierNodeBinding;
    import org.apache.myfaces.trinidad.model.CollectionModel;
    import org.apache.myfaces.trinidad.model.RowKeySet;
    I am hoping that someone out there can help me with this problem

    Here is a listing of all of the packages missing since this happened. Keep in mind Ive been using some of these packages with no problems for a while. Dunno what happened. Also I left out the corresponding errors that I'm pretty sure appeared because of this but if anyone needs a full error list I can post it no problem.
    Error(6,29): package oracle.adf.controller does not exist
    Error(6,41): package oracle.adf.view.rich.datatransfer does not exist
    Error(7,41): package oracle.adf.view.rich.datatransfer does not exist
    Error(8,32): package oracle.adf.view.rich.dnd does not exist
    Error(9,34): package oracle.adf.view.rich.event does not exist
    Error(11,51): package oracle.adfinternal.view.faces.model.binding does not exist
    Error(17,41): package org.apache.myfaces.trinidad.model does not exist
    Error(18,41): package org.apache.myfaces.trinidad.model does not exist
    Error(3,29): package javax.faces.component does not exist
    Error(4,27): package javax.faces.context does not exist
    Error(5,27): package javax.faces.convert does not exist
    Error(11,27): package javax.faces.context does not exist
    Error(12,25): package javax.faces.event does not exist
    Error(16,36): package oracle.adf.view.rich.context does not exist
    Error(22,41): package org.apache.myfaces.trinidad.model does not exist
    Error(3,29): package oracle.adf.controller does not exist
    Error(6,43): package oracle.adf.view.rich.component.rich does not exist
    Error(7,52): package oracle.adf.view.rich.component.rich.fragment does not exist
    Error(8,34): package oracle.adf.view.rich.event does not exist
    Error(15,29): package javax.faces.component does not exist
    Error(16,27): package javax.faces.context does not exist
    Error(18,35): package oracle.adf.view.rich.render does not exist
    Error(20,42): package org.apache.myfaces.trinidad.render does not exist
    Error(21,40): package org.apache.myfaces.trinidad.util does not exist
    I sincerely hope someone can help me out of this mess

  • Reg: Exception (ALT NOT FOUND) in the fun.module CS_BOM_EXPL_MAT_V2

    Hi Experts,
    I called the fun. module CS_BOM_EXPL_MAT_V2 in SE38.
    While executing the function module, it is giving output for some types of material like (TP0331-).
    But it is raising the exception ALT NOT FOUND for some types of material like 'TB1000-'
    But for all types of material, it is giving correct output in SE37.
    I gave the input parameter's,
    CALL FUNCTION 'CS_BOM_EXPL_MAT_V2'
    EXPORTING
       CAPID                       = 'PP01'
       DATUV                       = sy-datum
       EMENG                       = '1'
       MKTLS                       = 'X'
       MEHRS                       = 'X'
       MTNRV                       = 'TB1000-'
       STLAL                       = '1'
       STLAN                       = '1'
       SVWVO                       = 'X'
       WERKS                       = '0010'
       VRSVO                       = 'X'
      TABLES
        stb                         = it_stpox
    EXCEPTIONS
       ALT_NOT_FOUND               = 1
       CALL_INVALID                = 2
       MATERIAL_NOT_FOUND          = 3
       MISSING_AUTHORIZATION       = 4
       NO_BOM_FOUND                = 5
       NO_PLANT_DATA               = 6
       NO_SUITABLE_BOM_FOUND       = 7
       CONVERSION_ERROR            = 8
       OTHERS                      = 9
    Can you please suggest me, why for the particular types of material, these function module is executing correctly in SE37 not in SE38.
    Whether i need to give some more inputs in SE38.
    Please guide me,
    Thanks in advance,
    Vijay.R

    hi,
    i have done the code like this,
    CALL FUNCTION 'CS_BOM_EXPL_MAT_V2'
    EXPORTING
    CAPID = 'PP01'
    DATUV = sy-datum
    EMENG = '1'
    MKTLS = 'X'
    MEHRS = 'X'
    MTNRV = 'TB1000-'
    STLAL = '01'  """" i have changed the value as 01 instead of 1.
    STLAN = '1'
    SVWVO = 'X'
    WERKS = '0010'
    VRSVO = 'X'
    TABLES
    stb = it_stpox
    EXCEPTIONS
    ALT_NOT_FOUND = 1
    CALL_INVALID = 2
    MATERIAL_NOT_FOUND = 3
    MISSING_AUTHORIZATION = 4
    NO_BOM_FOUND = 5
    NO_PLANT_DATA = 6
    NO_SUITABLE_BOM_FOUND = 7
    CONVERSION_ERROR = 8
    OTHERS = 9
    it is a small problem..
    whether u need any more information..
    please let me know.. still it is not working means,
    paste your code.. i will check
    regards
    vijay

Maybe you are looking for

  • HP Officejet 6100 (h611a) ePrinter can't find wirless network

    My HP Officejet 6100 ePrinter recently lost it's eprint connection and wouldn't reconnect.  I asked for help and was told to try using a manual IP address.  I tried this using the instructions supplied to me for the manual IP address, Subnet mask, an

  • Can I change timecode on my clips?

    I just got transcripts from 40 hours of footage and the dvds that the transcriber was using seem to have different time codes than that on my tapes. The tapes don't start at 00:00:00- the just run on and on, starting at all different points. If I cou

  • Why won't my iphoto events drag into google plus or shutterfly

    I have been trying to drag my photos from an event file in iphoto onto either Shutterfly or Google Plus, and I cannot do it.  I used to be able to do it with no problem, but it will not work any longer - for about a year, actually.  Any ideas of why

  • ServerSession in FBS  (otn sample code)

    I download FBS OTN sample code which version use Toplink for manage persistence.. I have notice about some class that hold ServerSession as it member variable such as ////////////// FBS package oracle.otnsamples.ibfbs.trademanagement.helper; public c

  • Web IC Call List Message - Call locked,completed picked up by another agent

    Hi, For certain Call Lists in the CRM 2007 Web IC, when a call is selected there is a warning message to say that the "Call has been picked up by another agent, locked or completed" . In the execution progress for the call list in CRM (CRMD_TM_CLDIST