Re: Stock report
Hi, Try: Select [I] as Item#,[ExRm],[ExWip]from(SELECT T0.ItemCode as I, T0.[OnHand] as St,T0.[WhsCode] as W FROM OITW T0 WHERE T0.[ItemCode] ='A0001' )SPIVOT (SUM(ST) FOR W IN ([ExRm],[ExWip])) P...
View ArticleRe: Making Key Figure value as blank in Live cache based on condition
Hello Smriti, Did you get solution for the thread, please update thread with solution if it is solved. Regards,TP
View ArticleRe: SAP Download Manager Error
I had this issue yesterday on one of my windows server. The problem actually is with Java.Download the below java version and re-install the Download Manager....
View ArticleRe: Create a customer product mix calculation key figure
Rearranging the math? KFx@PERPRODCUST = KFy@PERPRODCUST * (1/sum(KFy@PERCUST))
View ArticleRe: How to fix the language warnings after a add-on package is imported?
Hi Ram I think you can ignore those warning messages, at the bottom have you got the message " import was completed without any error message" and also you can refer the SCN linkInstallation of...
View ArticleHow to implement SSO using SAPLogonTicket in HTTP System
Hi All, I am trying to integrate BEx Analyzer tool in Netweaver Portal, following this SAP Documentation.https://help.sap.com/saphelp_nw73ehp1/helpdata/en/db/85fd3f093bc942e10000000a1550b0/content.htm...
View ArticleAlignment in Webdynpro
Dear Guru's Please help me out to Align. I want to move the input fields to right side...i want to make it as uniform. (ie) ( plant,material, and batch ) the inputs field need to start from margin...
View ArticleRe: Issue in Report level
Bala, I tried as your suggestion..But it shows unavailable data
View ArticleRe: BPC 10.0 MS Version - Error when performing consolidation - Error FX-300...
Hi Peri Then please close the thread. Sushant.
View ArticleRe: load Bulk data in sap b1 System matrix
Hi Narayanan, Loading data to the sales order form is a bit slow since you have to use the UI API. One way you can do it is to create a draft with all the lines and then open it when you're finished....
View ArticleRe: SAPUI5 - Table column property binding, nested object.
Thank you very much to both of you, I managed to do what I needed.
View ArticleSummary of multiple contracts for single customer
Hello Experts, My question is similar to the ones raised in the following links http://scn.sap.com/thread/3632454 http://scn.sap.com/thread/3564853 There is a situation where a client has multiple...
View ArticleRe: UI API server is not available
Hi Jainulabudeen, Are you sure it's the UI API? Can you show a screenshot of the error?Best regards,Pedro Magueija
View ArticleRe: SAP BO WEB intelligence report is generated too long
In oracle the query is executed in 20 sec . in rich client - 4 min
View ArticleRe: How is it possible to bring 2 different UD Querry (FMS)for a single Feild...
yes connection problem in my system. Later i will check. Now busy.
View ArticleRe: DLFL status on Equipment vs Inventory on hand
Hello Lucille, To complete my reply in terms of user-exit IEQM0003, I am giving the code to be put here, which produces the error message shown below when user flags an Equipment with DLFL and then...
View ArticleRe: Payment on account
Hi Charvi, Your requirement seems to be a bit weird, as Direct debit run is done to clear the outstanding receivables.Not sure about the business rationale for your above requirement. However, I think...
View ArticleRe: Access Violation - SAP Data Services 4.2
You can code around it, by decreasing degrees of parallelism to 1 (instead of default 0, which normally is 2 via ds_config.txt). These are normally on any DFs that have table comparisons in. You'll...
View Article