Navigational Attribute not found on Query for an Infoset

Hi Experts,
I have created Infoset on two DSO's and when i'm trying to query on it i'm not able to find the Navigational Attribute which are selected on both of the DSO's.So in order to get the Navigational Attribute on the query of the Infoset what should i need to do.
Pls Help.
Thanks in Advance.
Amit

Hi Amit,
There is no other way to achieve this from the Infoset....
As suggested by Tulsi.. u can include them in the DSO level.. but it requires enhancement and reloading etc.. and its costly..
Or is it possible to join the master data infoobject if the design works out.. but this also depends how many number of Attributes from how many number of MD that u are looking into..!!
Thanks
Hope this helps

Similar Messages

  • Navigational Attributes Not Available in Query Designer

    I don't see navigational attributes under Dimensions/DimensionA in Query Designer. Is there a switch to enable/disable nav attr. in BW?

    Hi,
    Yes you need to switch on Navigational charateristics at DSO/CUBE and then add them to MultiProvider Dimension and assign then assign the fields.
    Thanks,
    Nagarjuna

  • Error in OAF page (Definition CLOSE_PO_FLAG of type Attribute not found)

    Hi All,
    In OAF, When we go to receive a requisition order, on that page for a column called PO Close, below this column in the value text, I am getting the below error:
    Error
    You have encountered an unexpected error. Please contact the System Administrator for assistance.
    Click here for exception details.
    About Previous Page
    When I click the here for exception details. I see the below error. What is this error. Any idea.
    =============
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25002: Definition CLOSE_PO_FLAG of type Attribute not found
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1223)
         at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:2946)
         at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:2743)
         at oa_html._OA._jspService(_OA.java:101)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._OA._jspService(_OA.java:94)
    ===========
    Help greatly appreciated.
    Thanks
    Aman

    Hi JulianE.
    Looks good. But strange .Please bounce the middletier once and set the permissions of this file to 7777
    Thanks
    Sandeep

  • Error: target not found: package-query =1.0 although I have it

    I used to work on Arch but it was installed for me by a friend, now I decided to install it on my own and it was a success! But when I tried installing yaourt it didn't work. I know that it needs package-query so I installed it, but when I try to build yaourt it fails..
    [clairka@clairka yaourt]$ makepkg -s
    ==> Making package: yaourt 1.3-1 (Thu Aug 22 00:37:27 UTC 2013)
    ==> Checking runtime dependencies...
    ==> Installing missing dependencies...
    [sudo] password for clairka:
    error: target not found: package-query>=1.0
    ==> ERROR: 'pacman' failed to install missing dependencies.
    So I tried to rebuild package-query
    [clairka@clairka package-query]$ makepkg -s
    ==> ERROR: A package has already been built. (use -f to overwrite)
    Even if I use -f to overwrite I get always the same output. Does anybody know how to fix this? I was really used to use yaourt to install packages from AUR. Thanks.
    Last edited by clairka (2013-08-21 22:47:37)

    clairka wrote:Ahh... silly me, thanks a lot! And now I can delete the tar.xz file, right?
    Sure.

  • JBO-25058 Attribute not found

    I created a view with a transient attribute. I created a jsp page with the view and it worked fine. I deleted the transient attrib.. Now I get "JBO-25058 Attibute not found in view " exception. I checked in the view.xml and viewimpl.java, but I didn't see the deleted attribute's reference anywhere. I am sure that the reference for the deleted attrib is still existing somewhere. Please let me know where else can the attribute's reference be found, so that I can delete that too.
    Thanks.

    this error comes normally if you dont have the attribute in the iterator binding
    :Definition RowNum of type Attribute not found in VOPersona1.Can u delete the iterator binding from the pagedef and recreate that.. making sure that the 'RowNum' attribute is added to the iterator binding.
    Did u deploy the Model project..
    what is the key attribute in the VO?

  • Definition STATUS of type Attribute not found in ReqStatusVO1

    HI
    i created vo for the folowing statement.
    select status_code from fnd_concurrent_requests;
    when i tried to execute statement like:
    String status=(String)vor.getAttribute("STATUS");
    it gives the error like:
    Definition STATUS of type Attribute not found in ReqStatusVO1
    can you please hellp to solve this.

    Hi ,
    Right click on view object - > edit VO - > select attributes - > select attribute status - >(in view attribute) copy the name ( it should be something like - StatusCode/ status )
    Looks like you are using Alias name we should not use alias name , always use attribute name .
    try this , String status=(String)vor.getAttribute("status");
    or String status=(String)vor.getAttribute("StatusCode");
    --Keerthi                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Definition VendorSiteCode of type Attribute not found in InvoiceheaderVO_InvoiceInstallment_InvoiceHeaderVOToInvoiceInstallmentVO_InvoiceInstallmentVO

    Hi All,
    We had deployed Fusion Payables applications locally and tried creating invoice on invoice work bench.
    After selecting BU, getting error saying 'an error occurred Domain: AP_domain, Server instance: AdminServer, application: PayablesApp
    After clicking ok for error, selected supplier and received same error and clicked OK and proceeded to select vendor site.
    When clicked on Supplier site, getting error saying "oracle.jbo.NoDefException: JBO-25058:Definition VendorSiteCode of type Attribute not found in InvoiceheaderVO_InvoiceInstallment_InvoiceHeaderVOToInvoiceInstallmentVO_InvoiceInstallmentVO"
    I had verified vendor_site_code available in POZ_Supplier_sites_v table and tried refreshing view, redeployed view multiple times but still issue persists.
    Please help in this regard.
    Thanks,
    Mahesh

    as your error say - oracle.jbo.NoDefException: JBO-25058:Definition VendorSiteCode of type Attribute
    VendorSiteCode is not found in VO definition.check you page definition file and VO.

  • KEU5 – It does not found senders (emisor) for segment.

    Dear Expert Sap
    Please, I try to explain the following scenary :
    I had created one purcharse  using ME21N  transaction, that it had one service and imputation on cost center (CeCo)
    I had created document using ML81N and accepting.
    I can lookup posting document FI  and it is correct.
    I can lookup posting document profit center cost
    But  it did not create posting on COPA. Because It  did not have configuration or specified OKB9:  Cost Ctr (KSTAR)  assigned   - > Cost element master (KOSTL).
    When I am excuting this report S_ALR_87013611 - Cost Centers: Actual/Plan/Variance.
    I are seing income as statistical posting under cost centres.
    Cost centres cannot have 'real' income postings. It is correct.
    Because  Cost Ele  category  is equal “12” and  (Cost Ele category 11 or 12) are posted AS  statistical on cost centers.
    Finally:
    Bussines need that  "posted as statistical on cost centers" =>  it should create on COPA.
    We are thinking that we can using a cycle in KEU5 transacction.
    But whem we are executing transaction KEU5 son it get this message:
    – It does not found senders (emisor) for segment.
    Unfortunately, I am not found one note oss.
    Could you check this and recommend the best option?  or could you recommend any note oss, please?
    All your recomendations will be welcome.
    Thanks a lot for your recomendation and help.
    Best regards,
    Gustavo Hermoza

    Thank you  very much for your answer, Ronghua!!!
    I am thinking about  your  recomendation about  using substitucion (OKC9) to derivate the PAOBJNR as reael account assignment.    
    It will probably be good idea  but   Step(Okc9)  does not   derivate or move characteristics to  RKE_GET_ACCTNR  Function. Because we dont not know this characteristics.
    We had reviwed cost line items for cost center  and  we are seeing  that all document are Material Document and  this document dont have fields to derivate  characteristics.
    Another alternative:
    Transaction KA02 change category element.
    Field change CElem Category is not possible (transaction data already exists)
    Diagnosis
    To ensure the consistency of existing data, you can only change object CElem Category if no transaction data exists in the change period; that is, neither plan data nor actual data has been posted.
    As transaction data already exists, it is not possible to change objects in this time period.
    Procedure
    If you still want to change the object, select a suitable change interval by choosing "Edit -> Analysis period...".
    I want to show this post it is good.
    Profitability segment - ERP SD - SCN Wiki
    Thanks a lot for your recomendation and help.
    Best regards,
    Gustavo Hermoza

  • Getting error:Absence type 100 was not found in Customizing for

    Hi,
    I am using the Standard workfllow for leave application, and when i am  creating the request i am getting the bleow error:
    'Absence type 100 was not found in Customizing for 21.10.2010'
    What could be the reason, i have configured the statndard setting for leave type 100 in SPRO.
    Thanks,
    Krish.

    Hi Kishore,
    Please check the validity period for Absence type 100 configuration.
    Also pass this Error message to your HR Functional consultant. It is the configuration issue and your FM have to take care of this issue.
    Thanks.

  • Java.rmi.UnmarshalException: skeleton class not found but required for clie

    Hello everyone,
    I am new to RMI and getting a strange exception. I am using Java 1.5.0_07 both on client and server. They are running on the same machine, the rmi registry is started inside the server application.
    I am wondering why java complains about skeletons, I thought they are automatically created when using java 5.0?
    Please have a look at the stacktrace below.
    Thank you for your help.
    Best Regards
    Patric
    java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
         java.rmi.UnmarshalException: error unmarshalling call header; nested exception is:
         java.rmi.UnmarshalException: skeleton class not found but required for client version
         sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:325)
         sun.rmi.transport.Transport$1.run(Transport.java:153)
         java.security.AccessController.doPrivileged(Native Method)
         sun.rmi.transport.Transport.serviceCall(Transport.java:149)
         sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
         sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
         java.lang.Thread.run(Thread.java:595)
         sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
         sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
         sun.rmi.server.UnicastRef.invoke(UnicastRef.java:343)
         sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
         java.rmi.Naming.lookup(Naming.java:84)
         org.apache.jsp.index_jsp._jspService(index_jsp.java:58)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

    The full class path information that I can gather is as follows (some of the library path locations could be suspect...):
    Class path: /edge/node3/hotfix::/edge/node3/current/lib/JMdsApi.jar:/edge/node3/current/lib/MemoryProfilingAgent.jar:/edge/node3/current/lib/T2common-2.6.0-SNAPSHOT.3200.jar:/edge/node3/current/lib/T2scripting-jython.jar:/edge/node3/current/lib/activation.jar:/edge/node3/current/lib/alib.jar:/edge/node3/current/lib/alibom.jar:/edge/node3/current/lib/ant.jar:/edge/node3/current/lib/authapi.jar:/edge/node3/current/lib/bbdlapi.jar:/edge/node3/current/lib/bcpg-jdk15-136.jar:/edge/node3/current/lib/bcprov-jdk15-136.jar:/edge/node3/current/lib/c3p0-0.9.1.2.jar:/edge/node3/current/lib/castor-1.1-codegen-anttask.jar:/edge/node3/current/lib/castor-1.1-codegen.jar:/edge/node3/current/lib/castor-1.1-xml.jar:/edge/node3/current/lib/castor-1.1.jar:/edge/node3/current/lib/colt-1.2.0.jar:/edge/node3/current/lib/common-annotations.jar:/edge/node3/current/lib/commons-beanutils.jar:/edge/node3/current/lib/commons-codec-1.3.jar:/edge/node3/current/lib/commons-collections-3.2.1.jar:/edge/node3/current/lib/commons-jexl-1.1.jar:/edge/node3/current/lib/commons-lang-2.3.jar:/edge/node3/current/lib/commons-logging-1.1.1.jar:/edge/node3/current/lib/commons-net-1.4.1.jar:/edge/node3/current/lib/dsn.jar:/edge/node3/current/lib/eagleapi.jar:/edge/node3/current/lib/ezmorph-1.0.3.jar:/edge/node3/current/lib/f2-loader-1.8.jar:/edge/node3/current/lib/fasttrade-boviewer-1.0.1.jar:/edge/node3/current/lib/hsqldb.jar:/edge/node3/current/lib/icu4j-3.4.4.jar:/edge/node3/current/lib/ivy.jar:/edge/node3/current/lib/janino.jar:/edge/node3/current/lib/janus-sdk-1.7.0.0.jar:/edge/node3/current/lib/jasypt-1.4.1.jar:/edge/node3/current/lib/javolution.jar:/edge/node3/current/lib/jcalendar-1.3.2.jar:/edge/node3/current/lib/jcl-over-slf4j-1.5.6.jar:/edge/node3/current/lib/jcommon-1.0.9.jar:/edge/node3/current/lib/jconn2.jar:/edge/node3/current/lib/jconn3-6.05-b26214.jar:/edge/node3/current/lib/jdom.jar:/edge/node3/current/lib/jfreechart-1.0.5.jar:/edge/node3/current/lib/jgroups-all.jar:/edge/node3/current/lib/jline.jar:/edge/node3/current/lib/jmkv123p1.jar:/edge/node3/current/lib/jna.jar:/edge/node3/current/lib/joda-time-1.5.2.jar:/edge/node3/current/lib/jscience.jar:/edge/node3/current/lib/json-lib-2.2.1-jdk15.jar:/edge/node3/current/lib/jul-to-slf4j-1.5.6.jar:/edge/node3/current/lib/junit.jar:/edge/node3/current/lib/jython.jar:/edge/node3/current/lib/log4j-1.2.15.jar:/edge/node3/current/lib/log4j-over-slf4j-1.5.6.jar:/edge/node3/current/lib/loggablePreparedStatement-1.6.jar:/edge/node3/current/lib/looks-2.1.4.jar:/edge/node3/current/lib/mailapi.jar:/edge/node3/current/lib/model-12021.jar:/edge/node3/current/lib/mysql-connector-java-5.1.7-bin.jar:/edge/node3/current/lib/opencsv-1.8.jar:/edge/node3/current/lib/rfa.jar:/edge/node3/current/lib/rspcore.jar:/edge/node3/current/lib/slf4j-api-1.5.6.jar:/edge/node3/current/lib/slf4j-log4j12-1.5.6.jar:/edge/node3/current/lib/smtp.jar:/edge/node3/current/lib/smtphandler-0.6.jar:/edge/node3/current/lib/spring-2.5.2.jar:/edge/node3/current/lib/statsvn.jar:/edge/node3/current/lib/swingx-0.9.3.jar:/edge/node3/current/lib/t2-12021.jar:/edge/node3/current/lib/testng-5.9-jdk15.jar:/edge/node3/current/lib/tibmsg.jar:/edge/node3/current/lib/tibrvj.jar:/edge/node3/current/lib/trove.jar:/edge/node3/current/lib/velocity-tools.jar:/edge/node3/current/lib/velocity.jar:/edge/node3/current/lib/xalan.jar:/edge/node3/current/lib/xerces.jar:/edge/node3/current/lib/patng/activeio-core-3.0.0-incubator.jar:/edge/node3/current/lib/patng/activemq-core-4.1.1.jar:/edge/node3/current/lib/patng/avalon-framework-4.1.3.jar:/edge/node3/current/lib/patng/backport-util-concurrent-2.2.jar:/edge/node3/current/lib/patng/binding-1.4.0.jar:/edge/node3/current/lib/patng/cglib-nodep-2.1_3.jar:/edge/node3/current/lib/patng/common-1.30.jar:/edge/node3/current/lib/patng/commons-cli-1.0.jar:/edge/node3/current/lib/patng/commons-configuration-1.2.jar:/edge/node3/current/lib/patng/commons-discovery-0.2.jar:/edge/node3/current/lib/patng/commons-math-1.1.jar:/edge/node3/current/lib/patng/concurrent-1.3.4.jar:/edge/node3/current/lib/patng/geronimo-j2ee-management_1.0_spec-1.0.jar:/edge/node3/current/lib/patng/geronimo-jms_1.1_spec-1.0.jar:/edge/node3/current/lib/patng/logkit-1.0.1.jar:/edge/node3/current/lib/patng/mina-core-1.0.1.jar:/edge/node3/current/lib/patng/mina-filter-ssl-1.0.1.jar:/edge/node3/current/lib/patng/mina-java5-1.0.1.jar:/edge/node3/current/lib/patng/mx4j-remote-3.0.1.jar:/edge/node3/current/lib/patng/mx4j-tools-3.0.1.jar:/edge/node3/current/lib/patng/org.apache.felix.framework-1.0.0.jar:/edge/node3/current/lib/patng/org.osgi.core-1.0.0.jar:/edge/node3/current/lib/patng/pat-dt-common-1.18.jar:/edge/node3/current/lib/patng/pat-sdt-1.18.jar:/edge/node3/current/lib/patng/patNg-api-1.27.1.jar:/edge/node3/current/lib/patng/patNg-server-aoc-1.21.jar:/edge/node3/current/lib/patng/patNg-server-common-1.21.jar:/edge/node3/current/lib/patng/patNg-server-session-manager-1.21.jar:/edge/node3/current/lib/patng/patNg-utils-1.27.1.jar:/edge/node3/current/lib/patng/qpid-broker-2.2.2.0.jar:/edge/node3/current/lib/patng/qpid-client-2.2.2.0.jar:/edge/node3/current/lib/patng/qpid-common-2.2.2.0.jar:/edge/node3/current/lib/patng/qpid-mina-core-2.2.2.0.jar:/edge/node3/current/lib/patng/rsee-2.11.jar:/edge/node3/current/lib/patng/servlet-api-2.3.jar:/edge/node3/current/lib/patng/silk-1.3.jar:/edge/node3/current/lib/patng/slf4j-api-1.4.0.jar:/edge/node3/current/lib/patng/slf4j-log4j12-1.4.0.jar:/edge/node3/current/lib/patng/validation-1.2.0.jar
    Boot class path: /apps/jdk/1.6.0_13/linux/jre/lib/resources.jar:/apps/jdk/1.6.0_13/linux/jre/lib/rt.jar:/apps/jdk/1.6.0_13/linux/jre/lib/sunrsasign.jar:/apps/jdk/1.6.0_13/linux/jre/lib/jsse.jar:/apps/jdk/1.6.0_13/linux/jre/lib/jce.jar:/apps/jdk/1.6.0_13/linux/jre/lib/charsets.jar:/apps/jdk/1.6.0_13/linux/jre/classes:/tmp/yjp200811122006.jar
    Library path: /apps/jdk/1.6.0_13/linux/jre/lib/i386/server:/apps/jdk/1.6.0_13/linux/jre/lib/i386:/apps/jdk/1.6.0_13/linux/jre/../lib/i386::/edge/node3/current/lib:/home/eqdev/eqedgeuat/yourkit_7_5_11/yjp-7.5.11/bin/linux-x86-32:/edge/node3/current/lib:/home/eqdev/eqedgeuat/yourkit_7_5_11/yjp-7.5.11/bin/linux-x86-32:/usr/java/packages/lib/i386:/lib:/usr/lib

  • "CJS-30199 The CTC classes were not found after waiting for 900 seconds."

    Here's the snippet of the sapinst_dev.log
    I am trying to install Central Instance on a RedHat Enterprise 4 server (32bit). But stuck at
    this stage.
    TRACE      [iaxxejsexp.cpp:188]
               EJS_Installer::writeTraceToLogBook()
    2007-05-10 20:19:48.093 FSPath(/usr/sap/LN1/DVEBMGS02/j2ee/cluster/server0/apps/sap.com/tclmctcutilbasic_ear/servlet_jsp/ctc/root/WEB-INF/classes/com/sap/ctc/util/ConfigMainExt.class).isExisting() done: false
    TRACE      [iaxxejsexp.cpp:188]
               EJS_Installer::writeTraceToLogBook()
    2007-05-10 20:19:48.093 NWJavaInstance._waitForFile() - elapsed time = 910 timeout = 900
    TRACE      [iaxxejsexp.cpp:188]
               EJS_Installer::writeTraceToLogBook()
    NWException thrown: nw.usageTypes.ctcSyncWaitTimeout:
    The CTC classes were not found after waiting for 900 seconds.
    ERROR      2007-05-10 20:19:48
               CJSlibModule::writeError_impl()
    CJS-30199  The CTC classes were not found after waiting for 900 seconds.
    TRACE      [iaxxejsbas.hpp:460]
               EJS_Base::dispatchFunctionCall()
    JS Callback has thrown unknown exception. Rethrowing.
    ERROR      2007-05-10 20:19:48 [iaxxgenimp.cpp:736]
               showDialog()
    FCO-00011  The step configCAF with step key |NW_Doublestack_CI|ind|ind|ind|ind|0|0|SAP_Software_Features_Configuration|ind|ind|ind|ind|15|0|NW_Usage_Types_Configuration_AS|ind|ind|ind|ind|0|0|NW_CONFIG_CAF|ind|ind|ind|ind|1|0|configCAF was executed with status ERROR .
    Your help is much appreciated.
    Thanks and Regards,
    Satish/

    Hello Satish
    Please do following checklist:
    1. Check that the J2EE engine is up and running (e.g. log in with Admin)
    2. Check that the following application is running:
         Visual Admin => Cluster => Server => Services => Deploy
         Select "Application" and look for "sap.com/tclmctcutilbasic_ear
    3. Try to continue installation
    It could be helpful to apply the patch for CTC as per note # 938261
    before restarting.
    and also try to add more memory allocation.
    If issue persists,
    - I'd like to know which installation DVD/CD number being using ?
    - The contents of the LABEL.ASC file.
    - The installation guide reference and title used for this install ?
    - SAPINST version ?
    - Oracle version/patch level ?
    - Operating system version/patch level ?
    See also:
    Note # 851251 - SAP NetWeaver 2004s Installation on UNIX
    Thanks
    Kenny

  • Not allowing to query for all blocks.

    hi,
        i have a new question.
    I'm not able to query in all the fields of all blocks.
    I'm able to query only in all fields of master-block. But not able to query in fields of other blocks.
    I have set 'query all records' in the property palette to 'Yes'.
    What should i do do allow  it query & execute in all fields of all blocks?
    Thank you.

    Pl do not post duplicates - Not allowing to query for all blocks.

  • Data for navigational attributes # Not Assigned

    Hello friends,
    Our report is based on Multiprovider which is based on 5 cubes.
    These five cubes has one particular Characteristics which hasnavigational Attribute .
    We are using the navigational attribute directly under free characteristics Tab in Query.
    We are also using Characteristic in Query - for characateristic data is shown in report.
    In report we are able to see data as # Not Assigned for navigational attributes.
    When we checked data at info object level for that characateristic, correct data is shown for that navigation attributes.
    We have checked following settings
    At characteristic level - Uncheck Attributes only
    At cube level all navigational attributes are checked
    In Multi provider identification table - This navigational attribute is checked for all five cubes
    In Multi provider Navigational Attributes Tab - This naviagtional attributes is checked
    Activation of Master data was done once again
    we are not getting any other ideas, can any one please suggest us where the problem is?
    Thanks
    Tony.

    Hi Tony
    I have  the exact same problem. Did you find out what the problem was?
    KR Nete
    Edited by: Nete Grøn Jacobsen on Jul 14, 2008 1:51 PM
    I solved my problem
    1. Activate the navigation attribute(s) on the underlying basiscube, from which the query displays data
    2. Choose the navigation attribute(s) for all relevant basiscubes (multicube -> Change -> Button Identification)
    See also:
    KR Nete

  • Integrated Planning - Navigation attribute not shown for Planned figures

    Hello,
    I have created a Input ready query to get the actual figures from previous years and enabling users to enter the planned figures. I have created Planning functions to copy and revaluate.
    Reg   Account    Actual         Planned
    US         123000     $3000         $4000
    US         124200     $5000         $6000
    I have one more report where it shows the Actual & Plan comparision.
    In the Actual & Plan comparision report I have an additional Navigational attribute SIC code to be shown  for each account.
    My Actual & Plan comparision report should ideally be seen like below.
    Reg   Account    SIC  Actual         Planned  
    US         123000      3026         $3000         $4000
    US         124200      4325         $5000         $6000
    But it is showing as below where it has # for Planned figures and it shows blank.
    Reg   Account     SIC   Actual         Planned  
    US         123000      3026         $3000         <blank>
    US         123000      #              <blank>       $4000
    US         124200      4325         $5000          <blank>      
    US         124200      #              <blank>        $6000
    SIC Code is a navigational attribute of account. What changes do I have to do to make the SIC code to be shown for planned figures.
    Any help would be highly appreciated and rewared.
    Regards,
    KK

    I figured it out. I didnt assign the navigation attribute to the plan cube in the multiprovider. Thanks!!
    Edited by: KK on Feb 19, 2008 10:12 PM

  • Attribute not visible in Query Designer

    hi BI Gurus,
    I could not see some InfoObjects(Attributes) which are marked Authorization Relevant, in the query designer. And the strange thing is, they are not visible even for the user with SAP_ALL and 0BI_ALL assigned. The authorizations for the  cube in which the main char is used looks fine.
    I have checked all the options in RSECADMIN, everything looks good.
    pls help me in finding the solution..
    thanks
    Cnu..

    check out with the info object screen in attribute tab, navigational attribute on/0f switch box, if u r using FF source system.
    check out with the infocube whether u r checked the check boxes in navigational attribute tab.
    regards
    harikrishna.N

Maybe you are looking for

  • Can I return my opened iPad?l

    Hi, I have recieved an iPad for my birthday, but have not yet opened it. If I do open it, and deciede I do not want it, can I return it to the Apple store? I did _not_ buy it from the Apple store, but from autharised Apple reseller.

  • ME21N and ME22N

    Dear Gurus, I have a question here. Currently I am using an user exit EXIT_SAPMM06E_013 which is used for transaction code ME21N to check PO before saving. This user exit is to trigger an email to user when there is a creation of PO. The user exit is

  • Accessing a web service defined in XI with login and password

    Hello, I've configured a web service on XI and made it available. I want to use it from a NWDS portal object. Accessing the page needs authentication. If I use XMLSpy to make a request I get an enter user login/password screen. But I don't know where

  • Call several .exe program via one RFC destination

    Hi, We use a RFC destination (one for each connected user) to communicate between SAP R/3 (4.6c) and an AS400 application via RFC server in .NET. We need to call some .NET functions (for transactionnal purpose) and we wish not to mix functions referi

  • Structure of a data type(Sender JDBC adapter)

    Hi Experts, I've 5 columns. There's a possibility of getting multiple records at a time. How should my source data type look like? Data type(1..unbounded) .........Column1(1..1) ..........Column2(1..1) ..........Column5 OR Data type ....Rowset(1..unb