Hardcoded LOV against SAP BW

Hello,
When using XI 3.1 against SAP BW what is the equivalent of
@Prompt('Rank By (Mandatory, Single)','A',{'MTD','QTD','YTD'},mono,constrained)
That is I want the LOV to display MTD, QTD and YTD.
The above syntax gives me the below error
A database error occured. The database error text is: The MDX query WITH MEMBER [Measures].[3A5C8F88-5138-DF11-A2,11,14,1E,A,CD,0,0] AS ' Net Sales '   MEMBER [Measures].[CE5E8F88-5138-DF11-A2,11,14,1E,A,CD,0,0] AS ' MTD '   SELECT  { [Measures].[3A5C8F88-5138-DF11-A2,11,14,1E,A,CD,0,0], [Measures].[CE5E8F88-5138-DF11-A2,11,14,1E,A,CD,0,0] }  ON COLUMNS , NON EMPTY CROSSJOIN( CROSSJOIN( [0SOLD_TO].[LEVEL01].MEMBERS, [0SOLD_TO__0INDUSTRY].[LEVEL01].MEMBERS ), [0PLANT].[LEVEL01].MEMBERS ) DIMENSION PROPERTIES MEMBER_CAPTION, [0PLANT].[10SALES_DIST], [0SOLD_TO].[10INDUSTRY] ON ROWS FROM [ZMCSLSAVP/ZZMCSLSAVP_Q0001]  failed to execute with the error Invalid MDX command with Sales. (WIS 10901)
Thanks,
Nikhil
Edited by: Nikhil Khasnis on Mar 25, 2010 10:13 PM
To clarify
I am trying to use @Prompt('Rank By (Mandatory, Single)','A',{'MTD','QTD','YTD'},mono,constrained) in the select part of the MDX query.
I have a requirement to let the user select MTD, QTD or YTD and then do ranking on a WebI report based on what is selected. This would work in legacy DBs as the SQL would be like
Select column1, 'MTD' from table
Any work arounds in MDX?

AWESOME!!! You da man.
My complete syntax is
<EXPRESSION>
(@Prompt('Rank By (Mandatory, Single)','A:A',{'MTD Net Sales':'[Measures].[AVYY9P5M8DTA6AESXTMP443S6]','QTD Net Sales':'[Measures].[AY3OF147LRJYBGLD5HC7YFQXY]','YTD Net Sales':'[Measures].[B08EKD2SZ5AMGMRXD51QSRE3Q]','MTD Tot Rev':'[Measures].[ACSEXPI9VY58VQRR0W8ZJ7BC6]','QTD Tot Rev':'[Measures].[AEX531GV9BVX0WYB8JYIDIYHY]','YTD Tot Rev':'[Measures].[AH1V8DFGMPML634VG7O17ULNQ]','MTD Cust Markup':'[Measures].[BYC0XOGAX95CRDOWROE49XOO6]','QTD Cust Markup':'[Measures].[C0GR30EWAMW0WJVGZC3N49BTY]','YTD Cust Markup':'[Measures].[C2LH8CDHO0MP1Q216ZT5YKYZQ]','MTD Gross Profit':'[Measures].[BW7ASCHPJVEOM7ICK0OLFM1IE]','QTD Gross Profit':'[Measures].[BPT4CCLXFQ6O6OYNX1K0WN412]','YTD Gross Profit':'[Measures].[BJEXWCQ5BKYNR6EZA2FGDO6JQ]'},mono,primary_key),@Prompt('Dimensions?','A:A',{'Buss Unit':'[0SOLD_TO].currentmember','Historical group':'[ZBUY_GPO].currentmember','Fin Resp':'[ZCFINRESP].currentmember'},mono,primary_key) )
</EXPRESSION>
This is crazy thought for mere mortals like me to remember. Is there a good book or course or something on MDX or how to use it with BO?
Thanks,
Nikhil
Edited by: Nikhil Khasnis on Mar 29, 2010 6:08 PM
<EXPRESSION>
(@Prompt('Rank By (Mandatory, Single)','A:A',{'MTD Net Sales':'[Measures].[AVYY9P5M8DTA6AESXTMP443S6]','QTD Net Sales':'[Measures].[AY3OF147LRJYBGLD5HC7YFQXY]','YTD Net Sales':'[Measures].[B08EKD2SZ5AMGMRXD51QSRE3Q]','MTD Tot Rev':'[Measures].[ACSEXPI9VY58VQRR0W8ZJ7BC6]','QTD Tot Rev':'[Measures].[AEX531GV9BVX0WYB8JYIDIYHY]','YTD Tot Rev':'[Measures].[AH1V8DFGMPML634VG7O17ULNQ]','MTD Cust Markup':'[Measures].[BYC0XOGAX95CRDOWROE49XOO6]','QTD Cust Markup':'[Measures].[C0GR30EWAMW0WJVGZC3N49BTY]','YTD Cust Markup':'[Measures].[C2LH8CDHO0MP1Q216ZT5YKYZQ]','MTD Gross Profit':'[Measures].[BW7ASCHPJVEOM7ICK0OLFM1IE]','QTD Gross Profit':'[Measures].[BPT4CCLXFQ6O6OYNX1K0WN412]','YTD Gross Profit':'[Measures].[BJEXWCQ5BKYNR6EZA2FGDO6JQ]'},mono,primary_key),@Prompt('Dimensions?','A:A',{'Buss Unit':'[0SOLD_TO].currentmember','Historical group':'[ZBUY_GPO].currentmember','Fin Resp':'[ZCFINRESP].currentmember'},mono,primary_key) )
</EXPRESSION>

Similar Messages

  • Designer hangs during universe creation against SAP BW

    Hi,
    We are trying to create OLAP universe against SAP BW 3.5 and we are running into issue wherein the designer just hangs and is not able to create the classes and objects, in most cases we have waited for about 30-35 mins and still it doesn't come back. We tried this for both against an Infocube as well as against BW query.
    I have couple of questions regarding the process flow for universe creation against SAP BW,
    Does universe stores/extracts any data from BW, like storing LOVs for the hierarchies? I know it does reads the rows, columns, free characterstics etc. in case of BW Query.
    The time to create the universe depends on what factors, size of the cube or amount of metadata? The customer is concerned regarding what is the guideline on how much time would this process take when the universe comes back with the classes and objects. If there is any such guideline, what is it?
    Any response on this is appreciated.
    Thanks,
    Amit Banavalikar

    I had similar problems, setting the "Connection timeout" on the SAP/BW connection within Designer (default 10 minutes) from 10 min. to 60 or 120. ALSO: uncheck the universe limits on "number of rows (5000)" and "query duration (10 min)".
    This solved the problem.
    The connection timeout which is set directly on the SAP-BW connection in designer seems to be used in a wrong way. The definition of the "close connection after xx minutes" means that the connction should be closed after xx minutes of  not being used by any process.
    With SAP BW the connection seems to be closed regardless of it's use after the specified time period.
    regards,
    Walter

  • Does BOBJ support OR select statement against SAP BW

    Hello,
    We are looking at BOBJ for reporting against SAP BW, and I was wondering if BOBJ supports select OR statements and select AND statements in the same report.
    For example.
    We have three select parameters:
    Company Code
    Document Type
    Vendor
    The business would like to run the following select statements:
    Company Code = 1010 AND
    Document Type = WE OR
    Vendor = 123123
    or from the same query, run the report this way:
    Company Code = 1010 AND
    Document Type = WE AND
    Vendor = 123123
    Is this possible? If yes, what options do we have.

    Hi Bill,
    there are several options to achieve this:
    In the BI Query you have a parameter type that is called "selection option" which allows the end-user to create very complex selection.
    In Crystal Reports you can create your own filter / parameters but you would have to pay attention to make sure that the parameters are being send down to the server.
    in Web Intelligence / a Universe you could do the same like in CR.
    Ingo

  • RFC Send could not be resolved against SAP system because its metadata could not be obtained...EXCEPTION FU_NOT_FOUND RAISED

    Hello,
    I am getting the following error in sending IDOC to SAP via WCF-SAP adapter in BizTalk Server 2009. I have the SOAP header in the adapter mentioned below. Also, wondering what is the convension for Action URL? Is it always "http://Microsoft.LobServices.Sap/2007/03/Rfc/"
    + Operation name mentioned in the Orchestration? I would appreciate if anyone could help me resolve this error.
    The adapter failed to transmit message going to send port "SendReceive_PO_IDOC_TO_SAP" with URL "sap://CLIENT=111;LANG=EN;@a/123.456.789.101/00?GWHOST=123.456.789.101&GWSERV=sapgw00&ListenerProgramId=ABCDEF111&RfcSdkTrace=False&AbapDebug=False".
    It will be retransmitted after the retry interval specified for this Send Port. Details:"Microsoft.ServiceModel.Channels.Common.MetadataException: RFC Send could not be resolved against SAP system because its metadata could not be obtained. ---> Microsoft.Adapters.SAP.RFCException:
    Details: ErrorCode=RFC_EXCEPTION. ErrorGroup=RFC_ERROR_APPLICATION_EXCEPTION. SapErrorMessage=EXCEPTION FU_NOT_FOUND RAISED.  AdapterErrorMessage=An error occurred while determining the function interface of the RFC Send.
       at Microsoft.Adapters.SAP.RFCException.HelperThrow(Int32 retCode, String additionalErrorMessage)
       at Microsoft.Adapters.SAP.RfcClientConnection.GetRfcFunctionInterface(String rfcName)
       at Microsoft.Adapters.SAP.InternalRfcMetadata..ctor(String originalRfcName, SAPConnection sapConnection)
       at Microsoft.Adapters.SAP.SAPMetadataContract.ResolveOperationMetadata(String operationId, TimeSpan timeout, TypeMetadataCollection& extraTypeMetadataResolved)
       at Microsoft.ServiceModel.Channels.Common.Design.MetadataCache.GetOperationMetadata(String uniqueId, Guid clientId, TimeSpan timeout)
       at Microsoft.ServiceModel.Channels.Common.MetadataLookup.GetOperationDefinition(String operationId, TimeSpan timeout)
       at Microsoft.Adapters.SAP.SapFunctionMetadata.ResolveOperationMetadataUsingSdk(String absoluteName, String displayName, String funcName, String operationNamespace, SAPConnection sapConnection, Boolean isTrfc, MetadataLookup metadataLookup, TimeoutHelper
    timeoutHelper)
       --- End of inner exception stack trace ---
    Server stack trace: 
       at System.ServiceModel.AsyncResult.End[TAsyncResult](IAsyncResult result)
       at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult result)
       at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
       at System.ServiceModel.Channels.ServiceChannel.EndRequest(IAsyncResult result)
    Exception rethrown at [0]: 
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at System.ServiceModel.Channels.IRequestChannel.EndRequest(IAsyncResult result)
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.RequestCallback(IAsyncResult result)".
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    SOAP Header:
    <BtsActionMapping xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <Operation Name="Send" Action="http://Microsoft.LobServices.Sap/2007/03/Rfc/Send" />
    </BtsActionMapping>
    Thanks,
    Tarun

    Hello Morten,
    The Send is actually just the name of the operation in Orchestration and it does not exist in SAP. Hence, do I really need to have the SOAP header in WCF-SAP adapter or can I send the IDOC without any SOAP header info? When I try to send without
    SOAP header I get the following error. Can you help me resolve this?
    The adapter failed to transmit message going to send port "SendReceive_PO_IDOC_TO_SAP" with URL "sap://CLIENT=111;LANG=EN;@a/123.456.789.101/00?GWHOST=123.456.789.101&GWSERV=sapgw00&ListenerProgramId=ABCDEF111&RfcSdkTrace=False&AbapDebug=False". It
    will be retransmitted after the retry interval specified for this Send Port.  Details:"System.ArgumentNullException: Value cannot be null.
    Parameter name: key
       at System.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
       at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.CreateChannelFactory[TChannel](IBaseMessage bizTalkMessage)
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.InitializeValues(IBaseMessage message)
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2..ctor(IBaseMessage message, WcfTransmitter`2 transmitter)
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfTransmitter`2.GetClientFromCache(String spid, IBaseMessage message)
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfAsyncBatch`2.BatchWorker(List`1 messages)".
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Thanks,
    Tarun

  • SCC4 - Protection against SAP upgrade

    Hello guys,
    i have a question regarding to the "Protection against SAP upgrade" flag in SCC4 for the client settings.
    I know that this flag will make a client unusable in case of an upgrade (for example from ERP2004 to ERP2005), but what is about applying support packages?
    Is this flag also valid for support packages?
    The documentation about this parameter does not make a statement to this point:
    > If this flag is set, the client is no longer supplied with data during SAP upgrades. After an SAP upgrade, it is not possible to work actively in the client. The flag can only be set for a test client or an SAP reference client (Early Watch).
    Does SAP understand "applying support packages" as an upgrade?
    Answers will be rewarded.
    Regards
    Stefan

    No.
    Applying SP is not SAP upgrade.
    -Pinkle

  • HTML DB running against SAP (on Oracle) - any experiences ? known clients ?

    Hi folks,
    does anybody have knowledge of HTML DB running against SAP/Oracle (as some sort of reporting frontend for e.g. controlling depts.) ?
    Any Experiences on that ?
    Any info wud be appreciated.
    brgds
    Bernhard

    Hi folks,
    does anybody have knowledge of HTML DB running against SAP/Oracle (as some sort of reporting frontend for e.g. controlling depts.) ?
    Any Experiences on that ?
    Any info wud be appreciated.
    brgds
    Bernhard

  • Designer support for Subquery against SAP BW Bex Query

    BusinessObjects designer has an option in the paramaters window to turn on "Allow Sub-Queries" in a universe that has been created using a olap source.  SAP BW BEX Query to be specific.  Once turned on, you can build a query and the subquery button and functionality is actually enabled and allows you to build it.  When running the query I get an error message "A filter contains a wrong value. You cannot run this query". 
    Now, I am pretty sure this functionality is not supported on a BW or OLAP source but, I can not find anything definitive from SAP stating that it is not supoorted.  So I want to make sure that this is not one of those situations where everyone just says "It's not supported" but really just doesn't know.  Does anyone have the official word or link to an SAP statement that this functionality is officially not supported.

    What I would say is, it won't support. The reason could be, as its not support any structure view in universe designer, that means we cannot create any derived tables where we could use sql query.
    I believe the same applies  here too. Even if you look at LOV defintions in universe, it won't show any query.
    So the same applies to reports.
    Hope this helps.
    Regards
    Gowtham

  • Error (WIS 10901) while creating a webi report against SAP data source

    Hi,
    While creating a webi report against a universe created using Infocube/Bex query (basically SAP data source) get a error message -
    A database error occured. The database error text is: A runtime exception has occured. (License key check failed. Check that you are licensed to access SAP data sources). (WIS 10901).
    Any clues whether this is a license issue or something else?
    Thanks,
    -Purav.

    >
    George Pertea wrote:
    > Does your connection in the Universe test ok on the server if you are on Win? Did you install the Java Connector properly?
    I am having the same problem.  I checked and double checked everything, including deleting and recreating the Universe and the Connection.  No improvement.  On a whim, I deleted the hierarchy from the query on which the Universe was based, and recreated the Universe on the query without the hierarchy.  The problem went away.
    Now, the question is, why do I get the WIS 10901 error when a hierarchy is present in the query/Universe?

  • Issue in Credit Memo Posting in ECC against SAP TM Freight Order

    Hello Experts,
    I have created Credit Memo against TM Freight Order and Transferred to ECC.
    Sender Outbound Service Interface on TM Side "TransportationOrderSUITEInvoicingPreparationRequest_Out" was successful.
    But Receiver Inbound Service Interface on ECC Side is failing "TransportationOrderSUITEInvoicingPreparationRequest_In"
    XML analysis gives below error message:
    No instance of object type Purchase Order has been created. External reference
    PO header data still faulty
    Enter a vendor
    Please enter items first
    I was able to create a Service PO and Service Entry Sheet for FSD created against same Freight Order, so I don't see any issue in Config.
    Thanks and Regards,
    Arnab Biswas

    Hi Arnab,
    As understood, standard interface creates Service PO in ECC for your Freight order in SAP TM.
    Then you are trying to create Invoicing document linked to the created service PO, which is just like FWSD of Freight order. Inbound XML data will give you thorough picture of this issue.
    General Analysis :
    When FWSD created in TM for Freight Order interface "TranspOrderSUITEInvoicingPreparationRequest_Out" is triggered and it will pass the same TM data of Freight Order to create invoice in ECC and not like the Service PO.
    Kindly check your inbound XML with data in it.
    You might need to change in outbound interface BADI while sending data out from SAP TM, or in inbound BADI to modify incoming data in ECC.
    In SAP TM SPRO search with below content.
    BAdI for TranspOrderSUITEInvoicingPreparationRequest_Out
    or
    you need to search inbound BADI in ECC side to make changes in inbound data.
    Reward if found useful..
    Thanks and Regards,
    Kalpesh

  • Universe creation against SAP Cubes/Queries with same connection

    Hello,
    I am creating universe against the connection for SAP BW system, once I have created a connection and selected a cube or query and built a universe on top of it....If I go back and create a new universe and this time change the connection to point towards a new cube/query the old universe stops working.
    Is it a limitation for SAP database where we need to have a new connection setup for each universe...or is there a different way to use same connection pointing towards different cubes/queries for different universes.
    Please let me know.
    Thanks
    Dharma.

    Hi
    when you build a universe based on the connection and want to use the universe with reports you can not change the underlying connection because then your universe will not work anymore.
    You can have multiple universe on a single connection.
    here some more details:
    Web Intelligence and SAP BI
    /people/ingo.hilgefort/blog/2008/03/24/businessobjects-and-sap-part-5
    Web Intelligence - Delegated Search and Delegated Measures
    /people/ingo.hilgefort/blog/2008/08/27/businessobjects-and-sap-part-6--web-intelligence-and-sap-bi
    OLAP Universe Change Management
    /people/ingo.hilgefort/blog/2008/08/29/businessobjects-and-sap-part-7--olap-universe-change-management
    Web Intelligence Best Practices with SAP NetWeaver BI
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/008d15dc-f76c-2b10-968a-fafe5a121129
    ingo

  • Java connector calls against sap system with logon groups

    hi there.
    i want to use java connector to connect to a sap system and run a function. my problem: the sap system has more than one instance and i do not want to connect against the central instance. i want to use a logon group. does anyone have an idea how to handle this?
    thanks,
    martin

    hi,
    check this
    http://help.sap.com/saphelp_nw04/helpdata/en/f6/daea401675752ae10000000a155106/frameset.htm
    http://nwadave.com/NwadExplorer/data/SAPDoc/architecture/SAP-Client_LogonAndCommunication.doc
    let me know  u need any further info
    bvr

  • Condition on query against SAP universe

    Post Author: macea
    CA Forum: Olap
    Hi, I am trying to create a Web Intelligence XIR2 report against a universe based on a SAP BW Query. The report is very simple, Result Objects: Month Query Filters: Month BETWEEN January AND May Then the report is displaying: January, July, June, March, May when the expected result should be: January, February, March,April, May I cannot sort the list of values in the universe. So, any ideas? Thanks in advance.

    Post Author: GailPray
    CA Forum: Olap
    It looks like your months may be stored (as strings?) in alphabetical order.  Your query is running correctly, Jan, July, June, March and May are between Jan and May in alphabetical order.  Can you create a formula that causes the field to be recognized as a month name?  Then you can use that formula in your selection criteria.  Maybe then the report would recognize that you need Jan, Feb, March, April and May?  I used 'monthname' to fix this issue in a Crystal Report accessing a SQL database.

  • VERY URGENT: Issue with Reconciliation against SAP Enterprise Portal

    Hi,
    We are using IDM7.0 and we have SAP Enterprise Portal as a resource. The users in portal are from Active Directory.
    When I am doing full reconciliation against portal, it is processing only certain accounts. The reconcilaition policy is to link accounts. It is not linking teh accounts. Moreover, these accounts are not found in UNMATCHED accounts also. I don't have any account exclusion rules or something.
    I wrote a small code snippet, which does just a single account reconciliation of a particular user id. In this case the portal account is being reconciled and linked properly.
    Any ideas what the issue might be?
    And I have another question too.. in the schema attributes of the out-of-box SAP Portal resource adapter, I don't see any ammping entry for "accountId". Usually for other resource adapters there would be entry for accountId (e.g in AD, mapping is: accountId <---> sAMAccountName). In case of portal, do we need to explicitly set this mapping? If so what would be the right hand side name in the schema? Does the right hand side name changes from one deployment to the other? If so how to determine what attribute maps to accountId in our portal? Might this lack of accountId is causing the issue with the reconciliation?
    Any leads would be highly appreciated.
    Thanks,
    kIDMan.

    Thanks for the reply. I have already set up correlation rule, account linking options for different situations like FOUND, UNASSIGNED, UNMATACHED etc. If my linking configurtaion is not correct then the fetched accounts should be atleast in the account index with situation as UNMATCHED. But that is not the case.
    I am not sure if I made my problem difinition clear earlier. The problem I mentioned is not with "linking" of the accounts. The problem is IDM is detecting only some accounts. Among those set of accounts which IDM was able to fetch from portal during reconcilaition, it was able to successfully link the matching accounts to identities in IDM.
    My question is, why IDM is fetching only certain accounts and not all accounts from portal resource.
    As I mentioned earlier, when I run my code snippet to reconcile a single account, it reconciles successfully and links to user identity in IDM (if a matching idenity exists based on my correlation rule). But why the reconcilaition at the resource level is not able to fetch and reconcile teh same account.
    Regarding the accountId attribute in the attribute schema, neither the SUN documentation nor the resource adapter configuration tells about the name of the attribute on the portal side that it should match to.
    Thanks,
    kIDMan.

  • Webi Report Against SAP BW Query Fails When Scheduled

    Hi all,
    I'm facin a problem with all my Web intelligence Reports. When i refresh them on demand from view or design mode, everything works fine, but when i schedule them all instances fails with this error:
    A database error occured. The database error text is: The MDX query SELECT { [Measures].[DF4LK70NQJ0KRU6XHODIE9TGA], [Measures].[3EG3OC7QZBODSE9J2JI4OLOPI], [Measures].[CXDGYOWE9FJFHS72KIO78WGTT], [Measures].[12C28AI1LLXSDEHMWCDUMJWCW], [Measures].[E2OE5J39YBUPP4IPZCX1HNHZX], [Measures].[5X2TIT4FSFEBHYFDEFACO2DCF], [Measures].[E6WGO3AACYBZ20ZIHZF28Y9TT], [Measures].[CB1PAR1H2KF21CWAY6G3NP2WK], [Measures].[8GZAGANUUZA7B2V59A5FBB5BO] } ON COLUMNS , NON EMPTY CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( [ZSOLTYPE].[LEVEL01].MEMBERS, [0CALMONTH].[LEVEL01].MEMBERS ), [0MATL_GROUP].[LEVEL01].MEMBERS ), [0MATERIAL__0MATL_TYPE].[LEVEL01].MEMBERS ), [0COMPL_DEL].[LEVEL01].MEMBERS ), [0BBP_STATUS].[LEVEL01].MEMBERS ), [0PLANT].[LEVEL01].MEMBERS ) ON ROWS FROM [CUBE_NAME/QUERY_NAME] SAP VARIABLES [ENTFINAL] INCLUDING X [0I_CALZ2] INCLUDING ENE 2008 : MAR 2008 failed to execute with the error FUNCTION_NOT_FOUND. (WIS 10901) .
    BO is XI3.0, BW 3.5, Universe made from a SAP BW Query.
    Thanks in advance!

    Hi Ingo,
    All the authorizations for crystal report to fetch data is in place, and crystal report refresh and schedule runs success fully. The issue is only in Web Intelligence.
    If it is same as crystal report we should see similar results for crystal report, which is not the case as of now. Crystal report refreshes without any error and we can able to schedule it without any problem.
    As it is said earlier, SAP secuirty guy doesnt find any missing authorizations. It is very difficult to say which authorization is missing.
    Edited by: Raghavendra Barekere on Nov 7, 2008 6:42 PM

  • Error when attempting to create new Crystal Report against SAP BW

    We're getting an error when attemptiing to create a new report using the SAP toolbar in CR:
    "Failed to retrieve SSO2 logon ticket. Please contact your BW administrator".
    Any ideas? We're able to run existing reports fine. Just can't create new ones using the toolbar.

    Hi,
    but you do realize that it is a pre-requisite ?
    your BW system needs to be configured for reading and generating SSO token
    Ingo

Maybe you are looking for

  • Managed to get a L512 back to life with oven reflow, but now bios locked ??

    Hello, Just joined, but been lingering a bit longer here. Got my hands on an L512 the other week with the dreaded 'DEAD"-symptom (doesn't respond to power on, yet charging the battery without problems). SImiliar to this stuff :   http://forums.lenovo

  • Query Panel unable to show me Radio Group.

    Hi Eweryone I am using Jdev 11.1.1.4. I am using a Transient Attribute in my ViewObject1("Updatable = Always") with Static List of Values coming from Different View Object2. I included this Transient Attribute in my View Criteria and assigned a Bind

  • Palm Desktop 4.1.4 on Windows 7 64-bit

    I am a Volunteer here, not employed by HP. You too can become an HP Expert! Details HERE! If my post has helped you, click the Kudos Thumbs up! If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you

  • Why i cann't connecting 3G in the Iphone5

    I cann't connecting 3G. Why cann't ? I should send my iphone for apple store in thailand ? please  answer now!!

  • Hardware specifications for EBS Modules

    Hi, I want to know the way how to recommend Client about the hardware specifications for Oracle EBS R12 modules implementation. Can anyone give me a link that how the specifications requirement can be gathered for good performance of Oracle EBS. Than