Re: aggregates table name for an infocube ?
Hi, We don’t have any specific aggregate table for an InfoCube. But, once you create the aggregates, you can see the see theTechnical name of the aggregates with numeric values. Aggregate...
View ArticleRe: Ordem de venda com o campo "Emissor da ordem" desabilitado
Bom dia Elson, dá uma olhada na configuração de determinação de parceiro: SAP IMG > Vendas e distribuição > Funções básicas > Determinação de parceiro > Definir determinação do parceiro...
View ArticleRe: Distinct Values Sum
Hi Ravi, Try this, SELECT T0.[DocNum], T0.[ItemCode], T1.ITEMNAME, Sum (T0.[CmpltQty]) 'Qty' FROM OWOR T0 INNER JOIN OITM T1 ON T0.ITEMCODE = T1.ITEMCODE WHERE T0.[PostDate] BETWEEN '[%0]' AND '[%1]'...
View ArticleRe: issue with screen variants for Sales Documents
You can choose your default package for SD module transports.Most of the time they are custom created earlier, like ZSD or anything like that,search for Z* and you'll get a list of possible custom...
View ArticleRe: Excel to SAP Macro
You can use Winshuttle, they also have occasional online free trainings.Actually, a simple google search could end up with quite a few useful results.
View ArticleProblems with SOA Manager - CATS HR Enabled CATS EHP7
Hello All, We are configuring CATS for HR Renewal ESS & MSS on SAP ERP 6.0 EHP7 ABAP, the solution is based on NWBC, not SAP Portal. The only official SAP documentation I found pointed to an SAP...
View ArticleRe: How to find mapping of Risks to Control
Hello Garg, You can use the report Risk and Control Matrix. See if the description satisfies your needs: "This report provides information on control and risk matrix. You can find out what risks...
View ArticleRe: Report views correctly in Report Viewer but on export or print, blank...
Great thanks for that Ludek.... I will revert the file back from a label definition to a simple page. My confusion about this is that we have other label reports with multiple columns that do not cause...
View ArticleUnwanted Extra Zeros in Output - Screen Painter Variable Field
I made this program to leanr screen painting which is a calculator. It all works fine but any calculation I do has extra zeros I don't want for example,If I do 3.5 divide by 0.5 it shold give me an...
View ArticleHow to get Condition value of Tax for function module Pricing Screen
My requierment is to include standard price conditions screen(VA01) in Z program, so I'm using PRICING_SCREEN FM, I am also using function modules to retrieve pricing conditions, but I’m not able to...
View ArticleRe: How to connect local html from to SAP ztable?
Hi Vimal, I see you're new here, so first of all, welcome to SCN. To your questions: there are many way to interact with a SAP backend from an HTML page. Probably the simplest way is to create an RFC...
View ArticleExtending GRC Datamart
I need to extend the Datamart to include the Standard Risk Context fields and some HR User Defined fields for a Risk. Can anyone provide guidance or a pointer to documentation to assist?Thank youGeoff
View ArticleRe: CO configuration settings.
HiWould you mind I am FI person, i am having interest to learn controlling, dont mind can anyone please send me the controlling documents, to my mail praveenmolabanti1519@gmail.com, it will be very...
View ArticleRe: Vintela SSO2DB to SSAS using Constrained Delegation - Any progress with...
Dear Tim, Thanks for the swift reply and potential solution. Please would you be kind enough to let me know if there are any developments. Regards, George Pongracz
View ArticleRe: Unwanted Extra Zeros in Output - Screen Painter Variable Field
Hi James, In the fields attributes, tab program, have a look if "Leading zeroes" checkbox is checked. It should not be. Regards,Custodio
View ArticleRe: Can't find something on the SAP Store? We're here to help!
I think you are supposed to download those from the SAP Software Download Center on the SAP Service Marketplace, not the SAP Store.
View ArticleRe: Crystal Crashing when many users
Hey Ludek, Thank you for your response! As far as:2) You are launching too many Print Jobs (see below)All my reports DO NOT have any Subreports. They just have Groups & Detail(s).Output as PDF or...
View ArticleRe: Organizational Units
Hi, if you use the right search help, this sounds like either a mess in the data or someobody, who didn't know what they where doing, where messing around with standard evaluation paths and standard...
View ArticleRe: ConnectionServer stops CR4E from creating reports on relational connections
Hi, Can you run cscheck to verify the connectionServer database module and see if it gets the same error from the log?You can find the cscheck utility usage and sample from BI4.1 Administrator guide...
View Article