Re: Addon stops when trying to Print
Hello Umut, got the same problem. As soon as I add a SAP system form to my VS10 project (c# or vb), the AddOn stops while try to print. Even if I don´t write any code. Did you found a solution for...
View ArticleRe: Addon stops when trying to Print
Hello Hans, There is an SAP Note; numbered 1999292. The note suggests that this will be fixed later but there is a workaround involving EventFilters. I hope that this will help.
View ArticleHow can I group By Card Code? I get an error so not sure how to Group by
SELECT T0.[CardCode], T0.[CardName], T0.[CreateDate],T0.[Balance],T1.[Name],T1.[FirstName], T1.[LastName], T1.[Position], T1.[E_MailL], T1.[U_TWBS_CWCnType], T1.[U_TWBS_CWRptDel] FROM OCRD T0 INNER...
View ArticleRe: How can I group By Card Code? I get an error so not sure how to Group by
Hi, Try this : SELECT T0.[CardCode], T0.[CardName], T0.[CreateDate],sum(T0.[Balance]), T1.[Name],T1.[FirstName], T1.[LastName], T1.[Position], T1.[E_MailL],T1.[U_TWBS_CWCnType], T1.[U_TWBS_CWRptDel]...
View ArticleRe: Item Master Creation time in UDF - List of Items
Hi, Add below query in your UDF and don't it auto refresh. After assigning this query, just press shift + F2 to display item with creation date. SELECT T0.[ItemCode], T0.[ItemName], ADD YOUR UDF FROM...
View ArticleError While running crystal report
Dear All, i have some crystal reports in SAP.while opening any crystal report its through some error like "Error While running crystal report ". Kindly suggested me how to do this ....
View ArticleRe: Error While running crystal report
Hi, check SAP Note 1710595 at https://service.sap.com/sap/support/notes/1710595. Best
View ArticleRe: How can I group By Card Code? I get an error so not sure how to Group by
This is giving me the same error I was getting "TWBS... is invalid in the select list because it is not contained in either an aggregate function or the Group BY Clause.
View ArticleRe: Need to Add Invoice table OINV to Collection report
Hi Richard,The answer appears to be that SAP can't handle the problem. The only solution is to start from scratch and write a crystal report. In this case it's too hard and not worth the effort.
View ArticleRe: Need to Add Invoice table OINV to Collection report
Hi Saad,The answer appears to be that SAP can't handle the problem. The only solution is to start from scratch and write a crystal report. In this case it's too hard and not worth the effort.
View ArticleRe: Need to Add Invoice table OINV to Collection report
Hi In other words SAP cannot handle the problem.If the table is not in the original drop down list adding other tables is unlikely to work proerly.Thanks for your help
View ArticleRe: How can I group By Card Code? I get an error so not sure how to Group by
Hi, Try this: SELECT T0.[CardCode], T0.[CardName], T0.[CreateDate],T0.[Balance],T1.[Name],T1.[FirstName], T1.[LastName], T1.[Position], T1.[E_MailL], T1.[U_TWBS_CWCnType], T1.[U_TWBS_CWRptDel] FROM...
View ArticleRe: Error While running crystal report
Hi, Can you post the screen shot over here ThanksTaruna
View ArticleRe: Ageing Report
Dear Experts Please help me in Getting Ageing report with Business Partners 's State Name Regards AM
View ArticleRe: How can I group By Card Code? I get an error so not sure how to Group by
I am not getting an error but I am not getting any grouping.
View ArticleRe: How can I group By Card Code? I get an error so not sure how to Group by
Hi, Please advice your UDF types means text or numeric or alphanumeric. OR post screen shot of above UDF with values from OCPR table. Thanks & Regards,Nagarajan
View ArticleInventory query
I am trying to get a query that contains the following fields from each table. OITMitemcodeU_EXT_DESC OITWwhscodeonhandiscommited OSRNU_stated_costlocationU_suggested_price I have multiple warehouses,...
View ArticleRe: Inventory query
Hi, Add your UDF in below query: SELECT T0.[ItemCode], T0.[ItemName], T1.[WhsCode], T1.[OnHand], T1.[IsCommited], T2.[Location] FROM OITM T0 left JOIN OITW T1 ON T0.ItemCode = T1.ItemCode left JOIN...
View ArticleRe: Error While running crystal report
Hi Pratap, Upgrade Crystal Report 2011 if your SAP B1 Version is above 8.82
View ArticleRe: Error While running crystal report
Hi All, Thanks for your reply, already i close this Issue. they have one addon for crysatl report .so it show error like Error while Running crystal report thanks&Reagrds,P.Pratap
View Article