PLD: how to do subtotalX - subtotalY ????

Hi all,
Nobody knows how can i do aritmetic operation between the subtotalX of the subsortX and the subtotalY of the subsortY? Something like that:
INCOME(subsortgroup1)
1 ghghghg 333.333
2 frfrfrfrfrfrfr 444.444
<b>subtotal1   777.777</b>
EXPENSES(subsortgroup2)
1 sadsasda 111.111
2 jygjjhjhjjh  111.111
3 qwqwqw   111.111
<b>subtotal2     333.333</b>
<b>TOTAL INCOMES= 777.777-333.333</b>
Is a way to solve this in PLD?
Thank you for attention.
Regards.

I post this question to SAP and this is the response:
This would unfortunately not be possible for the reasons you
describe. Referring to the group 2 total will return only the
last value (this is like referring to a value in the repetitive
area). Using a ColSum() on the total won't work as it only
accepts fields from the repetitive area as argument.
Adding a ColSum() to the repetitive area to get a running total
won't group as it continues adding the values continously.
This is a system limitation.
Regards.

Similar Messages

  • PLD:- how to export and import  the designed print layouts

    Hi Experts
    i am unable to export the clients designed invoices and all designed ones to XML as well as i am not able to find where these templated are getting stored
    i did like this after finishing the invoice design ->went to file -> export to XML.
    when i click this its not asking destination and its gone
    if i want to import the designed templates again what the procedure
    please give me exact solution for these problems
    thanx in advance
    madhusudhan reddy
    "[email protected]"

    You could use Copy Express Addon provided by SAP
    OR
    Read this thread where the same topic has been discussed.
    How to omport PLD from testing database to Production Database
    Best wishes
    Suda

  • PLD: How to keep fields together

    Hi @ all,
    i have a problem using the pld.
    in the end of report i have 5 fields, that should stay together. but sometimes the fields get divided to another page. how can i keep the fields together, so that they will be printed on the next page if on the actual page is not enough space to print together.
    i know that i could make a page break before the end of report, but that causes that it will be printed on next page even if on the first page is enough space.
    could anyone help me with this problem?
    greats
    Daniel

    Hi Daniel,
    What is your setting for he end of report area: Height under General and Area Height Adjustment under Format?
    Thanks,
    Gordon

  • PLD How to add Project Name In Trail balance.

    Hi,
    how to Link to projects code and Project Nalme in Trail balance.....

    Hi,
    Do you know variable or database field for project name/code? In general, Financial report PLD were designed by SAP by using variables and its very difficult to find and to add it into PLD.
    Thanks & Regards,
    Nagarajan

  • PLD-How to increments rows of accounts in O/g payment.

    Dear friends,
    1) In outgoing payment PLD.I have made NOT visible as
    Repeatative area Header0 ,and Repeatative area0.
    2)Now if i will make Outgoing payment checkon ACCOUNT,for
    that if i am designing PLD.So taken Account code,account name
    from VPM4 table.
    3)If i am selecting only one account ,in outgoing payment.
    System shows me correct way.
    4)But if there are more than one account in outgoing payment,
    system shows only first account.
    5)My question is that how to make increments ,accounts in PLD.
    Regards,
    Mahesh.

    Hi Mahesh,
    IF you need Outgoing Payments row details. Try to Create Query Print Layout Designer(QPLD).
    If you need to Print rows of Accounts in Outgoing Payments.
    Try this Query and you will design QPLD.
    SELECT T0.DocNum, T0.DocDate, T0.CardCode, T0.CardName, T0.Address, T1.AcctCode, T1.AcctName,
    T1.Descrip, T0.CashAcct, T0.CheckAcct, T0.Comments, T0.DocTotal,  CASE WHEN T0.CashSum > 0 THEN 'Cash'
    WHEN T0.CreditSum > 0 THEN 'CC' WHEN T0.TrsfrSum > 0 THEN 'WIRE' ELSE 'Check' END AS 'Mode'
    FROM OVPM T0
    LEFT JOIN VPM4 T1 ON T0.DocEntry = T1.DocNum
    INNER JOIN OPID T2 ON T0.PIndicator = T2.Indicator
    WHERE T0.[DocNum]>='[%0]' and T0.[DocNum]<='[%1]' and T2.[Indicator]='[%2]'
    ORDER BY T0.[DocNum]
    If you need to Print rows of Accounts and Cheque Details in Outgoing Payments.
    Try this,
    SELECT T0.DocNum, T0.DocDate, T0.CardCode, T0.CardName, T0.Address, T1.AcctCode, T1.AcctName,
    T1.Descrip, T0.CashAcct, T0.CheckAcct,
    T4.[DueDate],
    T4.[CheckNum],
    T4.[BankCode] as 'Bank Name',
    T4.[Branch],
    T4.[AcctNum] as 'Check A/C No.',
    T0.[CheckSum],
    T0.[CashSum],
    T0.[TrsfrSum],
    T0.[TrsfrDate],
    T0.[Comments],
    T0.DocTotal,  CASE WHEN T0.CashSum > 0 THEN 'Cash'
    WHEN T0.CreditSum > 0 THEN 'CC' WHEN T0.TrsfrSum > 0 THEN 'WIRE' ELSE 'Check' END AS 'Mode'
    FROM OVPM T0 full outer JOIN VPM1 T4 ON T0.DocEntry = T4.DocNum
    LEFT JOIN VPM4 T1 ON T0.DocEntry = T1.DocNum
    INNER JOIN OPID T3 ON T0.PIndicator = T3.Indicator
    WHERE T0.[DocNum]>='[%0]' and T0.[DocNum]<='[%1]' and T3.[Indicator]='[%2]'
    ORDER BY T0.[DocNum]
    Regards,
    Madhan.
    Edited by: Madhan Babu C on Aug 19, 2009 11:07 AM

  • In PLDs,How do u get Bank Name from Bank code displayed in Payment means

    Hello Experts
    Have an issues with getting bank name which is displayed in the payment means when designing an PLD and viewed in print previews
    i tried but i got the code of the bank name but iam not able to get the bank name
    please help me out in this
    will be waiting for ur reply
    With Regards
    Shankar
    Edited by: Shanker Thodupunoori on Apr 21, 2009 10:23 AM
    Edited by: Shanker Thodupunoori on Apr 21, 2009 10:31 AM

    hi,
    Create database field frm table ODSC - column type - Bank Name,Relate To Bank Code field.
    Jeyakanthan

  • PLD - How to calculate difference in days

    Hi,
    I have a print layout with two different dates (posting date and current date). I need to show the difference between these dates in days. Apparently a formula field with one field minus the other field doesn't do it .
    How can I get the number of days between two dates ?
    Any help is appreciated.
    Regards,
    Johan

    Hi Johan..
    Have you checked with the following thread..
    http://scn.sap.com/thread/1074105
    Hope Helpful
    Regards
    Kennedy

  • PLD - How to link Items and Items Group

    Hi guys, I'm having a problem that seems simple, but I can't solve it.
    My sales order layout was working fine, showing items and grouping by items group. Then all of a sudden, it started not to show anything in the repetitive area.
    When I was studying the problem I realized that when I add anything from the Items table (OITM) it doesn't list any results.
    I suppose PLD should link RDR1.ItemCode with OITM.ItemCode automatically, no?
    Is there anything I can try?
    Thanks!!
    Dan

    Hi Dan,
    Your assumption is not true.  RDR1 is not linked to OITM after created.  If you need anything from OITM table, it can only through UDF in Marketing Document Row.
    Thanks,
    Gordon

  • PLD: How to print 1 document to 2 printers

    Dear All,
    Can someone tell me how to print 1 document to 2 different printers? I need this for my delivery documents. 1 copy goes to 1 printer with normal A4 paper (return with signature copy) and the other needs to go the the other printer which has pre-printer paper with a logo and different color paper (for client to keep copy).
    Can this be done with normal functionality or does this require an add-on?
    Thanks!

    Hi,
    This can be done using a UDF.
    If Value of UDF is 1 then all the field related to the Deliver document has to Print
    If Value of UDF is 2 then all the field related to the Pre-printed format has to print
    This can be done by changing the UDF whenever your are taking the print out you have to select the UDF so that they can take the Delivery Document and Pre-printed document by using Formula field in the Single Print Layout.
    But you have to customize the report according to that.      I Had done the same for my client.
    Once the Problem is solved please close this issue.
    Regards
    Chidambaram

  • PLD How to move down zone "end of report" ?

    Hello,
    I have a problem when I print an invoice. It's printing an invoice in 2 pages, but I would like it in 1 page, on the print issue there is place but not on PLD. So I would like to resize and move the "end of report" and "repetitive area " in order to have my invoice in on page. I already try with frame but it stays it only shrink from the bottom.
    Tkanks for your help.
    regatds
    Sébastien

    Hi,
    The "end of report" is not movable. You can only play with the height so that total heights of all area can be held within one page.
    Thanks,
    Gordon

  • PLD - How to print 'Offic Copy' or 'Customer Copy' on Docuemnts

    While printing various Marketing documents,  I need to print a messge saying 'Office Copy' on the 1st copy of the Marketing document and 'Customer Copy' on the second copy of the Marketing document,  Is it possible to do this using the PLD??
    Thanks!!
    Dana

    Dana,
    The solution I am suggesting is my approach to your scenario.
    Create a User defined field in the Marketing Documents ..Title level by going to Manage User Fields window, choose Tools  > User-Defined Fields > Manage User Fields.
    It can be an alphanumic field.. Check Set Valid Values for Field and define
    Office Copy
    Customer Copy
    Map this field into your PLD template and print.
    Alternate Approach.
    Is to use the Printed field in the ORDR table to check if the copy of the first copy or Second Copy. 
    SAP Stored 'Y' on 'N' in this field and the same is available in the PLD .
    In the PLD of the marketing document.. Page Header area
    Add a Database field from ORDR - Sales Order...Field: Printed
    Add a formula field and in the Contents Tab of the Field properties window .. Add formula to Check the Value of the Database Field you Added (Printed) = "Original"
    Example: Field_203 == "Original"  (suppose field_203 is the printed field you added)
    Add another formula field referring to the same printed field (Field_203 == "Copy")
    Add two Text Fields with Text "Office Copy"  and "Customer Copy"
    The the Office Copy text field, add the first formula field (Field_203 == "Original") as the link field and similarly the second formula field to the "Customer Copy" text field.
    This way when you print the First time, the marketing document would evaulate the Printed field and Print Office Copy and the Second time onwards it will print customer Copy.
    Good luck
    Suda

  • PLD:  How to decrease Header along with PLD.

    How to Decrease Header along with paper size from A4 to half (Width= 648 Hight= 432),

    I am sorry, but I don't know the solution for your problem - like apparently the rest of the SDK community here.
    This Forum is (mainly) for SAP Business One SDK.
    For questions related to the B1 application itself and around customization the "Implementation" forum in the Channel Partner Solution Network (http://p2p.sap.com/businessoneforum) - or a message to SAP Support - would IMHO be the best options.
    Thanks,
    Frank
    Message was edited by:
            Frank Moebius
    ...but THANKS for the excellent subject you used! I am glad to see someone giving such precise information in the subject!

  • How to add From date & To date in PLD

    Dear Experts,
    How can i add From Date & To Date in Manage Previous External Reconsilation PDL?
    I am using inbuild SAP PDL..
    In Manage Previous External Reconsilation-Selection Criteria
    I am selecting  GL Acc & Date From & Date To.
    Date From & Date To I want to show in Print Preview..i.e in PLD
    How can i do?
    Please Help.
    Thanks you.
    Thanks & regards,
    Santosh.

    Hello sir,
    Thanks for replay sir.
    Sir dont want to add add selection criteria to pld.
    When we do Manage Previous External Reconsilation at that time
    Manage Previous External Reconsilation-Selection Criteria window coming.
    Date which i given in that selection just want to display in PLD.
    Thank you.
    Regards,
    Santosh

  • Issue in PLD of Out going Payment

    Hi All,
            I have a pld on out going payment where when we select the Account, we also get field to add description. Now when i try to caputre this detail in PLD, the system shows an error message, "The requested action is not supported for this object". In the pld, i have selected table RCT4, description.  Can anyone please tell me whats the cause of this error and ho can I capture the Doc. Remarks in PLD??
    Thanks in advance,
    Joseph

    Hi Joseph,
    It is not possible on Outgoing Payments.
    Try to Create QPLD.
    IF you need Outgoing Payments row details. Try to Create Query Print Layout Designer(QPLD).
    If you need to Print rows of Accounts in Outgoing Payments.
    Try this Query and you will design QPLD.
    SELECT T0.DocNum, T0.DocDate, T0.CardCode, T0.CardName, T0.Address, T1.AcctCode, T1.AcctName,
    T1.Descrip, T0.CashAcct, T0.CheckAcct, T0.Comments, T0.DocTotal,  CASE WHEN T0.CashSum > 0 THEN 'Cash'
    WHEN T0.CreditSum > 0 THEN 'CC' WHEN T0.TrsfrSum > 0 THEN 'WIRE' ELSE 'Check' END AS 'Mode'
    FROM OVPM T0
    LEFT JOIN VPM4 T1 ON T0.DocEntry = T1.DocNum
    INNER JOIN OPID T2 ON T0.PIndicator = T2.Indicator
    WHERE T0.[DocNum]>='[%0]' and T0.[DocNum]<='[%1]' and T2.[Indicator]='[%2]'
    ORDER BY T0.[DocNum]
    If you need to Print rows of Accounts and Cheque Details in Outgoing Payments.
    Try this,
    SELECT T0.DocNum, T0.DocDate, T0.CardCode, T0.CardName, T0.Address, T1.AcctCode, T1.AcctName,
    T1.Descrip, T0.CashAcct, T0.CheckAcct,
    T4.[DueDate],
    T4.[CheckNum],
    T4.[BankCode] as 'Bank Name',
    T4.[Branch],
    T4.[AcctNum] as 'Check A/C No.',
    T0.[CheckSum],
    T0.[CashSum],
    T0.[TrsfrSum],
    T0.[TrsfrDate],
    T0.[Comments],
    T0.DocTotal,  CASE WHEN T0.CashSum > 0 THEN 'Cash'
    WHEN T0.CreditSum > 0 THEN 'CC' WHEN T0.TrsfrSum > 0 THEN 'WIRE' ELSE 'Check' END AS 'Mode'
    FROM OVPM T0 full outer JOIN VPM1 T4 ON T0.DocEntry = T4.DocNum
    LEFT JOIN VPM4 T1 ON T0.DocEntry = T1.DocNum
    INNER JOIN OPID T3 ON T0.PIndicator = T3.Indicator
    WHERE T0.[DocNum]>='[%0]' and T0.[DocNum]<='[%1]' and T3.[Indicator]='[%2]'
    ORDER BY T0.[DocNum]
    IF you want extra some details, Check this thread.
    Re: PLD- outgoing payment .(RCT4 ,tables data is not comming)
    Re: PLD-How to increments rows of accounts in O/g payment.
    Regards,
    Madhan.

  • Incoming Payment -PLD

    Hi Experts,
                      One of the client want list of invoices number in print format of incoming payment .it gives me variable no-42-docnum which i tried but not showing document number of selected invoices.so pl help me to resolve it.
    Rgds
    Sudhir Pawar.

    Hi Sudhir,
    Are u want to show the invoice number & Amount in seperate column?
    In SAP B1 Behaviour, It is not possible on incoming & Outgoing Payments PLD.
    Normally it is not able to retrieve the invoice number & Amount in seperate column on incoming & Outgoing Payments PLD.
    Customer/Vendor Reference No. is HardCoded in incoming & Outgoing Payments.
    but Other Invoice Payments Details are stored in Table -> RCT2 - incoming Paymants & VPM2 - Outgoing Payments - Invoice.
    But, Customer/Vendor Reference No. is have Default in System PLD. See the incoming Payments(System) PLD.
    ->> Open the incoming Payments(System) PLD.
    ->> Documents Payment (Variable)Field in End of Report On System PLD.
    Documents Paid Variable - 130.
    ->> Documents Payment Field will display the Customer/Vendor Reference No. and Invoice No., Date and Total Amount (or) Journal Entry No., Date and Total Amount .
    Otherwise, if you need the Customer/Vendor Reference No. in Repetetive Area. Try to Query PLD.
    Check this thread, u can get some idea for QPLD.
    Re: Query - Copy description of RCT4 to UDF
    Re: PLD-How to increments rows of accounts in O/g payment.
    Regards,
    Madhan.

Maybe you are looking for

  • How to get rid of the residual value in my account

    hi i have 1 kr in my itunes accout and i need to change my country but i cant , what i do to get rid of the remaining value . thank you

  • Trying to import VSAs into ACS 1113 4.2

    I have some VSAs to import into my 1113 box, but I am stuck before I can even start :-( I have an accountActions.csv file containing some VSAs (this is just a test csv file.) I also have an FTP server that is accessible from the 1113 system. When at

  • Loading data by sql loader in oracle 10g on linux

    I am trying to load data in Oracle 10g on linux by using sql loader, but getting error Problem in log showing that field length of SURNAME field is more than table field size. Following is the error in log file of sql loader Record 21: Rejected - Err

  • Calling a WD java Application URL from a wsdl at PI

    Hi experts , we have a requirement where a wsdl at PI server should call a webdynpro java application , the URL of the application is  given to PI Team, but they are unable to call my webdynpro java application , is there any standard way of doing th

  • Changing N73 quick icons

    Hi Does anyone know how to change the desktop quick icons on the N73? I don't need the RDJ or music player icons and would like to replace them. Chhers ArtySin