Re: Crystal Reports for B1 on Hana requires login to database
Please try changing the connection type, check the connection type if you're using OLEDB provider SQLNCLI change it to OLEDB for SQL Server:SQLOLEDB Please test it and give us your results. Regards,David
View ArticleRe: Creating Sales Employee Report in Business One 8.82
Hi Sam, As per your requirement here i provide you the sql query for SALES Report. DECLARE@StartDate DATETIME,@EndDate DATETIME,@Dummy INTEGERSELECT TOP 1 @Dummy = DocNumFROM OINV T0WHERE T0.DocDate...
View ArticleInternal Error (3006) (Message 131-183)
Dear All, First of all i create one new UDF called as U_CatNo then i create one User Define Query. SELECT T0.[U_CatNo] FROM OSCN T0 WHERE T0.[ItemCode] = $[$37.4.0] and i define that U_CatNo to Bill of...
View ArticleRe: Internal Error (3006) (Message 131-183)
Hi when you use an UDF you have to write the character '-' before the item index Kind regardsAgustín Marcos Cividanes
View ArticleRe: Internal Error (3006) (Message 131-183)
Hi, Please refer SAP note: 1829499 - FMS_Internal Error (3006) occurred Thanks & Regards,Nagarajan
View ArticleRe: Internal Error (3006) (Message 131-183)
Dear Mr. Nagarajan, Thanks for your replay. I find out the solution. Thanks,Nishit Makadia
View ArticleRe: closing date
Hi Vivek, Close Date of AR Invoice -- You can find in OINV Table and field name is ClsDate Close Date of AR Credit Note -- You can find in ORIN and field name is ClsDate. Hope this helps...
View ArticleRe: closing date
Hi, Please refer this thread: http://scn.sap.com/thread/3580016 Thanks & Regards,Nagarajan
View ArticleNegative Balance in Opening Stock & Closing Stock
Dear Experts, Below the query which i used to get the Opening Stock,Purchase,Issue,Return and closing stock. Here i face some problem that i get negative inventory for some items and...
View ArticleG/L Query
Hi Experts, I have created the following query in the query generator to build a custom general ledger: SELECT T1.[TransType], T1.[TransId],T1.[Account], T3.[AcctName], T1.[RefDate],...
View ArticleRe: closing date
Dear Mr. Vivek,Please use above query.it will satisfy your requirementSELECT T0.[DocNum] as InvoiceNo, T0.[DocDate] as InvoiceDate, T3.[ReconNum] as RecNo, T3.[ReconType] as RecType, T3.[ReconDate] as...
View ArticleRe: G/L Query
Hi, For third questions, please refer this thread: http://scn.sap.com/message/15022979#15022979 Thanks & Regards,Nagarajan
View ArticleRe: Negative Balance in Opening Stock & Closing Stock
Hi, Please check SAP notes for why negative values appeared above report. 2003493 - Stock Ageing Report Displays Negative Inventory Values 1407192 - Negative Stock Handling Thanks & Regards,Nagarajan
View ArticleRe: G/L Query
Thank you for that, but it seems to be eliminating more entries than necessart
View ArticleRe: G/L Query
Just an update - the query line which are providing duplicate records is happening when I useLEFT OUTER JOIN INV1 T7 ON T6.DocEntry = T7.DocEntry and the field in the report from INV1 is T7.Dscription...
View ArticleRe: Freight
Greetings! Can you tell me what/ where is the rest of this document or its name and where you found it? Thanks Peter Andrews
View ArticleRe: Monthly Open Balance & Closing Balance of Inventory Stock Report
Hi Gordon You Query is fantastic!But i would like to add few more parameters:1. I would like to have the choice to choose 1 warehouse or all, i have tried to add Where S3.Warehouse = '[%3]' or '[%3]' =...
View ArticleInventory Query with movement and multiple selections
Hi,I am referring to thread Monthly Open Balance & Closing Balance of Inventory Stock Reportso i have the following code :Declare @Whse nvarchar(10)Set @FromDate = (Select min(S0.Docdate) from...
View Article