Material Type not assosiated with Materials

Hi ,
I have a report in BW, where there are 4 Materials that are being displayed for which there are "no assosiated" Material Types and this information is coming from R/3 where these Materials have been assigned to a Material type .
These Materials and Material types are being entered through the respective variables when runing the report. When i click on the Materail variable to enter the values i dont see the 4 Materials( the one stated above) listed here. When i select material type as "not assigned" the report displays these 4 Materials in the report.
I also checked the master data in 0MATERIAL and i dont these 4 materials.
Please help me in solving this
Regards
Arjun

I would like to clarify u one thing here.
1) Material Type is an Attribute of Material.
2) The values to these are entered through Variables while executing the report.
3) When I select the value for material type as "Not assigned" , only then these 4 material values get displayed.
4) From Point 3 above , it means that the data is loaded into BW.
5) I dont see these 4 Material values in all the following cases:
        a) When i try to enter the Material values through the variable screen while running the report.
        b) When i check the material values in the master data 0material.

Similar Messages

  • "Goods Movement type not possiable with mvmt type 261"

    Dear All,
    I am doing 541 movement with Service order combination, i have found following error,
    "Goods Movement type not possiable with mvmt type 261"
    Can you help me for this error.
    -Reards,
    Sunil

    Getting errors while using PI_GOODSMVT_CREATE' with 561+K

  • Material type not getting displayed in the cube........

    Hi,
    In my infocube material type for one of the material is not getting displayed.
    When I check in the content of the cube for this material all the fileds are getting displayed except material type.
    However it is present in the material master data from which it is put into the update rules to populate in the cube.
    Its getting displayed for some other materials , so we cant say that mapping is wrong or problem with update rules.
    Can some body let me know what could be the reason.
    Thanks,
    Jeetu

    Hi Jeetu,
    can you check in your cube if you have for one material, entries with AND entries without the MATL_TYPE? If this is the case then you were loading transactional data before having the corresponding material master data.
    You should adapt your scenario:
    - first do not use the standard attribute derivation during your URules: performance is very bad.
    - implement a start routine filling an internal table with your material and MATL_TYPE for all entries of material in your datapackage.
    - implement an update routine on the MATL_TYPE with a READ on this internal table an raise an ABORT = 4 if the MATL_TYPE is initial or the material in not found.
    Now to fix your situation you'll have to reload your cube or alternatively just reload your missing MATL_TYPE MATERIAL from your cube itself and selective delete those which are empty.
    hope this helps...
    Olivier.

  • Material field not apprearing with parameter effectivity.

    Hey SAP experts,
    We are using serianumber parameter effectivity in ECR. Now we have one small issue the column material is not appearing next to the columns upper limit serial number and lower limit serial number.
    I tired all the SPRO settings and MM settings, basic settings field selection etc....but nothing worked out....
    Can i get some help here please
    regards,
    satish

    Hi Srinivas,
    KUNDE_LO is a data element , what ever kombi1 is defined i think that does not have any values maintained in the system.
    or
    Check whether any user exits or BAPI's used bringing the customer specifications.
    You can also check the data element existence u might have done that .....
    Reward if useful
    Thanks,

  • BlazeDS "Configure return type" not working with Hibernate lazy fetching

    I am using the new BlazeDS 4 with Flash Builder 4.
    Backend configuration: Spring 3.0 + Spring-BlazeDS 1.0.3 + Hibernate 3.5
    I have successfully configured my Spring-BlazeDS project based on this excellent video tutorial by James Ward.
    The problem:
    While trying to use the "Configure return type" option for one of my service calls, or the "Test operation" option, I get the following exception thrown:
    InvocationTargetException:There was an error while  invoking the operation. Check your server settings and try invoking the  operation again.
    Reason: Server error failed to lazily initialize a  collection of role:  com.xyz.product.domain.MyEntityClass.myLazyCollection, no  session or session was closed null
    I am well aware of lazy loading issues and configured Gilead to handle this, hopefully with success although I cannot indicate this for sure yet.
    However - in this case, i'm not certain it's even related to Gilead, because this is happening on server side and not on client as far as I understand so Gilead isn't playing its role in removing the proxy associations. BlazeDS however is trying to fully inspect whatever object graph it gets, and appearantly does that outside of a persistence session scope, hence the LazyInitializationException.
    Is this a BlazeDS bug? Can BlazeDS do the objects inspection within a provided open persistence context session to avoid this?
    See also stacktrace from server:
    1327066 [tomcat-http--32] ERROR org.hibernate.LazyInitializationException - failed to lazily initialize a collection of role: com.xyz.product.domain.MyEntityClass.myLazyCollection, no session or session was closed
    org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: com.xyz.product.domain.MyEntityClass.myLazyCollection, no session or session was closed
        at org.hibernate.collection.AbstractPersistentCollection.throwLazyInitializationException(Ab stractPersistentCollection.java:380)
        at org.hibernate.collection.AbstractPersistentCollection.throwLazyInitializationExceptionIfN otConnected(AbstractPersistentCollection.java:372)
        at org.hibernate.collection.AbstractPersistentCollection.initialize(AbstractPersistentCollec tion.java:365)
        at org.hibernate.collection.AbstractPersistentCollection.read(AbstractPersistentCollection.j ava:108)
        at org.hibernate.collection.PersistentBag.toArray(PersistentBag.java:280)
        at java.util.ArrayList.<init>(ArrayList.java:131)
        at flex.messaging.io.ArrayCollection.<init>(ArrayCollection.java:44)
        at flex.messaging.io.amf.Amf3Output.writeArrayCollection(Amf3Output.java:455)
        at flex.messaging.io.amf.Amf3Output.writeObject(Amf3Output.java:175)
        at flex.messaging.io.amf.Java15Amf3Output.writeObject(Java15Amf3Output.java:26)
        at flex.messaging.io.amf.Amf3Output.writeObjectProperty(Amf3Output.java:243)
        at flex.messaging.io.amf.Amf3Output.writePropertyProxy(Amf3Output.java:566)
        at flex.messaging.io.amf.Amf3Output.writeCustomObject(Amf3Output.java:518)
        at flex.messaging.io.amf.Amf3Output.writeObject(Amf3Output.java:193)
        at flex.messaging.io.amf.Java15Amf3Output.writeObject(Java15Amf3Output.java:26)
        at flex.messaging.io.amf.Amf3Output.writeObjectArray(Amf3Output.java:817)
        at flex.messaging.io.amf.Amf3Output.writeAMFArray(Amf3Output.java:431)
        at flex.messaging.io.amf.Amf3Output.writeObject(Amf3Output.java:179)
        at flex.messaging.io.amf.Java15Amf3Output.writeObject(Java15Amf3Output.java:26)
        at flex.messaging.io.ArrayCollection.writeExternal(ArrayCollection.java:97)
        at flex.messaging.io.amf.Amf3Output.writePropertyProxy(Amf3Output.java:556)
        at flex.messaging.io.amf.Amf3Output.writeArrayCollection(Amf3Output.java:462)
        at flex.messaging.io.amf.Amf3Output.writeObject(Amf3Output.java:175)
        at flex.messaging.io.amf.Java15Amf3Output.writeObject(Java15Amf3Output.java:26)
        at flex.messaging.io.amf.Amf3Output.writeObjectProperty(Amf3Output.java:243)
        at flex.messaging.io.amf.Amf3Output.writePropertyProxy(Amf3Output.java:566)
        at flex.messaging.io.amf.Amf3Output.writeCustomObject(Amf3Output.java:518)
        at flex.messaging.io.amf.Amf3Output.writeObject(Amf3Output.java:193)
        at flex.messaging.io.amf.Java15Amf3Output.writeObject(Java15Amf3Output.java:26)
        at flex.messaging.io.amf.Amf3Output.writeObjectProperty(Amf3Output.java:243)
        at flex.messaging.io.amf.Amf3Output.writePropertyProxy(Amf3Output.java:566)
        at flex.messaging.io.amf.Amf3Output.writeCustomObject(Amf3Output.java:518)
        at flex.messaging.io.amf.Amf3Output.writeObject(Amf3Output.java:193)
        at flex.messaging.io.amf.Java15Amf3Output.writeObject(Java15Amf3Output.java:26)
        at flex.messaging.io.amf.Amf0Output.writeObject(Amf0Output.java:193)
        at flex.messaging.io.amf.Java15Amf0Output.writeObject(Java15Amf0Output.java:41)
        at flex.messaging.io.amf.AmfMessageSerializer.writeObject(AmfMessageSerializer.java:196)
        at flex.messaging.io.amf.AmfMessageSerializer.writeBody(AmfMessageSerializer.java:186)
        at flex.messaging.io.amf.AmfMessageSerializer.writeMessage(AmfMessageSerializer.java:142)
        at flex.messaging.endpoints.amf.SerializationFilter.invoke(SerializationFilter.java:179)
        at flex.messaging.endpoints.BaseHTTPEndpoint.service(BaseHTTPEndpoint.java:274)
        at flex.messaging.endpoints.AMFEndpoint$$EnhancerByCGLIB$$c487cc23.service(<generated>)
        at org.springframework.flex.servlet.MessageBrokerHandlerAdapter.handle(MessageBrokerHandlerA dapter.java:101)
        at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:771)
        at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:716)
        at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:644 )
        at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:560)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:343)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(Filter SecurityInterceptor.java:109)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(Filt erSecurityInterceptor.java:83)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTran slationFilter.java:97)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManageme ntFilter.java:100)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(An onymousAuthenticationFilter.java:78)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFil ter(SecurityContextHolderAwareRequestFilter.java:54)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCac heAwareFilter.java:35)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
        at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.do Filter(AbstractAuthenticationProcessingFilter.java:188)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
        at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter .java:105)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(Securi tyContextPersistenceFilter.java:79)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:149)
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy .java:237)
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java: 167)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
        at com.springsource.metrics.collection.web.HttpRequestMetricCollectionValve.invoke(HttpReque stMetricCollectionValve.java:44)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja va:583)
        at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:379)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:619)
    [BlazeDS] Exception occurred during serialization: org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: com.xyz.product.domain.MyEntityClass.myLazyCollection, no session or session was closed
        at org.hibernate.collection.AbstractPersistentCollection.throwLazyInitializationException(Ab stractPersistentCollection.java:380)
        at org.hibernate.collection.AbstractPersistentCollection.throwLazyInitializationExceptionIfN otConnected(AbstractPersistentCollection.java:372)
        at org.hibernate.collection.AbstractPersistentCollection.initialize(AbstractPersistentCollec tion.java:365)
        at org.hibernate.collection.AbstractPersistentCollection.read(AbstractPersistentCollection.j ava:108)
        at org.hibernate.collection.PersistentBag.toArray(PersistentBag.java:280)
        at java.util.ArrayList.<init>(ArrayList.java:131)
        at flex.messaging.io.ArrayCollection.<init>(ArrayCollection.java:44)
        at flex.messaging.io.amf.Amf3Output.writeArrayCollection(Amf3Output.java:455)
        at flex.messaging.io.amf.Amf3Output.writeObject(Amf3Output.java:175)
        at flex.messaging.io.amf.Java15Amf3Output.writeObject(Java15Amf3Output.java:26)
        at flex.messaging.io.amf.Amf3Output.writeObjectProperty(Amf3Output.java:243)
        at flex.messaging.io.amf.Amf3Output.writePropertyProxy(Amf3Output.java:566)
        at flex.messaging.io.amf.Amf3Output.writeCustomObject(Amf3Output.java:518)
        at flex.messaging.io.amf.Amf3Output.writeObject(Amf3Output.java:193)
        at flex.messaging.io.amf.Java15Amf3Output.writeObject(Java15Amf3Output.java:26)
        at flex.messaging.io.amf.Amf3Output.writeObjectArray(Amf3Output.java:817)
        at flex.messaging.io.amf.Amf3Output.writeAMFArray(Amf3Output.java:431)
        at flex.messaging.io.amf.Amf3Output.writeObject(Amf3Output.java:179)
        at flex.messaging.io.amf.Java15Amf3Output.writeObject(Java15Amf3Output.java:26)
        at flex.messaging.io.ArrayCollection.writeExternal(ArrayCollection.java:97)
        at flex.messaging.io.amf.Amf3Output.writePropertyProxy(Amf3Output.java:556)
        at flex.messaging.io.amf.Amf3Output.writeArrayCollection(Amf3Output.java:462)
        at flex.messaging.io.amf.Amf3Output.writeObject(Amf3Output.java:175)
        at flex.messaging.io.amf.Java15Amf3Output.writeObject(Java15Amf3Output.java:26)
        at flex.messaging.io.amf.Amf3Output.writeObjectProperty(Amf3Output.java:243)
        at flex.messaging.io.amf.Amf3Output.writePropertyProxy(Amf3Output.java:566)
        at flex.messaging.io.amf.Amf3Output.writeCustomObject(Amf3Output.java:518)
        at flex.messaging.io.amf.Amf3Output.writeObject(Amf3Output.java:193)
        at flex.messaging.io.amf.Java15Amf3Output.writeObject(Java15Amf3Output.java:26)
        at flex.messaging.io.amf.Amf3Output.writeObjectProperty(Amf3Output.java:243)
        at flex.messaging.io.amf.Amf3Output.writePropertyProxy(Amf3Output.java:566)
        at flex.messaging.io.amf.Amf3Output.writeCustomObject(Amf3Output.java:518)
        at flex.messaging.io.amf.Amf3Output.writeObject(Amf3Output.java:193)
        at flex.messaging.io.amf.Java15Amf3Output.writeObject(Java15Amf3Output.java:26)
        at flex.messaging.io.amf.Amf0Output.writeObject(Amf0Output.java:193)
        at flex.messaging.io.amf.Java15Amf0Output.writeObject(Java15Amf0Output.java:41)
        at flex.messaging.io.amf.AmfMessageSerializer.writeObject(AmfMessageSerializer.java:196)
        at flex.messaging.io.amf.AmfMessageSerializer.writeBody(AmfMessageSerializer.java:186)
        at flex.messaging.io.amf.AmfMessageSerializer.writeMessage(AmfMessageSerializer.java:142)
        at flex.messaging.endpoints.amf.SerializationFilter.invoke(SerializationFilter.java:179)
        at flex.messaging.endpoints.BaseHTTPEndpoint.service(BaseHTTPEndpoint.java:274)
        at flex.messaging.endpoints.AMFEndpoint$$EnhancerByCGLIB$$c487cc23.service(<generated>)
        at org.springframework.flex.servlet.MessageBrokerHandlerAdapter.handle(MessageBrokerHandlerA dapter.java:101)
        at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:771)
        at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:716)
        at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:644 )
        at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:560)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:343)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(Filter SecurityInterceptor.java:109)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(Filt erSecurityInterceptor.java:83)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTran slationFilter.java:97)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManageme ntFilter.java:100)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(An onymousAuthenticationFilter.java:78)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFil ter(SecurityContextHolderAwareRequestFilter.java:54)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCac heAwareFilter.java:35)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
        at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.do Filter(AbstractAuthenticationProcessingFilter.java:188)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
        at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter .java:105)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(Securi tyContextPersistenceFilter.java:79)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:149)
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy .java:237)
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java: 167)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
        at com.springsource.metrics.collection.web.HttpRequestMetricCollectionValve.invoke(HttpReque stMetricCollectionValve.java:44)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja va:583)
        at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:379)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:619)

    slacknatcher wrote:
    the parts i had searched on google are specificaly the
    "/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.1/../../../../lib/crt1.o: In function `_start':
    (.text+0x12): undefined reference to `__libc_csu_fini'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.1/../../../../lib/crt1.o: In function `_start':
    (.text+0x19): undefined reference to `__libc_csu_init'"
    does anyone have an idea of what could it be?
    notice that this doesn't bother me because if i use the glibc from the repositories everything works fine, this is just for curiosity of why it doesn't work
    thanks in advance
    You have stripped glibc too much.  See the Arch PKGBUILD and make sure your makepkg.conf has STRIP_BINARY etc defined.

  • VISA data types not compatible with ODBC SQL_C_ datatypes

    This is strange: I have a CVI app which reads data from Access 2.0 into VISA
    datatype structures throught ODBC 3.51 and so far it worked properly but
    when I upgrated the ODBC drivers to 4.0 (the application remins the same
    exe) then all cases where I use ViInt16 recieves zeros instead the correct
    data.

    Hi vaibhav
    Thanks for help. Actually my requirement is that I have one database on sql server 2005 version. I am planning to migrate it to sql server 2012 version. I want to publish a list of all objects across all databases which cannot be replicated to sql server
    2012.How can I do this. Are there any data types which were in sql 2005 version but are depreciated in sql server 2012
    Regards
    Rahul
    yes there are
    but why not look at here for breaking changes
    http://msdn.microsoft.com/en-us/library/ms143179(v=sql.110).aspx
    The deprecated features would still work though new development using them is discouraged
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Data types not compatible with Sql Server 2012

    HI All,
    I need to know what are data types which were present in sql server 2005 but are not in sql server 2012.
    Regards
    Rahul

    Hi vaibhav
    Thanks for help. Actually my requirement is that I have one database on sql server 2005 version. I am planning to migrate it to sql server 2012 version. I want to publish a list of all objects across all databases which cannot be replicated to sql server
    2012.How can I do this. Are there any data types which were in sql 2005 version but are depreciated in sql server 2012
    Regards
    Rahul
    yes there are
    but why not look at here for breaking changes
    http://msdn.microsoft.com/en-us/library/ms143179(v=sql.110).aspx
    The deprecated features would still work though new development using them is discouraged
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Finish good material not showed with 131 movement type in mfbf code in REM

    Hi experts,
    I am working in Repetitive manufacturing process, I have 6 operations in rate routing from which 6th operation is mile stone.
    When i confirm last operation through MFBF, system shows components list with movement type 261 but finish material is not showing with movement type 131. The document no. is generated at the time of saving but in displayed document FG shows with 131mov. type and component list with 261.
    Setting for REM are as follows
    1. control key- pp03
    2. production versions- maintained with standard REM profile
    So my question is how can i see FG material in MFBF screen along with componets list ? What is the settings for this or any development is there ?
    Regards,
    Nitin Nerkar

    Nitin,
    System behavior is not wrong. What i understand from  Backflush is, Back flushing is nothing but automatic goods issue. System will automatically posts the goods issue when you confirm the operations.You have no need to make manual issue. It will reduce the effort.
    Backflushing is automatic accounting (Goods issues - 261 mvt) of material consumed for production, at the time of confirmation.
    When you use auto goods receipt indicator then at the time of confirmation system will do auto GR. In normal discrete mfg scenario, when you are doing confirmation when you click on GOOD MOVEMENT tab you will get GI as well as GR with movement type.
    But in REM scenario you doing MFBF (REM Backflush) means This activity executes multiple activities in a single step, such as: finished product goods receipt, backflush of component materials, posting of costs to cost collector and creation of material and accounting documents. When you are doing MFBF and clicking on post with correction tab it will show you what are the components going to backflush, and that is ok. Here you are not going GOODS MOVEMENT tab to display GR.
    I think this SAP system std behavior.
    Tara

  • Attribute of Material Type

    Dear Sapusers
    What are the Attributes of material type can you focus on this please
    Rgds
    Ana.

    Hi,
    Define attributes of material types
    Each time you create a material master record, you must assign it to a material type . You use the material type to define the attributes of a material master record. Material types are used in the following neighboring areas, where they are also configured in Customizing:
    Profit Center Accounting
    Product Cost Planning
    Sales and Distribution (availability check)
    Valuation
    Bills of material
    Routings
    Consult with these areas if necessary.
    In this IMG activity, you define the attributes of each material type.
    Under Views, you specify the following:
              o Material type text
              o Material type key
              o If required, an authorization group to protect access
              o Procurement type allowed (internal and/or external)
              o Check of number ranges if material numbers are assigned externally
              o If required, a default value for the item category group in sales data (consult with Sales and Distribution)
              o Whether materials of this material type are costed with a quantity structure or not
              o Views and relevant fields that may be processed; that is, the user departments that may maintain a material master record of a particular material type
    Under Quantity/value, you specify the following:
              o Any special processing allowed
              o Management on a quantity or value basis and, if so, in what valuation areas
              o Price control (standard price or moving average price/periodic unit price)
    Under Account assignment, you specify the following:
              o Information on how the material is assigned to the stock and consumption accounts in Financial Accounting
    Once you have maintained the material types, you must also define the number intervals before you can create a material master record.
    Actions
          1. Group the materials that you want to manage together in the SAP R/3 System according to the above criteria.
          2. Define the attributes of each material type.
          3. Adapt the preset material types to suit your company's needs, defining new types if necessary.
              o Give each material type a key.
              o Enter a text for each material type.
              o Define the attributes of all new material types.
    Note 1
    If you allow different quantity/value updating, you must activate the material type for each valuation area for this updating. You do this under Diff. val. areas.
    Note 2
    In Customizing for Valuation and Account Assignment, you can also maintain the price control by choosing Define price control for material types.
    for any further info , pl refer below link
    [http://help.sap.com/saphelp_40b/helpdata/fr/87/23ee347a34d111a4620060b03c3b0e/frameset.htm]

  • Urgent:Material Type for Packaging Material in WM and MM

    Hi
    There is a place in SPRO where i can define the material type for packaging.
    Logistics - General -> Handling Unit Management -> Basics -> Define Packaging Material Types
    How can i create a material using this material type? What is the use of material type here?
    Whenever i create material in MM01/MM41, i get the standard material type list.
    Thanks & REgards
    Kapil

    Hi,
    In T.code: OMS2, you can get standard material type list.VERP is the standard material type for packing material.You can copy VERP and rename to ur material type( as it is ur business requriement or else u can use same VERP)
    What is the use of material type here?
    With the help of ur Material Type , u can craete material like The material type,will be used while defining the material
    master.At that time,in Tcode:MM01,first screen we need to
    mention,(material type)it show the nature of material
    ex:-engineering product,finished products,semifinished
    product,etc.,
    It also play vital role on material numbering,material type in comination with plant & valuation class, play vital role in inventory & accoputning.
    To Create Material,use t. Code: MM01,
    Step-1
    Enter Material Code: ( example-Polythene Bag, If External Number Range or leave it blnak)
    Enter Industry Sector: ...................
    Enter Material Type: ..........................(VERP- Packing)
    Step-2
    Select
    Views you required( like eample:basic data-1, like basic data-2,purachsing, purchase order text,General plant data, accounting-1, accounting-2 etc)
    Step-3
    Enter Plant,
    Enter Storage location
    {{{Enter Sales organization & Distribution channel(if sales view selected)}}}
    Step-4
    You will have views like (example-1, basic data, enter Base unit of measure, material group and other details as required field,example-2,Accounting data, enter valuation class, price control; S or V & price)
    Step-5
    Save.
    Note: Before creation material you must know which Industry Sector, Material Type ur going to use and material numbering is internal or external.
    For more, check the following link for creation of material
    http://www.synactive.com/docu_e/doc_multi_mm01.html
    Regards,
    Biju K

  • How to shift valuation class from one material type to another material type ?

    I have came across following weird scenario:
    We already created huge no.of materials of material type say ZABC with two valuation classes say 1100 and 1200(GL accounts for these VCs for different posting keys in OBYC settings are same). Account category reference for this material type is 0010.
    After that we created new material type say ZPQR  with new Account category reference 0025, and valuation class 1200 is linked with this ACR 0025. Because of this, valuation class 1200 disappeared from material type ZABC. In order to avoid inconsistency, we need to have valuation class 1200 linked with older material type i.e.ZABC.How we can do this ? What impacts must have happened in this period (from MM/FI) in the system, where valuation class get shifted from one material type(ZABC) to another material type(ZPQR)....please help us in this scenario.

    Thanks Sana,
    We are also looking for the solution provided by you i.e. reassign ACR 0010 to Valuation class 1200.
    Your are also correct in terms of  statement "config doesnt allow me to assign same valuation class to 2 different AREF (Account reference number/Account category reference).
    I wanted to know, what are the possible impacts in the system during this re-assignment of ACR to old material type ZABC.
    Regards,
    Sudarshan.

  • How to avoid changing material type in MIGO & J1IEX ?

    Dear all,
    How to avoid changing material type in MIGO & J1IEX ?

    hii
    i think u asking about the , if the material is excisable , then it will ask for material type , not all material type , onle like asset , raw material, consumable, non cenvatable , finished oods and tools.
    There i hope its standard SAP system setting , because some time the if do consumable procurement with excisable material .
    While doing Gr or J1IEX system will consider that material is capital item, that we cancahge to raw material and we can utilize the cenvate credit in the same year .
    so it cannot be hide or making gray mode is difficult in practical.
    So revert any clarification
    Thanks

  • Sales order for pipeline material type..

    Hi All,
    How can we raise the sales order for pipeline material..
    Is schedule lines will be there for the sales order raised for pipeline material???
    Rgds,
    Pavan

    Hi
    Seems you working on  IS Utilities, please corerct if Wrong and if I am wrong to guess you are working on IS Utilities then the next story dosn't make any sence.
    PIPEline material type is used for Materials such as oil, power, or water that flow into the production process directly from a pipeline, line, or other type of conduit. Since pipeline materials are always available, they are not planned.
    To answer specifically what you asked would be as follows:
    1. The fact that material type is PIPE from an SD standpoint is irrelevant
    2. lets consider your PIPEline material is power, your UOM should be Kilowatt hours and establish price for it.
    3. "deliver" the material and bill it.
    However, taking the whole business context of sale of electricity into account why you want to sell PIPEline material without using IS Utilities. Typically electrical utiltity requirements have some unique challenges not easily met by SD:
    1. Amount to be billed to the customer is from meter readings.
    2. The bill to the customer ( at least in North America) is not so much of an invoice as opposed to statement of accounts that includes meter readings, consumption history etc.
    I will suggest to look into IS Utilties first before getting into SD.

  • Material type KMAT & accounting view

    Hello All
    I have observed that in the standard system Accounting view is not allowed for material type KMAT(configurable material), why is it so?
    Kindly provilde your valuable inputs in this regard.
    Regards,
    J K Tharwani

    Hi,
    Configurable material is useful if you have a large number of combination of parts that go into a product. It means different permutations and combinations of the parts for same material. If you maintain a unique material code for each combination , you require a large number of material numbers. KMAT may be used in such a case where you maintain just one generic product code. A super BOM is maintained for such a material consisting of all possible alternatives. A routing is also maintained consisting of all possible operations that could be used. Typically configurable material is used in Made To Order (MTO) environment. However frequently ordered configurations may be planned with a material variant which needs to have a material master record. Thus Material variants may have stock and value. Depending upon characteristic values chosen at sales order entry Sales Order BOM is created. Routing operations are also chosen depending upon which BOM components are assigned to them. KMAT material is non valued and does not update the valuation class. So accounting view is not required. Generally FERT material type is taken with configurable tick in basic data 2 view.
    Refer this link for some more info:
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/83/1b08bd32b711d39ddc0000e8323dfe/content.htm
    Ramagiri

  • Material type for BOM

    i want to know which material type can i use for creatig BOM first level
    this material type not qty and value updated also it can't be procured and can't be sold.the main usage of this material is grouping and as assembly of parts.

    Hi ,
    you can set it following IMG ; and  standart customizing gives you some idea about your question
    Production -- Basic Data -- Bill of Material --General Data -- Define Material Types Allowed for BOM Header
    hope helps

Maybe you are looking for

  • SAP IDoc mapping to Quadrem xCBL 3.0 format?

    Hi there, We currently have an XI scenario whereby PO's and RFQ's are sent to a Quadrem system that requires the message to be in xCBL 3.0 format. I have seen that SAP provide some standard XSLT's that can convert the SAP IDoc into xCBL 3.5. (namespa

  • Java will not run

    I have an application that requires Java to run. I've discovered that the application will run on my macbook in Safari, but I can't get it to run in Firefox or Chrome. Unfortunately, Firefox is the most convenient browser to use. I have the latest Ja

  • How to configure Java Card 3 in eclipse ?

    How to configure Java Card 3 in eclipse ? I have already configured Java Card2.2.2 by following 1) http://eclipse-jcde.sourceforge.net/user-guide.htm And 2)http://eclipse-jcde.sourceforge.net/ the above two links.B ut for Java Card 3 when i am config

  • Can't open Adobe file

    I am trying to use/open Acrobat and receive message "Fatal Error" Acrobat failed to load its core DLL.  I did troubleshooting and got message "Incompatible Application... Fix application AcroRd32.... AcroRD32 is incompatible.  Can someone help me res

  • Microsoft Action Pack - Labtech

    Hi, We subscribe to Microsoft Action Pack solution provider and are setting up a LabTech server. Could someone please advise if we can use a MAPS Server Standard 2012 R2 licence for LabTech? We have contacted Microsoft licencing team who put us throu