UpdateDate and UpdateTime gets incorrectly updated in OCPR (Contact Persons)
Dear all, I have a problem I have been struggling with since 9.0 (currently at 9.1 PL8) The problem is simple, I want a report of the contact persons, and showing in this report if these are new,...
View ArticleDuplicating Crystal Layouts to another document type
Experts, I'm created a Invoice layout that I'll use as a default for all AR Layouts. I will use this to copy to Sales Order ext. When I used the 'Duplicate Layout Template' functionality in B1, I got...
View ArticleCrystal layout: Adding a UDF on OINV table already in system layout
Experts, I'm modifying the Crystal System layout and need to add header (OINV) and row(INV1) UDF's. In the system Crystal layout, this is not available, I believe because this table was brought it...
View ArticlePDF Icon in Druckversion
Hallo zusammen. Wir haben ein Problem beim Erstellen einer Druckversion einer ALV Liste wenn dort PDF Symbole zu sehen sind.Kann mir jemand evtl. sagen was hier falsch läuft?Wenn keine PDF Symbol...
View ArticleExcluding drop ship warehouse items from sales order
Hello experts,I would use the Sales Order PLD to print out as a pick ticket. I have two (internal) warehouses and a drop ship warehouse. I want to sort and get a New page by warehouses. I don't want to...
View ArticleCrystal to show serial numbers as TO and FROM instead of listing all
Experts, I'm using the standard system Crystal layout for a delivery document. Because the client will have many serial numbers listed on this document they don't want to display each serial number...
View ArticleSAP B1 Query Generator- Text Line on Sales Order
Hi, I am trying to run a query on sales order entry to include any text lines. I have the following: SELECT T0.[DocDate], T0.[DocNum], T2.[SlpName], T0.[CardCode], T0.[CardName], T0.[NumAtCard],...
View ArticleListing business partner adresses in quotation layout
Hello. I'm trying to list all possible business partner adresses in a quotation layout. This is the query I'm using SELECT T1."Address" FROM OQUT T0 INNER JOIN CRD1 T1 ON T1."CardCode" =...
View ArticleDisplay Posting Periods
Here is a query to quickly display "Posting Periods":- Select * from (SELECT T0.[FinncPriod] as [Posting Period], datepart(month,T0.[DocDate]) AS Month, datepart(year,T0.[DocDate]) AS Year FROM OINV...
View ArticleAverage Days to Pay
Here is a query that will display the Average Days to Pay against a BPCode:- SELECTT4.CardCode, (SUM(DateDiff(DD, T4.DocDate, T1.DocDate))/COUNT(T4.DocNum)) AS 'AVG. Days to Pay'FROM OCRD T0INNER JOIN...
View ArticleDefault Crystal Report layout based on Item Group
Hello! I am wondering if it is possible to have Crystal reports print a certain layout based on either a property or a specific item group? We have different layouts for different production orders...
View ArticleSAP HANA query to show PO's with the same total amount
Experts, What syntax do I need to use to show PO's with the same total amounts. SELECT T0."DocNum", T0."DocDate", T0."DocDueDate", T0."CardName", T0."DocTotal" FROM OPOR T0 WHERE T0."DocTotal" =...
View ArticleJournal entry activity log
Hi all, I'll just ask for an SQL containing journal entry posting, journal entry details (Transaction #, amount, if possible the remarks or chart of account) , the employee who inputted the data. So...
View ArticleHelp simplify SQL report
Hi guys. Well its just that i came up with this code and every time i run it in Query generator. i always end up in shutting down of SAP "run out of memory". So i thought maybe the code is too...
View ArticleSAP HANA FMS to auto-populate lines with header UDF
Experts, I need to have a PO header UDF auto-populate the UDF in the rows. The UDF is named OPOR."Incoterms".I have tried several queries that worked for other documents, but could not get this one to...
View ArticleDuplicating Crystal Layouts to another document type
Experts, I'm created a Invoice layout that I'll use as a default for all AR Layouts. I will use this to copy to Sales Order ext. When I used the 'Duplicate Layout Template' functionality in B1, I got...
View ArticleQuery duplicating results
Experts, I have a query that is to show the client Sales Order and Purchase order lines that are linked by line UDF.The standard BaseType/Ref/Key fields will not work as they will contain the Sales...
View ArticleAdd Group at Report/Page Header
Hi all, We have several Crystal Reports reports already developed in our customer.These reports already have some grouping levels inside it (Group Expert), but always after Page header. We need to add...
View ArticleMissing Layouts and reports on B1H
Dear Experts, There's this strange happening with one of our clients running B1 on HANA. For some days now, reports and layouts have been disappearing from the system. Has anyone seen this before? We...
View ArticleAdding Invoices to Deliveries query
Experts, I have a query that I want to populate with Invoice details too. This one is listing all the Deliveries and details that was entered on a Service Call Expenses tab. I get no data back with...
View Article