Problem in Exporting a Report Group having a Report Painter Report.

I am having a problem in exporting a Report group having a Report Painter report.When I am trying to export the Report Group using transaction GR57 with all dependent objects,it is displaying:
       group 0102CPDNUEA-CCROSI not transported.
       Transport groups separately if necessary.
There are 6 such groups which are not transported.Can anybody help me in this regards.Can anybody help me in exporting these Groups.Specifically in Report painter reports what do these Groups signify and how can we see them.Please help me....

hi,
I am able to export my report groups with dependent objects successfully.
I dont know why you are getting error message. Just keep break point at ***** and execute it for single group and find out why it is giving error.
  IF SY-BATCH = 'X' OR NO_LIST = 'X'.  "direct or batch
    SET PF-STATUS 'LIST'.
*****PERFORM TRANSPORT_OBJS USING 'X'.  "transport all jobs
    IF FILE_EXP <> 'X'.
      READ TABLE WT_E071 INDEX 1.
      IF SY-SUBRC = 0.
        LEAVE.
      ENDIF.
    ENDIF.
  ELSE.                                "online
    SET PF-STATUS 'MENU'.
   PERFORM WRITE_TRANSP_OBJS.
  ENDIF.
regards,
ram

Similar Messages

  • Report Groups - Selection screen on receiver report

    Hi there,
    When dealing with sender / receiver reports, do you know if it's possible to force a selection screen prompt when calling a receiver report during execution?
    A report was written in the Report Painter, and belongs to a report group called 1OAB.  This report group has three receiver reports defined, so when users double click on a value, it will forward navigate to another report (receiver report, selected after double click) using the same selection criteria of the current report (sender).
    My <b>problem</b>, is that the selection criteria that is passed by the sender isn't sufficient for the receiver report, and the report ends up running with a much larger selection than required. 
    My <b>question</b>, is whether or not we can either:
    <b>a)</b> Interrupt during the report call and prompt with the report selection screen for the receiver report.  This would allow the user to input any missing selections.
    <b>b)</b> Add in any missing selections via a user exit.  I have not had much luck in finding such an exit.  The closest I got was form 'USEREXIT1' from include LRSTIF90.  This exit appears to be called before and after the report call.  I'm not sure if it's a true exit though, as it's just a piece of code in an include and is referred to as an exit?  To implement would I just register the object and add in my code?
    Any suggestions would be appreciated!
    Thanks,
    L

    FYI the only solution I see is to put in a modification to prompt a selection screen during execution. Modification would go in include 'LRSTIF02' as follows:
    PERFORM report_check_obligatory TABLES it_fieldr
                                      USING flg_obl.
    ** MODIFICATION **
    if ld_tcode = 'FBL3N'.
        flg_obl = 'X'.
    endif.
    ** END MODIFICATION **
      IF flg_obl IS INITIAL.
        CALL TRANSACTION ld_tcode AND SKIP FIRST SCREEN.
      ELSE.
        CALL TRANSACTION ld_tcode.
      ENDIF.
    * clear parameter ids
    * perform clear_pid_fieldr tables it_fieldr it_dfies.
      PERFORM reset_pid_fieldr TABLES it_fieldr it_selpid.
    * if flg_return = 'X'.
    *   call transaction ld_tcode and skip first screen.
    * else.
    *   leave to transaction ld_tcode.
    * endif.
    ENDFORM.
    If anybody has a better idea on how to accomplish this I'd love to hear it!
    Thanks,
    L

  • Problem while exporting to PDF with japanese character in Crystal Report X1

    Hi,
    I am using Crystal report X1 with classic ASP on a Windows 2003 Enterprise Server, SP 2. In my application, I have to export the report into PDF, CSV, DOC formats. I am have Japanese strings in the report. While exporting to PDF, empty boxes has displayed in the place of Japanese string and in CSV file, question mark has been displayed instead of Japanese string. But the Doc file is exported correctly. I have not installed any language support software either in server or in client machine. I have used MS Gothic and Arial Unicode MS fonts for the text-objects which has Japanese strings.
    Please give me a solution so that I will get PDF file with Japanese strings instead of empty box or question mark.
    Do I need to install any language support pack software?
    Thanks in advance.
    Regards,
    Manju

    Hi Don,
    Thank You for your reply. I have resolved the issue of exporting to pdf from crystal report X1 having Japanese data after installing the language pack.
    But when I am exporting to CSV or TXT, i am getting ??? instead of Japanese characters. I have tried "export" through crystal report designer and got ??? instead of Japanese.
    The Crystal report version I am using is Crystal report X1  11.0.0.1282
    Crystal Report Desinger is installed in Windows Xp machine
    Font set for Text object is Arial Unicode MS, MS PMincho, MS PGothic
    Does the Crystal report X1 11.0.0.1282 has the UTF-8 support for CVS / txt
    Please provide me a solution
    Thanks in advance,
    Regards,
    Manju

  • Interactive Reports - group by in SQL - download reports doesn't work

    Hi,
    I have the following SQL as the region source of an interactive report.
    select SERVICELEVEL, SUM(CONTRACTVALUE), SUM(DOLLARVALUE), count(SERVICELEVEL) from "ACSPROD"."CONTRACT" where CONTRACTSTATUS='Active' group by SERVICELEVEL
    The report shows exactly as expected. I have also integrated BI Publisher 10.1.3.4.1 with APEX 3.2.0.00.27
    Problem 1
    The report download doesn't work for any of the formats (CVS/XLS/PDF/RTF). When I rewrite the SQL without the group by clause (not the wanted results), then the report downloads work.
    What am I doing wrong?
    Problem 2
    Irrespective of the above issue - when I add a sum aggregate and download the report (any format) - it doesn't show the summed value.
    What am I doing wrong?
    Please advise!
    Cheers
    Mynhardt

    Hi Pratadamski ,
    I could reproduce this issue at my end. This is a bug. So, I have filed on your behalf (6432429).
    When i use tables ( not views) directly in my SQL and use column alias for computed column, it does work fine!
    i.e., this query is good with databinding at designtime and runtime:
    SELECT ALL trip.PersonID,
                        COUNT(*) AS Num_Trips
    FROM trip
    GROUP BY trip.PersonIDThanks & Appreciate your feedback,
    Sakthi

  • Sub report group tree in main report Using crystal report 12

    Hi experts,
        I have a strange requirement like, same data needs to be grouped two different ways in a same report.  Like
    Store1:
        Summary of sales on each item chart
    Store2:
        Summary of sales on each item chart
    .....it goes like this
    Department1(multiple stores)
          summary of sale on each item chart - store1
          summary of sale on each item chart - store2
         --........ it goes
    Department2
          summary of sale on each item chart - store3
    --........ it goes
       Its in single report, the first part is grouped only with store and in second part the store is under department. How to do this in same report?
        I achieved  this by creating a sub report to display the first part of data and in the main report sup report data plus the second part of data will be displayed. And its working well but now the problem is the group tree, I'm not able to see the sub report group tree in the main report.
       How to get the sub report group tree in the main report, Or is there any other better way is there so i can get both the data as well the group tree. Please help me to solve this. CryCryCry
    I'm using crystal report 2008(installed separately) with Visual Studio2008 (.Net3.5)
    Thanks in advance.

    Hi
    Thanks for the reply.
        Yea both data source are same(Datasource is SQL Stored Procedure). I cant use like that, because my client needs the group tree also. In case if there is no group tree, we can create one more group and supress it conditionaly. But here the problem is there is no way to suppress any of the group item in group tree as we can do it in the detail section.
        So please me with some different ways and also , please clarrify the following doubts
    1. Can we supress one or more items in the group tree.
    2. Can we get the sub report group tree in main report(Everything is working when i used the sub reports except the group tree). So I'm trying for different ways to do, but none is helping me
    Please help me

  • Groups having which folders and universe access in a System

    Hi All,
    I have requirement as need to fetch data each group having access to which folders and which universe (if any).Can anyone assists me to write q query for the same.
    For Example :
    One group having access to which reporting folders and which universes.As our system has nearly 150 groups and more than 500 groups and many universe. Manually giving access of each group and checking the access from infoview is TDS Task.
    Thanks in advance,
    Sambasiva

    Although, I suppose it'd be better off to just get a 570 at that point. The price would be about the same and would perform up to par with the 6870, while having CUDA/Folding support. Still curious if it's possible.

  • Error in generating a report group in Report Painter

    Hi,
    I created a report in SAP report painter using transaction code GRR2. I attached the report to an existing group ( 15 reports already in the group), when I generate the group in transaction code GR55 thereu2019s an error message u201CSyntax error in GP40V42F6QG4OQVI4Q93F6FE3QK500, row 97,644 (-> long text)u201D. Please help me on this error.
    Thanks,
    Louie

    There's no error when I generate the same report in a new created  group as well as when I generate the existting report group without the new created report.
    Information on where terminated
        The termination occurred in the ABAP program "GP40V42F6QG4OQVI4Q93F6FE3QK500"
         in "FILL_RANGES_FROM_SET".
        The main program was "GP40V42ERDE7HBU91TXFAHVA6B0500 ".
        The termination occurred in line 92457 of the source code of the (Include)
         program "GP40V42F6QG4OQVI4Q93F6FE3QK500"
        of the source code of program "GP40V42F6QG4OQVI4Q93F6FE3QK500" (when calling
         the editor 924570).
    Louie

  • Report Group in  Report Painter

    In my <b>report group</b> there are many reports .
    Now i need to give a transaction code to my <b>report group</b>.
    Then which report will execute by the transaction code

    Hi
    To create a Transaction Code for a Report Painter/report writer report
    Tcode for Report Painter
    To create a TCode, follow the steps below.
    1) Go to Transaction code SE93, Enter TCode Name and Press Create.
    2) Give short Description and select Parameter Transaction, Press Enter
    3) Select Transation Radio Button and write START_REPORT in the next text
    box Also Check the box Skip Initial Screen.
    4) On the bottom of Screen (default Values), Enter Parameters
    i) Name = D_SREPOVARI-REPORTTYPE. Value = RW
    ii) Name = D_SREPOVARI-REPORT Value = Your Report Group Name (Say 1SIP)
    5) Save and Execute.
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • How to create new TC which will call report group "MGRO"?

    Hi Abap-Experts,
                                    I want to create new transaction code which should call report Group MGRO. After executing the new transaction, the first screen of the user should be the selection screen of report group "MGRO" to run the report group.
                                   Can anyone please guide me by giving some example for this?

    The query was resolved

  • GRR3 Deleted Report Painter report

    I deleted a Report Painter report in GRR2.  It no longer exists in table T008 or assigned to any report group.  However, the deleted report still appears in GRR3 under the respective library.  How can we remove permanently a deleted report from GRR3?

    Okay, good to know.  Now I have to figure out how to import an updated version of library, or the whole Report Painter tools.  Thank you Navneet for indirectly helping me resolve the problem.
    Problem is (indirectly) solved.

  • Line Items missing in report painter report..

    Hi guri's,
    Iam uisng customized  P&L report painter report using with library 1VK....in this report some line items are not shwoing..... how to solve it...
    regars
    JK

    After you've create a P&L report using the report painter, you would also have to create line item reports for example 'Receiver- Profit Center Line Items'  and then assign these line items reports under 'Report/Report Interface' in the P&L report.
    How to do this:
    1. After creating the line item report(s),  use transaction code GR52 which is for change report group. Enter the P&L report group and click enter.
    2. Under 'Report/Report Interface', click on 'configure' under assigned report to library.
    3. In the pop-up screen, click on the green plus sign "Insert Row"
    4. Another screen will pop-up. Enter the report group for the line items report and enter.
    5. Save
    6. Regenerate your report group. After regeneration, execute.
    7. Drill-down in the displayed P&L report to the line items.
    Don't hestitate to ask for further clarifications.
    Elias

  • Report Painter report for Projects

    Is there any library that give access to both budget and actual values on Projects?

    Please use transaction SE93 and select "transaction with parameter' in start object. In default values field insert "start_report', then check the box "inherit GUIs". Now in the parameter vlaues insert the value as Report group. Then all the reports of this report group will have same transaction code.
    Regards,
    Mahendra

  • Problem in exporting report in CSV format

    Hi All,
    I am using Crystal Reports. Following are details about it:
    CR Developer
    Product 8.5.0.217
    *_Problem that I am facing:__*_
    I can create report in .rpt format, it is working fine here. But while trying to export this report in CSV format, it gives report that doesn't contain any information.
    Is it because I am missing something or it is a known issue?
    Thanks and Regards,
    Anand

    Hi,
    I too am facing the same problem.
    The report was made in 8.5. I have exported the report & opened it in Crystal report 12.
    I can export to PDF, RTF, DOC & Tab separated Test.
    However when I export this report in .csv (legacy mode) I just get the header & when I export it in .csv (Standard) I get a blanck .csv file.
    I have  checked 'Isolate Report/Page sections' and 'Isolate Group sections'. Still no data in the report.
    refreshed it too.
    I contains sub reports, but not in the page header & footer (I think) & it does not seem to have cross tabs & OLAP grids.
    Any help is appreciated.
    Links to Screenshots:
    Main Report:
    http://picasaweb.google.com/lh/photo/yM9sBexKt5jW9soqaMmHjw?feat=directlink
    One of the Sub-Report:
    http://picasaweb.google.com/lh/photo/0ofa5sABakvZ-nFZp-JSMw?feat=directlink

  • Problem while exporting the data from a report to an excel file.

    Hi SAP guru's,
    I have a problem while exporting the data from a report to an excel file.
    The problem is that after exporting, the excel file seems to have some irrelevant characters....I am checking this using SOST transaction..
    Required text (Russian):
    Операции по счету                                    
    № документа     Тип документа     № учетной записи     Дата документа     Валюта     Сумма, вкл. НДС     Срок оплаты     Описание документа
    Current Text :
       ? 5 @ 0 F 8 8  ? >  A G 5 B C                                   
    !   4 > : C       "" 8 ?  4 > : C      !   C G 5 B = > 9  7 0 ? 8 A 8        0 B 0  4 > : C         0 ; N B 0      ! C <       ! @ > :  > ? ; 0 B K        ? 8 A 0 = 8 5  4 > : C
    Can you help me making configuration settings if any?
    Regards,
    Avinash Raju

    Hi Avinash
    To download  such characteres you need to adjust code page to be used during export. You can review SAP note 73606 to identify which code page is required for this language
    Best regards

  • Problem in exporting ALV Report to excel sheet

    Hi All,
    I have developed a Report and now facing problem in exporting the same to excel sheet.
    When we click the "Locate File" icon in the report layout, the system will pop up a window with radio buttons. I have opted for 'Spreadsheet'.
    When i save the excel sheet into my desktop, the excel file has all the report headers (Title of each column). But no value is exported.
    There are around 15 columns in the report and the excel sheet shows value of last 2 columns which has some text.
    I have been into ALV report development and developed around 30+ reports in the same fashion.
    What might be the reason behind this issue?
    When i export other reports into excel sheet, everything is perfect without any flaws......
    Kindly help me out......
    Regards
    Pavan

    Hi,
    Here's my suggestion: Install OpenOffice.org and ask SAP to deliver good integration with OpenOffice.org.
    Alternative suggestion: re-install SAP Gui on the PC where the integration is not working. If that does not help, re-install Microsoft Office as well.
    Here's my comment: I think you should ask this question in a different forum, e.g. in the Duet forum. That may not be the correct forum either, but as it is a Microsoft/SAP integration technology forum, someone there may know the solution.
    Regards,
    Raj.

Maybe you are looking for

  • Simple Flash Control Question?

    I have a small problem with controlling a flash sprite. I have a "photo gallery" type of Flash cast member where users may select a picture. The problem is, is when they advance to the next frame in the Director timeline, and then go back to the Dire

  • Is it good enough for gaming?

    My question is actually does the Macbook Pro have enough of the graphics and stuff i'd be buying the i7 2,3ghz and 8gb ram Will it be enough for running CoD serie and BF for instense? Greetz

  • Computer and workflow setup

    My new computer has a 250 SSD and a 1TB HD. Then I have a 1TB external HD for backup. Most of my photos are still on the SSD. I am guessing I should work with them In the SSD and then move them to the Internal HD and then back them up to the external

  • Can I use Wake-On-LAN with P1606dn Printer?

    I have a P1606dn laser printer which is remotely located and the power is remotely switched.  When it is first powered up, the button on the front has to be pressed to cajole the printer into life .  It lights up green and we are good to go.  After t

  • HT204053 Hijacked Alternate Apple ID!

    I don't know how my alternate id was taken over by my sister but now her @me.com is my alternate id. How do I change my alternate apple id? Is there someone I can call?