Hi all,
I am not able to login to the market place.
I need the latest SBO PLD Sys Var for 8.82 onwards and if anyone of you have the xls file, can kindly send to:
Thank you so much.
Regards,
Joan Lim.
Hi all,
I am not able to login to the market place.
I need the latest SBO PLD Sys Var for 8.82 onwards and if anyone of you have the xls file, can kindly send to:
Thank you so much.
Regards,
Joan Lim.
I have last payment and amount on my AR query. The issue is when two payments come in on the same day it will only show one of the two. Does anyone know how I could ask for the last payment based on last date.. and the total of the payments that come in on that day? Below is my query showing aging with payment terms, remarks, last payment and amount, I really want the last payment date and sum of amounts from that date. SELECT T1.CardCode AS "CardCode", T1.CardName AS "CardName", T2.[PymntGroup], SUM(T0.BalScDeb - T0.BalScCred) AS "Balance", SUM(CASE WHEN DATEDIFF(day, T0.DueDate, GETDATE()) < 0 THEN T0.BalScDeb - T0.BalScCred ELSE 0 END) AS "Future", SUM(CASE WHEN DATEDIFF(day, T0.DueDate, GETDATE()) BETWEEN 0 AND 30 THEN T0.BalScDeb - T0.BalScCred ELSE 0 END) AS "0-30", SUM(CASE WHEN DATEDIFF(day, T0.DueDate, GETDATE()) BETWEEN 31 AND 60 THEN T0.BalScDeb - T0.BalScCred ELSE 0 END) AS "31-60", SUM(CASE WHEN DATEDIFF(day, T0.DueDate, GETDATE()) BETWEEN 61 AND 90 THEN T0.BalScDeb - T0.BalScCred ELSE 0 END) AS "61-90", SUM(CASE WHEN DATEDIFF(day, T0.DueDate, GETDATE()) BETWEEN 91 AND 120 THEN T0.BalScDeb - T0.BalScCred ELSE 0 END) AS "91-120", SUM(CASE WHEN DATEDIFF(day, T0.DueDate, GETDATE()) > 120 THEN T0.BalScDeb - T0.BalScCred ELSE 0 END) AS "121+",CAST(T1. [Free_Text] as varchar(250)) as Rmk , t.DocDate AS LastPmtDate , t.[DocTotalSy] AS LastPmtAmt FROM JDT1 T0 INNER JOIN OCRD T1 ON T0.ShortName = T1.CardCode Left outer join OCTG T2 On T1.GroupNum = T2.GroupNum LEFT JOIN (SELECT MAX(DocEntry) AS LastPmt, CardCode FROM ORCT GROUP BY CardCode) p ON T1.CardCode = p.CardCode LEFT JOIN ORCT t ON p.CardCode = t.CardCode AND p.LastPmt = t.DocEntry WHERE BalScDeb <> BalScCred and T1.CardType = 'C' GROUP BY T1.CardCode, T1.CardName, T2.[PymntGroup], Cast ( T1. [Free_Text] as varchar(250)), t.DocDate, t.[DocTotalSy]
Hi Experts
I need Invoice Details month wise running total
my output should be like this
Month | DocTotal | Running Total |
April | 44529428 | 44529428 |
MAY | 15013901 | 59543329 |
Regards
Jenny
Hi,
I am using SAP B1 9.00 PL 08.
Can any one provide the query raw material consumption for particular finish goods during the month.
We are using single level Bill of Material.
Regards,
Arpit
I made custom report for credit memo, my client requested to put the invoice number also, but every time I try to add BaseRef on the report no data appears. Here is my query:
SELECT "ORIN"."DocNum", "ORIN"."DocDate", "ORIN"."CardName", "ORIN"."Address", "ORIN"."CardCode", "ORIN"."ImportEnt", "OSLP"."SlpName", "RIN1"."Quantity", "RIN1"."ItemCode", "RIN1"."Dscription", "RIN1"."PriceAfVAT", "ORIN"."DocTotal", "ORIN"."Comments", "ORIN"."VatSumSy", "ORIN"."DiscSumSy", "RIN1"."BaseRef"
FROM ("Table_Name"."dbo"."ORIN" "ORIN" INNER JOIN "Table_Name"."dbo"."RIN1" "RIN1" ON "ORIN"."DocEntry"="RIN1"."DocEntry") INNER JOIN "Table_Name"."dbo"."OSLP" "OSLP" ON "ORIN"."SlpCode"="OSLP"."SlpCode"
WHERE "ORIN"."DocNum"=13000076
Please help. Thank you.
Dear All
I am going to call data from users defined tables on one of PLD layout, but when i preview the layout SAP B1 got hanged,
i linked the database field with other field as well but the problem still exist.
Some one please let me know if it is possible to call data from users defined table on PLD layout
Best Regards
Aamir
Hii,
Experts
I am trying to give variable in pld of pick list, it is not printing , may be that is not correct variable no .
please help me and give me the correct variable no for bin location in pick list.
In scn so many links are there to check variable number ,but it is asking for user id and password , which i don't have .
please help me .
Thank you in advance
Neelima
Hi All
My client Is on B1 9.0 cloud environment and uses windows 7 Os. When she prints out an invoice ,it takes her 2-5 minutes just to print out a single page and each page uses 9-12 Mbs of data .
I have currently advised her to used Print and Preview it to PDF so as to stop data usage and speed up the printing process but she still complains of the 6 clicks she has to go through just to send an invoice.
This problem started after she had Login issues ,which was an anti-virus problem then the margins changed (sorted it out ) and now Slowly prints.
Please assists!
Regards
Hi All,
We have an issue with formatted search value, find below the details of issue
We are populating the Date (doc date +15 days) in Inventory transfer header UDF with refresh regular option
The formatted search is working fine and it updates the value perfectly once the value entered in Doc date field each time
FMS Query: SELECT DATEADD (DD, 14, $[OWTR.TaxDate.Date]""
After adding the document the value is not available in table and it is visible in the form, if you refresh the formatted search and update the document the value updates in the table. Please find enclosed picture for your reference
Kindly check this issue and let me know the valuable suggestions or solution for rectification
Regards,
Kiran
Hello - I am hoping for some format help on local fields in SQ01.
Quite simply - I have the posting date of a document, which I've given a short name to of PDATE. I would like to format this field to yyyy/mm so that I could group by this period field in statistics.
I have figured out from other discussions to strip either the year PDATE[YEAR] or the month PDATE[MONTH], but what I cannot figure out is how to get both together.
Could you please help?
Thanks,
Brian
We are using Crystal Enterprise9. I would like to have an overview of all crystal reports with there destination. Does anyone have a solution for this?
Rgds,
Hans
Hi Gurus .. i have a requirement here to display text in a fade away fashion whenever user opens the report.
This text will have few lines on purpose of the report. The text will be displayed and fade away in few seconds.
I tried searching for this kind of question in forums but couldn't find any.
If anyone is aware if there is any such option available in BI please let me know. We are using SAP BI 4.1 SP5 version.
Thanks
HI
Production isn't my strong point and my company uses Phanton items, we want to part receipt a production order and unit takes 10 days to produce and work in progress is hard to calculate.
Stock is either held as raw material or finished goods due to using phantom items
can we do this? and if so, how?
thanks
Hi Experts,
I want the query for general Ledger
Same as Reports - > Financial - > Accounting - > General Ledger
I want the query to display the as above picture. but have a problem with Closing Blance (Comulative Balance(LC) = Opening Balance + Debit - Credit)
if have posting date (RefDate) more than 1 record as same refdate it not summary at closing balance(Comulative Balance (LC)) as same above picture.
Any help would be greatly appreciated.
Thanks
Suphajak
I need to be able to run a report that pulls all of the settlements under specific collectible service orders. Does anyone know how to do this? I need to see the cost distributions.
Hello,
The following query runs in SQL mgmt. studio but fails in SAP B1 query generator due to the parameter values [%0] and [%1]. I have found three ways to get this query to work in mgmt. studio but all fail in B1 with the SWEI error. Below is a copy of my first attempt. Any thoughts or suggestions are greatly appreciated.
select T0.Code AS 'Component', T2.ItemName AS 'Component Desc', T2.InvntryUom AS 'UOM', (T0.Quantity * '[%0]') AS 'Qty Needed', sum(T1.OnHand - T1.IsCommited) AS 'Available Stock',
sum(T1.OnOrder) AS 'On Order', ISNULL((select sum(ISNULL(tB.PlannedQty,0)) as 'PlannedQty'
from OWOR tA
inner join WOR1 tB on tA.DocEntry = tB.DocEntry
where tA.status = 'P' and tA.ItemCode = '[%1]' and tB.ItemCode = T0.Code
group by tB.ItemCode),0) as 'Open Prd Ord Qty'
from ITT1 T0
inner join OITW T1 on T0.Code = T1.ItemCode
inner join OITM T2 on T0.Code = T2.ItemCode
where T0.Father = '[%1]'
and (T1.WhsCode = '01' or T1.WhsCode = '02' or T1.WhsCode = '03')
and T0.Code <> '1809-L'
and T0.Code <> '1810-O'
group by T0.Code,T0.Quantity,T2.ItemName,T2.InvntryUom
order by T0.Code asc
I want to show the payment method used In the Incoming Payments, namely: CashSum as "Cash",CreditSum as "Credit",CheckSum as Check,TrsfrSum as "Transfer". Case Statement not working since it used string. Can someone help me.
Hi,
I want a report to tell me all the users created on the system & their roles.
If there is any Please ?
Thanks a lot
Hi Guys,
I created an ar aging sql with additional details, what i dont understand is why my total amount does not equal to the standard report ar aging total amount.
My query does match the customer balance in ocrd.
SELECT
T0.ShortName,
SUM(T0.BalDueDeb-T0.BalDueCred) as JournalTotal,
MAX(T2.balance) AS CustomerBalance
FROM JDT1 T0
LEFT JOIN OCRD T2 ON t2.CardCode = T0.ShortName
WHERE T2.CardType = 'C'
AND T0.BalDueDeb != T0.BalDueCred
AND T0.RefDate <= GETDATE()
AND T0.IntrnMatch = 0
GROUP BY T0.ShortName
The balance due in ar aging is smaller, for example, some do match but not at all.
Cust | Aging Balance | My SQL Total |
Cust1 | 50,102,155.00 | 62,431,892.60 |
Cust2 | 91,769,951.86 | 117,966,403.17 |
Cust3 | 26,335,850.73 | 37,457,390.12 |
Cust 3 | 8,239,008.83 | 14,765,287.05 |
the version is 9.1 pl06
I compared the documents in standard ar aging some documents refer to ContraAct, some Shortname
anyone know why my balance does not match? the demodb works fine at all
thanks in advance
Hi,
I am looking to be able to produce pack labels from a receipt from production screen. Can anyone offer any advice on this? I would like to when pressing add, have a pop up where the number of parts and then the number of required labels are entered. This would then produce the required number of labels as specified.
We would prefer to also be able to see the customer order number on the label but I am aware that this is not available via the PLD screen for this window...at least not obviously anyway.
We do however have an FMS setup on the production order itself so perhaps a FMS could be setup on the receipt from production screen which linked back to this field?
Any advice that could be offered would be appreciated.,
Thanks,
Emily Morgan.