Re: How to get Receipt & Issue Value sumaries of Item from Warehouse Journal...
Hi first, you have to find all stock account (if you are managing your stock by warehouse, check the warehouse configuration; if you are managing your stock by ítem groups, check the ítem groups...
View ArticleRe: To add header to a Spool generated by backgrounf job
Hi, This is SAP Business one reporting and printing forum. Please find correct forum and repost above discussion to get quick response. Close this thread by marking helpful answer. Thanks.
View ArticleRe: Single Device type to print Japanese and English
Hi, This is SAP Business one reporting and printing forum. Please find correct forum and repost above discussion to get quick response. Close this thread by marking helpful answer. Thanks.
View ArticleRe: Need multiple marketing document number in a single query
Hi, Yes possible to create such query.Have you tried query before? Thanks.
View ArticleRe: CONSUMPTION REPORT
Hi Thanga, How are you? The same report required for my client. The business is so complex in my company.How this report will work. Is it customised report?
View ArticleMapping Sales Invoices with Delivery Notes
Hi All I Am trying to run a query manager where it reports all my sales invoices numbers mapped to the delivery note they are linked to (via relationship map I assume) I have selected what I think but...
View ArticleRe: Mapping Sales Invoices with Delivery Notes
Hi Jessica Try the below query SELECT Distinctt0.docnum as 'Sales Order',t3.docnum as 'Delivery Note',T5.DocNum as 'Invoice',t3.docdate as 'D/Note Date',t3.docstatus as 'Open/Closed',t0.numatcard as...
View ArticlePrinting Issues
Hi experts, We have created crystal reports and imported as layouts. The issue is while taking print, print out is coming as 'Top to Bottom" manner not in "left to right ". To be more clear, Print...
View ArticleRe: Can Dashboard identify current user?
Hi, Try,SELECT T0.[U_NAME] FROM OUSR TO WHERE (T0.UserID = $[USER] OR T0.Internal_K = $[USER]) Thanks & Regards,Alvin
View ArticleRe: Can Dashboard identify current user?
Hello, follow this link: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/6091ffdd-e1ad-2d10-359f-d644ff7eaa4e?overridelayout=t… I am not sure that the internal $[USER] parameter is...
View ArticleRe: Printing Issues
Hi, Check the page size you have used in the page size setup window in CRD. if the page width > height, this is a normal behavoir if the SAP CR, since the CR viewer is automatically rotates the...
View ArticleRe: Can Dashboard identify current user?
Thanks for your suggestions. But the $[USER] parameter will not work because the query is actually executed by B1i, not by the B1 client. I have traced the variable replacement in B1i down to the...
View ArticleQuery manager - user supplied Parameters how to?
Good afternoon. Our company is a new client for SAP Business One and I have been handed several SQL queries that I need to turn in to "reports" within SAP B1. These queries will also need to to be...
View ArticleLedger printout problem
Hi all ; I need really urgent help from you. I have a trouble printout of ledger. In print out just titles are amiss. But other numbers or letters are shapely and we can read clearly . Specialities...
View ArticleRe: How does one run a custom crystal report layout in B1H
Hi Richard How did you get the Crystal layout to work within B1 for HANA ? I change the Datasource location and then the layout just shows blank. i have used the ODBC connection as well as the proxy...
View ArticleCorrect method for importing stock items with MUOM and MUOM pricing
Hi What is the correct order that stock items need to be imported (by Template Number) in order to completely establish and setup a complex MUOM environment. No measurements and only a few thousand...
View ArticleRe: Aging Report gives correct balance, but does not show payments on account...
What I notice is the aging shows reconciled amounts that net to zero I had though becasue of the logic below it would not due that. And that seems to be the issue between the aging buckets in my query...
View ArticleRe: Query manager - user supplied Parameters how to?
Hi, Hope this gives you idea on how to do it. DECLARE @schoolYear as VarChar, @studentID as VarChar SET @schoolYear = (SELECT a.DocDate FROM ORDR A WHERE A.DocDate = [%0])SET @studentID= (SELECT...
View Articlepicture size exceeds limit
I am trying to import a new logo file into print preferences for a customer and am getting the error "Picture size exceeds limits". The file size is less that the existing logo file, and the pixel...
View ArticleRe: Aging Report gives correct balance, but does not show payments on account...
Have you ever tried the query I posted earlier? It should give you the correct results. Joerg.
View Article