DocType in Crytal report

HI
I am creating a AR Invoice document report as well as AP invoice in same report I want to sort according to DocType.
The issue is, The DocType column only gives I but I want to display Invoice or atleast IN how to do this?
Help me out.
By
Kalai

1. Choose field DocType in details section and rightclick, select format field option
2. You would be able to see Format Editor opened and in Common tab
3. try to identify Display String and open Formula Workshop by clicking an icon looking like X-2
4. Place IIF ({Command.DocType} = "I", "ItemIN","SerIN") formula, clicke save and close
Now run report preview and see the for doctype "I", "ItemIN" will be displayed and so on..
Hope this will help to solve your problem.
Good Luck.
Regards
Satish

Similar Messages

  • ALV Crytal Report Ehp 2.0

    Hi All.
    I was recently reading the book by Thomas and Rich - Next Generation ABAP.
    In the ALV section, it says that with Ehp2.0, we can have crytal reports in ALV without any license or any additional server infrastructure.
    We only need to download the Crystal Report Viewer which I have done.
    But I still do not see the Crytal Report icon that is shown in the book example.
    Any other setting that I need to do to get that?
    I tried SALV_CRL, but could not find anything in that transaction. The default one is already there.
    Thanks in adv.

    Hi,
    I connect via the button Open Report in BW. Then I recieve the SAP GUI Logon scrteen, where I maintain my datas. When I press OK, it hangs for a while, about 2 Minutes and then the follwing error pops up:
    CExToolBar::GetRemoteFileCookie() HR = 0x80004005
    Thanks
    Laszlo

  • Useing Crytal Report in SAP B1

    Hi, everybody !
    I want to use Crytal Report to report. have i to use it?
    Can you tell me an examlpe!
    Thank you!

    The steps to use crystal report in SAP B1:
    1. Creating addon or report form that is integrated to SAP B1. This is an interface.
    2. Creating a report launcher that can be a form listing the reports
    3.Prior to creating report launcher and addon, you must develop the layout of crystal report and database connection setting
    Usually, there is no crystal report created without integrated to SAP B1 except using addon or interface.
    Rgds,

  • Error when use Crytal Reports with Delphi.

    Delphi 2010  and CR2008
    When i code :
               Crpe1.ReportName := 'c:\temp\invoice.rpt';
               Crpe1.Output :=  toPrinter;
               Crpe1.Print;
    Problem with Print Method !
    Error : 538
    Error in File invoice.rpt:
    Parameter has invalid structure size.
    PrintOptions.GetCopies <PEGetPrintOptions>
    Pleave help me fix this error !

    Looks like you are using the VCL? Where did you get the VCL?
    I'd also like to draw yor attention to the following blogs;
    http://weblogs.sdn.sap.com/pub/wlg/14384? [original link is broken] [original link is broken] [original link is broken]
    Crytal Reports for Delphi Support
    /people/trevor.dubinsky/blog/2009/10/09/introduction-to-delphi-prism-applications-development
    /people/trevor.dubinsky/blog/2009/10/19/delphi-prism-how-to-setup-the-environment-for-crystal-reports-2008-and-bobj-enterprise-r3-development
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Error while opening Crytal report

    Hi All ,
    I am receiving the below error while opening reports .I am not able to open the crystal report.Tried uninstalling and reinstalling.But it dint worked.Can any one help me with this issue.Please find the error file attached.I am using SAP B1 9.0 PL06 and crystal report 2008

    The best place to post your queries (and preferably it should be the developer posting the queries) will be: 
    SAP Business One Application SCN Space.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Linking Two Crytal Report Enterprise

    Hi All,
    I am trying to link 2 diff crystal Reports. Using Hyper link.
    Now problem is if I pass simple hyperlink it is working Fime.
    But I am unable to pass parameter.
    Do some one know how to pass parameter from one crystal report to Another Crystal.
    Note- I am using 2011 Enterprise. Not 2008(I know how to pass in 2008)

    Hi Ayush,
    Check below SAP Note for all details, note that document also included in this note at the bottom.
    Redirecting...
    1971742 - How to create an opendocument url
    for Crystal Reports 2011 published on BI Server 4.0
    For both Crystal and BO servers, the URL is same.
    -Sastry

  • FMS & Labels  in case of Crytal reports

    Hi Experts,
    The issue i have made few reports through crystal report designer and deployed the reports into SAP.
    My reports consists of some selection parameters.
    There are two reports named  A,B.
    In report A selection criteria is item code and name for which i have applied FMS but i want this FMS to work only for 'A'  report not for 'B' but it is working for even 'B' also since UID is same.
    Also another issue is -
    My label name also changes automatically if i have changed it for one report which i have assigned thorugh text promt feature which is in crystal designer.
    Thanks & Regards-
    Mona

    Hi Gordon,
    Below is the FMS -
    For Series  for Report (A)
    when applied for 'A' report it became applicable for Report 'B' also.
    Select T1.SeriesName,T0.Series from OJDT T0
    inner join NNM1 T1 on T0.Series = T1.Series
    group by T1.SeriesName,T0.Series
    For BankName :
    Select AcctName,AcctCode from OACT
    Thanks & Regards-
    Mona

  • Crytal Report  Problem in Grouping

    I have problem in Group By option of Crystal Report. I have problem using Group By Option by selecting original order instead of  ascending.When i used original order idata is not summarised i.e. not group

    I donot understand  "group by must be according to order" it is ok when  I Select ascending order problem only in when i select original order instead of Ascending order
    Select* From (
    SELECT Top 9000000 'DB1'as 'Expr1000' ,T1.AcctCode,
    CASE WHEN T1.Postable = 'Y' THEN T1.Segment_0 + '' + T1.Segment_1 ELSE T1.AcctCode END 'Expr1002',T1.GrpLine,
    T1.AcctName, ISNULL(T1.FrgnName, 'X')'Expr1004', T0.Debit, T0.Credit, T0.FCDebit, T0.FCCredit,
    T0.SYSDeb, T0.SYSCred, T1.Levels, T1.Postable, T1.ExportCode, T1.ActType, T1.FatherNum,
    T1.GroupMask, T0.DueDate, T0.TransID, T0.RefDate,
    [dbo].[GET_MONTH_ID](T0.RefDate) as 'FY Month',
    [dbo].[GET_YEAR_ID](T0.RefDate) as 'FY Year',
    [dbo].[GET_BEGIN_FY](T0.RefDate) as 'Begin FY',
    [dbo].[GET_BEGIN_MONTH](T0.RefDate) as 'Begin Month',
    [dbo].[GET_END_MONTH](T0.RefDate) as 'End Month'
    FROM Test_C1].[dbo].[JDT1] T0 Right JOIN  [Test_C1].[dbo].[OACT] T1 ON T0.Account = T1.AcctCode order by grpline
    ) as c
    UNION All
    select * From(
    SELECT Top 90000000 'DB2' as 'Expr1000',
    T1.AcctCode,
    CASE WHEN T1.Postable = 'Y' THEN T1.Segment_0 + '' + T1.Segment_1 ELSE T1.AcctCode END 'Expr1002',T1.GrpLine,
    T1.AcctName,
    ISNULL(T1.FrgnName,'X') 'Expr1004',
    isnull(T0.Debit,0)as 'Debit',
    isnull(T0.Credit,0) as 'Credit',
    isnull(T0.FCDebit,0 ) as 'FCDebit',
    isnull(T0.FCCredit,0)as 'FCCredit',
    isnull(T0.SYSDeb,0)as 'SYSDedit',
    isnull(T0.SYSCred,0)as 'SYSCredit',
    T1.Levels,
    T1.Postable,
    T1.ExportCode,
    T1.ActType,
    T1.FatherNum,
    T1.GroupMask,
    T0.DueDate,
    T0.TransID,
    T0.RefDate,
    [dbo].[GET_MONTH_ID](T0.RefDate) as 'FY Month',
    [dbo].[GET_YEAR_ID](T0.RefDate) as 'FY Year',
    [dbo].[GET_BEGIN_FY](T0.RefDate) as 'Begin FY',
    [dbo].[GET_BEGIN_MONTH](T0.RefDate) as 'Begin Month',
    [dbo].[GET_END_MONTH](T0.RefDate) as 'End Month'
    FROM [Test_C2].[dbo].[JDT1] T0
    Right JOIN [Test_C2].[dbo].[OACT] T1 ON T0.Account = T1.AcctCode order by T1.grpline) as d

  • Problem in SAP toolbar of Crytal report 2008!

    Hi Experts,
    As some Articles from Blogs, after the installation of the SAP Integration Kit there is a new toolbar in Crystal Reports.
    But I installed SAP Solution Integration Kit for Business Object Edge Series Standard Package on Server andI installed Crystal Report on Client. How can I see SAP toolbar on Crystal Report 2008 to integrate and connect with SAP BW?. Could you show the solution to solve that?
    Thanks
    Jack,

    Hi,
    you need to have the SAP GUI with BW 3.5 and BI 7 Add On installed and you need the client componets from the SAP Integration Kit installed.
    Ingo

  • Crytal Report is not able to connect to BW

    Dear Colleagues,
    CR 2011 doesn't work, i.e. CR terminates, if we try to create a report
    from a query.
    We use
    - SAP Crystal Reports 2011 Version 14.0.0.760 RTM
    - Windows 7 Version 6.1 (Build 7600)
    - SAP BW 7.3 SAPKW73004
    - SAPGUI 7.20 Version 7200.2.4.1057 Build 1207236 Patch 4
    Do you have any idea how to solve this issue?
    Thanks in advance,
    Laszlo

    Hi,
    I connect via the button Open Report in BW. Then I recieve the SAP GUI Logon scrteen, where I maintain my datas. When I press OK, it hangs for a while, about 2 Minutes and then the follwing error pops up:
    CExToolBar::GetRemoteFileCookie() HR = 0x80004005
    Thanks
    Laszlo

  • Crytal Reports 2008 SP3 - BAiO Reports - Dump 'DYNPRO_SEND_IN_BACKGROUND'

    Hello,
    we have following BAiO-Installation:
    SAP-Kernel Informationen
    SAP-Kernel :  701_REL
    Datenbank Client Library : SQLDBC 7.6.6.006 CL 216871
    hergestellt auf  :  NT 5.2 3790 Service Pack 1 x86 MS VC++ 14.00
    hergestellt am  :  Feb 24 2009 23:27:20
    Support-Level  :  0
    Kernel Patchnummer : 32
    Source-Id  :  0.032
    DBSL Patchnummer : 024
    ICU Version : 3.0 Unicode Version 4.0.1
    libsapu16 Version : 2.0025  Feb 24 2009 21:13:21
    Crystal Report 2008
    CR Developer
    Version: 12.3.0.601
    During the binding of some Crystal Reports there are Dumps in SAP-System 'DYNPRO_SEND_IN_BACKGROUND' -  Error message: "SNC disabled to start insecure programs, reject request
      to start olca9056.633415DC6762B03AFC0 from host=olca9056 TP=sapgw01"
    Know everyone this mistake?
    Thanks and  greeting Peggy Nosek
    Reports, which running:
    - Cost Analysis Planned vs. Actual Order Costs.rpt
    - Financial Statements.rpt
    - GL_Statement.rpt
    - Purchasing Group Analysis.rpt
    - Travel by Cost and Location.rpt
    Reports with dump:
    - AP Open Items.rpt
    - Controlling Dashboard.rpt
    - Cost Analysis - Planned vs. Actual Cost Variance for Cost Centers.rpt
    - Credit Memo Analysis.rpt
    - Customer Fact Sheet.rpt
    - Customer Standard Analysis.rpt
    - List of Personnel Travel Expense.rpt
    - List of Sales Orders.rpt
    - New Quotations and Orders Values and Numbers.rpt
    - Sales analysis by product material.rpt
    - Sales Dashboard.rpt
    - Sales Organization Analysis.rpt
    - Stock Overview.rpt
    - Vendor Analysis.rpt
    - Vendor Comparison.rpt
    - Vendor Fact Sheet.rpt

    Hello Ingo,
    the dumps will be created by connection of tables.
    For example the Report "Customer Standard Analysis.rpt":
    If I binding the report on my SAP-Sytem there are the dump:
    DYNPRO_SEND_IN_BACKGROUND
    "SNC disabled to start insecure programs, reject request  to start olca9056.1846712AC676934D59A0 from host=olca9056 TP=sapgw01"
    This report include following tables: kna1, makt, s001.
    If I build a new Report with table  there are the dump:
    - kna1
    DYNPRO_SEND_IN_BACKGROUND
    Aktuelles Dynpro: "SAPMSSY0 " 0120.
    "SNC disabled to start insecure programs, reject request to start olca9056.63348BC67693BAEAD0 from host=olca9056 TP=sapgw01"
    -makt
    DYNPRO_SEND_IN_BACKGROUND
    Aktuelles Dynpro: "SAPMSSY0 " 0120.
    "SNC disabled to start insecure programs, reject request  to start olca9056.18467106C6769401E660 from host=olca9056 TP=sapgw01"
    - s001
    DYNPRO_SEND_IN_BACKGROUND
    Aktuelles Dynpro: "SAPMSSY0 " 0120.
    "SNC disabled to start insecure programs, reject request  to start olca9056.184671640676946DBF20 from host=olca9056 TP=sapgw01"
    greets Peggy

  • Query engine failed error for crytal report refreshing to new params in jsp

    Using licensed weblogic 8.1 server in production mode. Weblogic workhsop has inetegrated supprot for crystal reports 9. Using standalone report & accessing sql server through odbc, i got result for different parameters passed.
              Problem Area : Passing parameter to have specific report causes unexpected query engine failed error in com.crystaldecisions.report.web.viewer.CrystalViewer class. If viewer.refresh method is commented, then static (already saved) report is displayed through jsp. But using viewer.refresh method for dynamic report genertaion for new parameters through jsp gives above error.

    Hello
              I'm experiencing the same problem. Please let me know if you've any solution.

  • How to open Crytal report deployed in Business Objects 3.1 CMC using C# cod

    WE designed the report using Crystal report 2008 and then deployed the reports in Business Objects 3.1
    The deployment server has below details
    BO:   BO 3.1 no fix packs
    OS:   AIX 5.3
    WebSphere: 6.1.0.25
    Now we have an Intraday website devveloped with ASP.net 3.5 hosted on a Windows 2003 server. the backend is SQL server 2005. I need  sample C# code  that can be used to open the crystal report deployment in Business Object 3.1 UNIX server as mentioned above.
    Any assistance is highly appreciated.
    P:S I didn't find any documentation/sample in this website.
    Regards,
    Ashok

    The developer library documentation can be found at:
    http://www.sdn.sap.com/irj/boc/sdklibrary
    Look for "Business Objects Enterprise .NET SDK - Developer Guide and API references" links.
    There are tutorials and code snippets in developer guide.
    The samples can be found at:
    http://www.sdn.sap.com/irj/boc/index?rid=/webcontent/uuid/706de3ab-8186-2b10-15aa-e4c5e73283f1 [original link is broken]

  • Crytal reports-Report explorer

    Hi
    What is the use of adding second Detail area in Crystal report?
    i.e Detaila & Detailb
    By
    kalai

    Hi
    It is basically depend upon how you can use it .Details sections are like repetitive area .
    When you put field name in  Detail A- you can get a header or mean column name
    you cannot get header /column name for detail b.<that's the basic difference >
    Hope this helps
    Bishal

  • Crytal Reports for Delphi Support

    D2007 .NET and CR2008
    In the article by
    Ludek Uher, Jonathan Parminter, and Trevor Dubinsky are Senior Engineers with Technical Customer Assurance, SAP BusinessObjects. They specializes in the SDKs supplied with Crystal Reports and BusinessObjects Enterpris
    which I have followed carefully the CrystalReportViewer fails to display.
    I have used reports with saved data and one which I have a connection to a database.  I connected to the database using ApplyLogInInfo with good and bad credentials. With bad I received a login page with good credentials nothing.  I can set a tooltip hint and/or color the background and the web page shows me the correct tooltip and/or color. BUT NO REPORT not the tool bar etc. as RDC used to.
    I have used Crystal Reports from version 6 and Delphi from version 3. 
    I tried CrystalReportViewer.ReportSource=MyReport.rpt as well as using ReportDocument.
    This is extremely frustrating as I know almost everything is correct.
    I use two browsers Firefox and IE8 and javascript is enabled.
    I will try a second machine next but after 8 hours of surging and making changes I thought I would try this forum.
    I did check the assemblies they are 12.0.2000.0
    TIA Ephtaim

    The article  Crystal Reports for Delphi Support  missed an important point.
    Everything is okay except the viewer does not diaplay. Why
    bobj is undefined. Google it and
    the crystalreprtviewer12 directory is not found by IIS.
    This is a development machine with CR2008 [licensed and paid for] installed.
    I should not need to spend so much time looking for trivia like this.
    Although so much money is spent on developing better software maybe a little more money and time should be invested in technical writing!!  It seems more and more rare to follow an article through without a hiccup.
    I still love Crystal Reports.

Maybe you are looking for