How to create PLD_Items table for Crystal Reports

Hi experts,
Im trying to use the variable 130 for a report but in crystal reports, in some SAP Standard Reports the table PLD_Items appears, my question is how to create this structure for my report, i know that is an ADO.NET connection based on an XML file, but i dont know from where i can take this value can any one help me please?
Best Regards
Dave

If this is CR for B1, please post to SAP Business One Application
Alternatively see the SCN Site Index for the correct SCN Space for your product / component.
- Ludek
SCN Moderator

Similar Messages

  • How to create internal table for a structure in BSP

    hi ,
    I have created a Structure in BSP.I want to create an internal table for that Structure. But in my coding ie.
    <% data: begin of itab_1 .
                     include type zuvendstr.
                     data:end of itab_1.
                     data wa_str like line of itab_1.
                     loop at itab_1 into wa_str. %>
                    <tr>
                     <td><%=wa_str-name%> </td>
                           <%endloop.%>
    In this zuvendstr is Structure ,wa_str is workarea and itab_1 is an Internal table.But it is showinng an error that itab_1 is unknown.But we cannot define internal tables for an Structure in Page Attributes.So,please resolve how to create internal table for Structure in BSPS

    Hi,
    You can define itab_1 like this (assuming zuvendstr is a structure type):
    DATA: itab_1 TYPE TABLE OF zuvendstr.
    Regards,
    Tanguy

  • How to create a lookup in Crystal Reports or SQL Server

    I need to create an Operating Statement report.  The problem is that I need to create a lookup or something to satify a requirement that even if there is no data in the system it will still bring back a description.
    Example:  01 = Income, 02 = Expense, 03 = Labor.. ect(there are 31 of these)
    If there is no data for 03 I still need Labor to print.
    In my SQL I did a CASE statment that said when
    Account = '3001' THEN 01, Account = '3002' THEN 02, Account = '3003' THEN 03 ECT
    Then I created a formula a in Crystal that reads the case Statement to assign descriptions 01 = Income, 02 = Expense, 03 = Labor.
    The problem is when there is no data for Account 3003 then the formula does not know to still bring back 03 as Labor.
    Can I create a lookup to assign the description, I dont care about the values they can come back as zero.
    Is there a formula or can I create a sql statement to pull back a derived table anything but to create a physical table?
    Any help would be great.
    Application is Crystal Reports XI 2 SP2
    SQL Server 2005
    Peoplesoft 8.9 Financials.

    Thank you Ludek for answering my post.  That was just the information I needed.  I inserted a formula field and then changed the font to Wingdings and that gave me my checkbox.    Not being familiar with Crystal Reports I had a devil of a time just figuring out how to insert a formula field as the field explorer is not easy to find.  The following link will help any developers who might have that problem too.
    http://aspadvice.com/blogs/rjdudley/archive/2005/08/09/2642.aspx
    Lastly Iu2019ll add the part of my formula which gives you a checked or unchecked check box in a Windings font:
    --For Check box checked
        Formula = Chr(254)
    --For Check Box unchecked
        Formula = Chr(168)

  • How to create functional spec. for tds report in sap

    hello ,
    My client wants to develop tds report as per their desired format. the format is like
    DATE OF DEDUCTION/DATE OF CREDIT
    NAME OF THE PARTY     
    SEC     
    COMP/NON-COMP.     
    AMOUNT PAID     
    TDS     
    SURCHARGE(10%)     
    ED.CESS(2%)     
    TOTAL     
    BSR CODE     
    CQ/DD NO.     
    CHAL.SR.NO.     
    DEPOSIT DATE     
    PAN NO.
    I  talked to our abap person.But he said he needs the functional spec to develop the same.But i dont know how to create the functional spec and table join.
    I am very new in sap.If possible then Please help me in this regard.
    thanks&regards
    baishali

    Hi
    In the functional specifications, you need to tell which Tables and Fields should be picked up for displaying the data. Specifically for TDS some of the common tables are WITH_ITEM
    Also look at J1IENMIS. Much of teh information you require is there in the new TDS Report for India, though not exactly in the same order
    Regards
    Sanil

  • How to Create Transaction code for a Report

    Hi Gurus,
    I created some reports and I wants those reports
    should be placed in the SAP Menu(initial screen) not
    in the User menu in the form of Transaction codes.
    I would really appreciate if any one can please send the process to create transaction codes for the User reports/Report groups in R/3 and how to add those created Transaction codes to the SAP MENU.
    Thanks in Advance
    Danial

    Try to insert it into the main menu if you must change S000 (there is a function module for everything)? Perhaps SAP protects their menu trees from foreign subnodes in SE43?
    Also note that for report transactions you do not need to give the user transaction code start_report. If you do, then they could enter it directly and potentially start many other reports too. The system will call start_report for submitting the report internally without authorizations for it required (unless start_report is maintained in SE97).
    Regarding DE, this also confuses me sometimes and I noticed that it generally indicates that I am doing something which has an implication for a SAP standard object. Try either hitting the enter button to see what the next screen is, or, choose original language in the previous screen, or, logon in sy-langu = DE and (remember the path if you dont speak German) change it, or, follow JCs advice to create your own menu.

  • How can create color table for "write bmp file.vi"?

    i want to create a color table for a 8 bit bitmap.The color table is the input of "write bmp file.vi". how can i make it?
    thanks!

    > i want to create a color table for a 8 bit bitmap.The color table is
    > the input of "write bmp file.vi". how can i make it?
    > thanks!
    >
    There is a color control on the front panel numerics palette. A color
    in LV is a four byte xRGB formatted number. So you can make an array of
    the color numerics and set them by hand or format the numbers however
    you like. If unwired it will use the LV color palette which is pretty
    much the HTML palette.
    Greg McKaskle

  • How do I install UFL for Crystal Report XI for use on BOE InfoView XI 3.1?

    I have a Crystal XI Report that uses a UFL that was created by someone else. The library works just fine on my machine but I need to put this report out in BOE InfoView XI 3.1 for users. The library is Java Class.
    I have tried to put the library onto the BOE server but the folder structure, etc. is different on the BOE server.
    Could use some help on this.
    Thanks in advance.

    I have a license for Crystal XI on my desktop and that is all.
    We have licensing for BOE Repository to store and execute Crystal Reports. When I run a published Crystal Report the view panel in InfoView displays Crystal Report 2008 logo.
    Crystal Reports with UFL work on my machine because I can follow the documentation for Crystal Java UFL's (which is the same as the note you referenced), but that documentation is useless for BOE InfoView because Crystal Reports on the BOE InfoView server is entirely different.

  • How to get select query for crystal report in c# code

    In C#, (Visual Studio 2008 ) I need to use the native Crystal Reports objects to get the complete SQL statement as it appears when you view it in Crystal Reports.
    In Crystal Reports 12.0, Go to "Database > Show SQL Query..." ... That is what I need to get via C# code. I can get bits and pieces of parameter info etc but I just want the whole SQL statement.
    How to get this?

    Hi Ganesh,
    It's simple to use RAS, include the assemblies and use this to open your report document:
    using CrystalDecisions.CrystalReports.Engine;
    using CrystalDecisions.Shared;
    using CrystalDecisions.ReportAppServer.ClientDoc;
    using CrystalDecisions.ReportAppServer.Controllers;
    using CrystalDecisions.ReportAppServer.ReportDefModel;
    using CrystalDecisions.ReportAppServer.DataSetConversion;
    using CrystalDecisions.ReportAppServer.DataDefModel;
            CrystalDecisions.CrystalReports.Engine.ReportDocument rpt = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
            ISCDReportClientDocument rptClientDoc;
    To open the report use:
         object rptName = openFileDialog.FileName;
                    rpt.Load(rptName.ToString());
                    rptClientDoc = rpt.ReportClientDocument;
    Then to get the SQL set the log on info:
                rptClientDoc.DatabaseController.LogonEx("10.50.212.77,1433", "xtreme", "sa", "password");
                GroupPath gp = new GroupPath();
                string tmp = String.Empty;
                rptClientDoc.RowsetController.GetSQLStatement(gp, out tmp);
                MessageBox.Show(tmp, "Data Source Set and SQL Statement", MessageBoxButtons.OK, MessageBoxIcon.Information);
    Thank you
    Don

  • How to create Check table for Field Maktx

    Hi Experts,
    I am create one ztable with fields Mandt, Matnr, Maktx, Type1 and Type2 etc.
    I need a create a check table for field MAKTX.
    If i give material number the its the material description also.
    Thanks in Advance,
    Purnaneelu.

    Hi,
    Actually i am create one ZTable with fields Mandt ,matnr, maktx, type1,type2 and type3
    Now i am entry the data for matnr,type1,type2 and type3 .
    Now i am going to TCode SE16n material is not appears, but the requirement is shows the description also
    STOP USING I AM in each and every sentence...and try to correct your english...so that people can understand your problem easily.
    Hope this suggestion will help you going forward at the time of posting your question at SDN.
    Wram regards,
    Abhishek

  • BW Table for crystal report runtime statistics

    Hi All !
    I need to do some analysis on the runtime of crystal reports. Is there any table in BW side, that shows the statistics of executed crystal reports ?I want to see information like, start time, end time etc.
    Thanks in advance.
    Ozan

    Post your question BEX and B1 and classic SAP data source issues to the Integration Kit forum

  • How to create Custom shapes in Crystal Reports ?

    All,
    i need to create two thickish semi circles like half donuts... each of the donut needs to be conditionally formatted depending on some values. am wondering is it possible to create half donuts ? or custom shapes for that matter to suit my requirement.

    here's what i would recommend and it's a bit of work:
    create a bunch of formulas that you can populate dynamically.
    @green
    if yourcondition1 then 1 else 0
    @red
    if yourcondition2 then 1 else 0
    @blue
    if yourcondition3 then 1 else 0
    etc.
    as Abhilash mentioned you need to use a Donut type chart. you create 1 formula for every colour that you want to use in the chart. you then add all of them as Show Values. you'll get a message / warning about adding all of the values but you can ignore that warning.
    now you have to manually colour each part of the chart. there is a Color Expert in the chart but i would not recommend using it as it is very limited. you are better off creating one series / show value in the chart for every colour that you use and populating those formulas conditionally.
    when you run the report, you need to ensure that only 2 of the formulas meet a TRUE condition. that way you'll have two halves all the time.
    -jamie

  • How to find Backend tables for a reports in oracle iSetup

    Hi,
    We are planning to implement oracle iSetup for our client.
    Before that we would like to understand the functionality of iSetup in oracle Apps.
    Also from where the report is getting the data.
    I mean How is data collected from the backend tables?
    How is data presented within Java Pages - for review as well as downloads?
    Can anyone please answer my questions.
    I would be glad to have ur suggestions.
    Thanks,
    Satya

    Hi Satya:
    iSetup is a framework which works with a set of functional APIs provided by the respective teams within the E-Business suite. The 'extract' generation collects data from the required tables using these APIs. The reports are generated on these 'extracts' which are snapshots of setup data from an instance at a given point in time. iSetup provides seamless migration and reporting capabilities between one or more instances.
    I would like to undestand more about the use case for which you are planning to use iSetup so that I can help you better.
    Thanks,
    Lokesh

  • How to create index/summary for Interactive Reporting report

    Hello everybody,
    Platform: Hyperion System 9.3.1.
    Is it possible to automatically create the document index/summary in an Interactive Reporting report?
    Any help will be very appreciated.
    Thank you!
    Daniela

    I will take a bit of work.
    You need to figure out how many records per page and how many pages your report may become then by doing a bit of math you can build the index on the Report Header/Footer

  • Damaged Check Table for Crystal Reports

    We have written our own check register report and damaged checks do no show up.
    Can you tell me which table damaged checks are kept in so I can link to it?
    Thanks,
    Rob

    All the details are available in PAYR table. You just need to take the Void reason codes and report.

  • How to create an install for forms & reports

    I would like to create an install file that would load an application we developed (used 6i forms and reports). This application would be installed on the client side and will be used to access a database on the server side. I vaguely remember something called a "make file", but I am finding nothing on it. Any info would be greatly appreciated.

    You can use Oracle File Packager (C:\orawin95\BIN\OISFP10.EXE). I use it successfully. Your installation will look like Oracle installation.
    Helena

Maybe you are looking for

  • Itunes "has stopped working" windows solution? HELP ME

    this has beeng going on for about a week, one day i went to itunes and all of all sudden said itunes has stopped working. I have uninstalled itunes and quicktime, and reinstalled. I also searched the forums and did everything what everyone suggests.

  • Count function in Administration Tool

    Hello, I am using Oracle BIEE 10.1.3.3 and tried using the count function in the repository so that the users have the field ready in Answers but the consistency checker returned an error stating: [38083] The Attribute 'No of Movements' defines a mea

  • Photographs all are read only??

    Hi folks. I wasn't sure where to put this question so it may not be in the right place. I have the iMac and my wife has a Dell PC (poor thing :0)). I copied all of the photo's she has collected onto a DVD to transfer them to my iMac for editing and f

  • How to manage get-child item, then foreach child move the item some where

    Hi, I have a directory structure like the following: RootFolder -> SubFolder1   * page1.txt * page2.txt * thumb1.jpg * thumb2.jpg -> SubFolder2 * page1.txt * thumb1.jpg Now, what I want to achieve is like I should get a directory structure like the f

  • Spry Horizontal Submenu IE bug

    The Spry Horizontal submenu bar does not display correctly in Internet Explorer. Everything appears to be working correctly in Firefox. The Submenu on the navigation bar keep dropping down from the top of the browser window instead from it's correspo