Quantcast
Channel: SCN : Unanswered Discussions - Reporting and Printing
Viewing all 776 articles
Browse latest View live

SBO PLD Sys Var

$
0
0

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:

joan.lim@directlink.com

 

Thank you so much.

Regards,

Joan Lim.


When two payments come in on the same day how to show the sum of both

$
0
0

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]

Need Running total Month wise

$
0
0

Hi Experts

 

I need Invoice Details  month wise running total

 

 

 

 

 

my output should be like this

 

Month DocTotal       Running Total
April4452942844529428
MAY1501390159543329

 

 

 

Regards

 

Jenny

Query For Raw material Consumption

$
0
0

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

Is it possible to display Invoice number(BaseRef) on a Credit Memo Report

$
0
0

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.

Calling Data from Users defined Tables

$
0
0

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

Bin location variable in pick list.

$
0
0

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

Printer is slow to print out and uses much data when printing

$
0
0

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


Formatted Search value not updated in Table

$
0
0

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

SQ01 User Defined Field Help - Date Format

$
0
0

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

Capture.JPG

Overview of all crystal reports with there destination

$
0
0


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

How to display text with fade away option in webi Report

$
0
0

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

Part Receipt from production

$
0
0

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

How to get g/l cumulative banance(LC) query ?

$
0
0

Hi Experts,

 

I want the query for general Ledger

Same as Reports - > Financial - > Accounting - > General Ledger

General Ledger Detail With OB-DB-CR-CB(Comulative Balance(LC)).png

 

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

Running a report on all CSVO's

$
0
0

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.


Query gives SWEI error in query generator but runs in SQL Mgmt Studio

$
0
0

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

Payment Method on Crystal Report

$
0
0

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.

Please any answer

$
0
0

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

Help on AR Customer Balance != to Aging Balance

$
0
0

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.

 

 

CustAging BalanceMy SQL Total
Cust150,102,155.0062,431,892.60
Cust291,769,951.86117,966,403.17
Cust326,335,850.7337,457,390.12
Cust 38,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

SAP Business One - Labelling for Production

$
0
0

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.

Viewing all 776 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>