Standard Crystal Layout for General Ledger Report, Development Limitations

Hi Guys,
I have experienced some development limitations in the standard crystal general ledger layout for "General Ledger report" in SAP.
So if we are running standard "General Ledger" report we have a lot of columns but we unable to get these columns in the standard crystal layout because PLD_Items (XML source file) doesn't contain all of them. For example, I need to add a "Project" into existing standard crystal layout and I can't do that.
Do you have guys, any ideas how to change PLD_Items source or it's impossible?
Any help will be appreciated.
Thanks,
Sergey Magsumov

Hi,
Please refer this thread http://scn.sap.com/thread/642764
Thanks & Regards,
Nagarajan

Similar Messages

  • Business One C# DI API's for General Ledger Report?

    I am working on the General Ledger Report and unable to find the DI API's for C# for the following cases. If somebody can point me the API's, that would be really helpful. I have handle to the logged in company.
    Get all ChartOfAccounts
    Get AccountSegmentations
    Get BusinessPartners
    Get JournalEntries_lines
    I am new to SAP. The documentation is bit unclear. I am using the following code to load the objects. Now it is unclear how to loop through the journalvouchers to load all the lines one by one.
    SAPbobsCOM.AccountSegmentations segmentations =  oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oAccountSegmentations);
                SAPbobsCOM.AccountSegmentationCategories categories = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oAccountSegmentationCategories);
                SAPbobsCOM.BusinessPartners partners = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oBusinessPartners);
                SAPbobsCOM.JournalVouchers vouchers = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oJournalVouchers);
                SAPbobsCOM.JournalEntries jEntries = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oJournalEntries);
                SAPbobsCOM.JournalEntries_Lines jLines;

    Hi,
    Are you trying to run the report via code?  If so, you can only do that using the UI objects as there is not DIAPI for reporting.
    You first need to activate the menu item for the report:
    connect.SboApp.ActivateMenuItem("13058");
    Once you've done that, you can get the active form which will be your criteria window, use the UIAPI to set your criteria and run the report by getting the OK button object and calling the Click method.
    David

  • Offset account name for BP is missing in the general ledger report

    Hi all,
    while taking the ledger report of a cash account through General ledger report in the financials ,it is not showing the Business partner name ,it is only displaying the code.
    Regards,
    naresh k

    Hello,
    I am trying to get the "Offset Account Name" to print in the paper report. For the "on-screen" report it is displayed and can be toggled in the form settings, but this has no impact on the printable reports. I have looked all over trying to figure out an easy way to just add the data into the report, but for the built-in Crystal report, all the items come from the "PLD_Items" database. PLD_Items F_120 is the field for the Offset Account Code, but I don't know which one it is, if it's even there, for the description field.
    Short of writing an entirely new report, is there a way to add this field?
    Thank you.

  • Drill Down Report gives an error for General Ledger.

    Hi,
    I'm using the transaction GCAC to compare general ledger with profit centre accounting.While drilling down the report for PCA, the report works fine and gets drilled down to the invoice in SAP.But I get an error when I try to drill down the report for general ledger.It gives an error GI358 i.e. No line items were selected.The diagnosis of the error message shows that pool tables have to converted to transparent tables.
    I want to know whether the error occurs beacuse of pool tables issue and if yes then how can we remove the error.
    <<removed_by_moderator>>
    Thanks,
    Sandeep.
    Edited by: Vijay Babu Dudla on Apr 27, 2009 7:04 AM

    Hi sandeep,
      Check if this is of any relevance to you:
    http://help.sap.com/saphelp_45b/helpdata/EN/0a/8b7415dc4ad111950d0060b03c6b76/frameset.htm
    Regards,
    Ravi

  • General Ledger report with Op Bal , Trans Line Items and Closing Balance

    Hi Experts,
    My clients needs a General Ledger report which should show Opening balance and all transactions line items with closing figure in a single report for a fiscal year in the given date range wise. Can I get a report in standard sap. Waiting for your reply.
    Thanks in Advance,
    Arabinda Parida

    Hi Parida,
    There is no such report in SAP. Basically all standard report gives line items not with opening and closing balances. Anyway check mentioned transaction which may help to you.
    S_ALR_87012309....It is cash journal report. Anyway you can enter GL account get opening and closing balances with all relavent transactions.
    Regards
    Suma

  • Typical General Ledger Report

    Hai people,
    I  need a query to display all the transactions for customer ( like  General ledger).
    _*Scenario*_
        Step 1 -  Item Master is created - ITEM 1
        Step 2 - Payment Schedule  will be created in ITEM MASTER DATA through ADD-ON(18 FIELDS )
        Step 3 - Sale Order will be created for Customer 1
        Step 4 - Partial Payments will be made by customer against the Sale Order created in step3(Lets say the Unit price
                      will be  splitted in 8 stages(Payment Schedule) say Inital,Advance,UDS,S1,S2,S3,S4,S5 -created in
                       Item Master- Unit Price in   
                       item Master Data will be splitted among these 8 fields)
                       Payments will be made against each of the above 8 stages  say 8 payments will be made.
      Step 5 - In addition to the above 8 payments there will be some SERVICE A/R Invoices will be made for the
                   customer 1
      Step 6 - If the Total Amount in all the 18 fields that is created in step 2 is paid then the ITEM SALE Order in step 3
                   will be   converted in A/R Invoice.
       Step 7- Report to Know all the tranactionts that has been made to the customer or ITEM CODE that choosen in the SALE   
                   ORDER.
    Note - Only One item is Created for each Customer and if it saled means then it cannot be used and
               some times customer 1 may book 2 or more items also.
    Now we need a report like a General Ledger report for each item or Customer that displays all the
    Incoming Payments- includes receipt no, date, customer,mode of pay, total value,
    Outgoing Payments- includes receipt no, date, customer,mode of pay, total value,
    A/R Invoices- inv no,date, if item type then item code,value ir service then against which g/l account,total value
    or Manual Journals that has been posted to that
    customer and in the report the Balance due needs to be calculated after each transaction is made.
    (Total Amount= Unit Price+Field 1+ Field 2 ( created in OITM))
    Tried using crystal report and able to display only the incoming payments.
    Pls guys any help would be appreciated.
    Regards,
    PV.

    Hi Gordon,
    Lets not  consider the udf's  for a moment now.
    I have tried this query  to know all the transactions that has been made for a customer against the item code.
    Now i need some changes in the query that i need to display the balance due and total paid amount  in the query against each row(after each transaction) ,The Balance due needs to be calculated against the Total Sale Order Value.
    SELECT T0.[TransId],T0.BASEREF,T0.MEMO,T2.CARDCODE,T2.CARDNAME,T0.[RefDate], T0.[TransType] AS 'Origin Doc.Type', T1.[BaseRef] AS 'Origin Doc.No', T1.[ShortName], t3.acctname, T1.[LineMemo],T1.Ref3Line,t5.U_SoNo,t7.itemcode,T6.DOCNUM,T6.DOCDATE,T6.DOCTOTAL,T6.NUMATCARD,T6.DOCSTATUS,T6.CARDCODE,T6.CARDNAME,T6.ADDRESS,T9.[CheckNum],T5.TrsfrRef,
    T5.[CashSum], T5.[CreditSum], T5.[CheckSum], T5.[TrsfrSum],
    T9.BankCode, T9.Branch,
    CASE WHEN T5.CashSum > 0 THEN 'Cash'
    WHEN T5.CreditSum > 0 THEN 'CC' WHEN T5.TrsfrSum > 0 THEN 'WIRE' ELSE 'Check' END AS 'Mode',
    T1.[Account], T1.[ContraAct], T1.[CreatedBy], T1.[Debit], T1.[Credit]
    FROM OJDT T0
    INNER JOIN JDT1 T1 ON T0.TransId = T1.TransId
    LEFT JOIN OCRD T2 on T2.CardName = T1.[ShortName]
    LEFT JOIN OACT T3 ON T3.ACCTCODE=T1.CONTRAACT
    left join  orct t5 on t5.transid=t0.transid
    LEFT JOIN RCT1 T9 ON T9.DOCNUM = T5.DOCentry,
    ordr t6, RDR1 t7, OITM t8
    WHERE t6.cardcode =t1.shortname and t7.docentry = t6.docentry and t8.itemcode=t7.itemcode
    Pls help me in finding some solution for this.
    Regards,
    PV

  • Error at Outgoing payment  and general ledger report

    Hi Experts,
    I am getting a error while opening Outgoing Payment and General ledger Report, Errors are : "Path Can not be Null, Parameter Name: Path" and "Error code: 100000004, Error: Unknown session" ,respectively.
    These errors are only at a particular client machine.
    Kindly suggest solution.
    Thanks in Advance.
    Ashutosh

    Hi Jambulingam/Suraj,
    I checked the by giving admin rights, also with different user login, but these errors come as and when they want, i have put in this system in observation and wil update this thread accordingly.
    There is no citrix server.
    Thanks for your reply.
    Regards
    Ashutosh

  • In General Ledger report i want "cheque Number" Column

    Hi All,
    I am seeing General Ledger report in-built in sap B one 2005 for one single bank G/L A/C. i want one column in this report "Cheque Numbers" which is posting in Outgoing Payment, any body help on this.
    Regards,
    S.Mobin.

    hi
    please go to form setting and make visible "Ref. 3"
    u will get the number
    please let me know if it does not work
    Avtar singh Saini .

  • The Customer/Vendor Name in the General ledger Report Form.

    I have Questions about General Ledger Report in SAP Business One. Display the Customer/Vendor Name in the General Ledger Report.
    Just would like to ask if its possible to display the Customer/Vendor Name in the General Ledger Report? The format simply have the Customer/Vendor Code on the said report. Is there a work around on this?
    Please help me.

    Hi,
    In the Standard Reports, you cannot add a new column.
    As mentioned by me earlier, please check 'Offset Account Name' column in the Form Settings if the same is of help in your case.
    You can check Note No. [1045356|https://websmp130.sap-ag.de/sap(bD1odSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1045356] regarding the issue. The same has been fixed in 2005 A PL23.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • General Ledger Report Criteria Selection

    Hi, just a general question in regards to running the general ledger report.  I would have thought the expanded button would be user specific, as it is not it means that each user has to check and change the selection for each report incase someone else has changed it.  Some reports are GL specific (which takes time to go through and tick those required) and change dates and then the expanded options, thus leading to my question (whew). 
    Is there anyway a user can 'save' a selection criteria so they can easily run this each day for eg without all the pre selection hassle and making sure the selection is consistent with the previously run report.  Especially if the user is away and someone else has to run it.
    I noticed there is a selection criteria on the tax report however it does not allow you to save it.
    thanks judi

    Judi,
    Unfortunately, there is no means for a user to save a selection criteria on the Reports.
    Suda

  • Cannot generate General Ledger report

    Hi Experts,
    I have a user with various authorizations, but should be authorized to run the General Ledger report. However, the system ask for authorization of General Ledger even if it is already authorized in the Authorization Module. We used document ownership and the user is also authorized in all reports. But still the authorization check appears.
    Is there any other pre-requisite authorizations to be able to run the General Ledger? We are using 8.8 PL12.
    Many thanks,
    Don

    Hi,
    Give Authorization to
    1. Chart of Account and Balance
    2. Business Partner and Balance
    If not working
    Remove the data ownership and check whether it is running..
    If running then the problem in Data Ownership only..

  • General Ledger Report

    Hi Friends,
    When I am trying to run General Ledger reports , no data are being fetched by the report.
    Please help :
    I want to generate a Ledger Account report for all the Natural Accounts, showing the opening, closing and detailed account transactions.
    Thanks,
    Soumya Prakash

    I am not a functional person, but have you checked Oracle General Ledger (User/Implementation/Reference) manuals?
    http://download.oracle.com/docs/cd/B53825_03/current/html/docset.html
    Thanks,
    Hussein

  • General oracle report development scenarios

    Hi
    I need to develop oracle reports as part of my assignment .
    I am looking for some report development examples or scenarios to generate reports using oracle 10g reports developer tool.
    Any site or link or any info would be greatly appreciated.
    Thanks
    Dave

    It is the tasks i am looking for that a report developer usually performsI'm not sure what you looking for. A report developer creates reports. Oracle Reports is just a tool for that task. It would be the same task as for a developer in Jasper Reports, BI Publisher, Cognos, Business Objects or any other reporting tool.
    Basically:
    Based on the requirements you design a layout and see what data you need. This is just the analysis phase, no programming here yet.
    For this data you create a data model (the queries). I prefer to create the queries as much as possible as database views, to keep the report itself as simple as possible.
    From this data model you create the layout model.

  • Default Setting for Genenral Ledger Report

    Hello,
    While i am running General Ledger Report for G/L system show defaul subtotal for daily, Monthly and Yearly. Is there any setting available so that report shows default yearly total only.
    Regards,
    Arpit Shah

    Hi,
    This is the default functionality of B1.After running the report only you can uncheck the daily,monthly and yearly sub-total.
    If you are fed up with time taken to uncheck and refreshing data,you can create SQL query.

  • Standard Crystal Layouts

    Hi experts,
    In current versions of SAP Business One, new Crystral layouts can be imported and managed through the Report & Layout Manager. However, the PLD standard layouts are integrated into SAP B1 and can be accessed directly from the layout designer without importing them.
    So, will SAP offer standard Crystal Layouts like PLD layouts without the need to import them?
    Thank you.
    Nadia.

    Hi Nadia,
    always ensure when editing SAP Layouts, that you disable smart linking. You can find this option through the SAP Crystal Reports Menu. FIle => Option => Database => uncheck Smart Linking
    Best regards,
    Darius

Maybe you are looking for

  • Bug in Camera Raw

    I think this was introduced with ACR 6.6 RC ... but I'm not entirely sure, as the bug seems to be transient. The problem basically is, when adjusting an image in Camera Raw and hitting Ctrl+Z while the preview is zoomed in to 100 % view or larger the

  • Help regarding adaptive RFC settings

    Hi, I am trying to make the WD tutorial flight list module work which uses adaptive RFC model... I am in a bit of confusion as to the all the settings required to be made so that the RFC call works with no errors... In the visual administrator --> Se

  • Xml data source limit

    Hi I've been having trouble finding information on this, but is there a limitation on the file size of the xml data produced by an apex report query? If I download the xml data in the application builder, I'm finding once the expected xml data size g

  • Nokia 6300 contact

    ever time i wanna add any details to any contact such as home no. or any other details it is failed and tell me operation failed is there is solution plz any help

  • Updated iphone 3g software and LOST ALL CONTACTS!

    PLEASE HELP! I updated my iphone 3g to the latest software the other day and in return got a clean iphone.... no contacts, no notes, no nothing! I think I read everything posted here, and I already tried: 1. importing from sim - got nothing. 2. resto