Regarding Report Group-GR55

hi friends,
      I am running a report group using the T.Code GR55. In the selection screen when i enter the Fiscal Year-2007 and then run the report group it is generating an output. after that we are double clicking on the particular field on the output it is calling an abap program which has the fiscal year in the selection screen.but the ourput it is generating is showing all the values including 2006 and 2007. i just want to know the link between the report group and abap program ie if it is calling nay interface inbetween(also how the values are passed from the report group to the selection screen of abap program).

report group.....u r working with report painter right???
u need to use range table here ............
Using ranges you can achieve this
loop at seriegem into wa_seriegem.
    wa_xblnr_r-sign   = 'IN.
    wa_xblnr_r-option = 'CP'.
    concatenate wa_seriegem '%' into wa_xblnr_r-low.
    APPEND wa_xblnr_r TO r_xblnr.
endloop.
SELECT SINGLE * INTO lr_bsid
FROM bsid
WHERE xblnr IN r_xblnr
reward points if helpful....

Similar Messages

  • Help : Regarding Report Group (Report painter)

    Dear All
    I have developed a report thru report painter. But i m having doubts wy we use report group? what will be the impact if i use the report group which are already exist or else for every report we have to go for new report Group ..
    Reward for every correct ans
    Pls help....
    Rgds
    Santo

    Hi Santosh,
    A report group is generally created keeping in mind the reporting requirements and the library used.
    If u r viewing reports based on GLPCA or FAGLFLEXT, then it is advisable to group them together.
    Another advantage of creating a report group is when we run the report through GR55, then n number of reports can be seen with a single input screen.
    If two reports r using different variable, then u would have to create two groups as variables will appear as in the selection screen.
    Regards,
    Kiran

  • How can I put the reports in a report group to favorites or sap menu?

    We have a custom report in report group(gr55) and my manager wants to put them in the sap menu or in favorites...
    How can I do that?
    Anybody can help me?
    Thanks a lot!

    >
    christopher mancuyas wrote:
    > But those 14 reports does not have a t-code, they only have a report name...
    >
    > How can I insert those?
    So how your end users execute these reports?are they suppose to go in se38 and run?
    i think you can create t-code for each report and attach them into your favorites.
    Amit.

  • Report group ( Trans. GR55 and GR51)

    We have different SAP instances or servers. I need to create a new report group in a server called Fusion. Those report group already exists in the company but there are in other server called PRMO.
    I went to PRMO to take a look to the report group configuration, and then i went in Fusion thru the transaction GR55 and GR51 to create the same report groups, but i can´t replicate the configuration, because in Fusion does not exists the table ZZHPPRT
    and also does not exist the library ZRP.
    Do you have any suggestions? Am i supposed to create these table and library in the server? How can i do that?
    Thanks for your help.

    Hi
    Export the library from the server where it exists using GR27
    and import into the other server using GR28
    similarly you can export and import reports using GR37/GR38
    report groups using Gr57/Gr58
    Regards
    Sachin
    Edited by: Sachin Bhutani on Sep 23, 2009 3:30 AM

  • Search t-code of report group in GR55

    Dear Experts,
    How can i search t-code of report group in GR55;
    for example :
    The report group: 6OI2 in T-code: gr55 is bound wtih t-code : S_ALR_87013003 ;
    Br
    Sophie

    Hi Sophie,
    In table TSTCP, maintain the parameters field with RWD_SREPOVARI-REPORT6OI2 and execute. You may see multiple transactions assigned to GR55 report 6OI2. You can replace 6OI2 with other report groups to find report painter/writer transactions in SAP.
    RWD_SREPOVARI-REPORT*6OI2* means -
    RW - Report Type
    SREPOVARI - Table that stores Reports and Variants
    REPORT - Name of Report
    There are many ways to find a transaction assignment, i guess this is an easier one for report painter transactions.
    Best Regards,
    Venkata Ganesh Perumalla

  • How to create Report group in GR55

    Hi gurus,
    I have to create new report group for special purpose ledger for getting report in GR55 please assist me how to create the new report group?
    Initiatives are highly appreciated and rewards with points.
    Regards
    Chandra

    Hi,
    Use trns code GR55 then go to menu "Report group" there u can find create ,change and display options.
    Regards,
    Krishna

  • Report Painter - Report group doesnot exist

    Hello Expert
    I have done the development of new report and report groups through report painter. I did the assignment of report to report group, Also i could able to access the report through T.Code GR53 / GR55 codes.
    I have done the Generate report option (Shift +F8) option through T.Code GR52 -> got the message that " Report group ZXXX has been generated". Also did the " Mass generator " and no error are found.
    I could able to assign the T.Code through SE93 in my development client. I did the trasnport the development to Unit Testing Server.
    In Testing Server, if i try to use the T.Code ... i am getting the message as " Report Group does not exist with message number - GR409. Even thou, i am able to access the report and report group directly through GR53 / GR55.
    Kindly guide me, is there any step i have missed ?
    Regards
    Anil Kumar

    Hello Eli
    Thanks for your reply,
    I did the Mass Generator option in "TEST System" also.
    I am not getting any error message & all are in "green color"
    Still i am getting the same message " Report Group Does n't Exist"
    Kindly guide to me over come the issue
    Regards
    Anil Kumar

  • About report groups and read programs for the object EC_PCA_SUM

    Hi Friends,
    Hope every one is doing well..!
    I've an issue with the report groups and read programs for the object EC_PCA_SUM. As we know that the report groups and read programs available for this object in the application customizing are used to analys the archived data.
    That is these programs comes into picture after the archiving operation.
    For more information, you can visit the below web site:
    [http://help.sap.com/erp2005_ehp_03/helpdata/EN/e4/69f353b75a11d1b5850000e82debc6/frameset.htm]
    Now, my question is how would I check the code for these analysing programs available for this object. I can't see this in SE38.
    Thanks to reply for this..
    Full marks will be awarded.
    Regards,
    Shamim

    Hi Lakshman,
    Thanks for the reply.
    Hi Deiter,
    You're right.
    Your provided transaction "GR55" helped me to find out the program name for a particular group. However, these are just Write and Painter reports.
    But can you please let me know the functionality of these report groups ?? what are these used for ???
    Do we have these programs for other archiving objects like CO_ITEM,CO_ML_BEL,MM_MATBEL,CO_ORDER,
    PP_PLAN,PP_BKFLUSH ??
    More points will be awarded.
    Thanks a lot.
    Regards,
    Shamim
    Edited by: S H A M I M on Sep 19, 2008 3:19 PM

  • EC_PCA_ITM Retrieval from Report Groups ?

    Dear All,
    I want to see the archive files content from the report group transaction.
    The customization is maintained for the RW/RP Reports for EC-PCA Archives.
    We have defined a custom transction for one of the Report Group Program.
    Now, when I'm executing the transaction, and when I select the archive file, I'm not able to view that file's content. It's giving me a message saying : "Report XXXX-001 does not contain any data pages".
    I've checked the OSS Notes for this scenario. But nothing is relevant.
    Any clues on what to be done to view the data ?
    Regards,
    Deepu.K

    Hi Lakshman,
    Thanks for the reply.
    Hi Deiter,
    You're right.
    Your provided transaction "GR55" helped me to find out the program name for a particular group. However, these are just Write and Painter reports.
    But can you please let me know the functionality of these report groups ?? what are these used for ???
    Do we have these programs for other archiving objects like CO_ITEM,CO_ML_BEL,MM_MATBEL,CO_ORDER,
    PP_PLAN,PP_BKFLUSH ??
    More points will be awarded.
    Thanks a lot.
    Regards,
    Shamim
    Edited by: S H A M I M on Sep 19, 2008 3:19 PM

  • Report Group 1SIP Consistency Check

    SAP reccomends the following to be consitency check for CO customers for system copy:
    "CO customers: An additional consistency check can be performed by running the report group 1SIP before the system copy in the source system, as well as after the copy in the target system, and then comparing the results. No customer data may be changed in the meantime."
    I have the following question:
    1. By "Running the Report Group" does SAP mean running the individual reports under the Report Group 1SIP?
    Edited by: Asim M on May 23, 2008 6:49 PM

    Hi,
    Yes, that is what is meant, i.e. report 1SIP-001 or TA S_ALR_87013611. In this case report group and report are synonymous as there is only one report assigned to the 1SIP report group (customer reports should never be assigned to SAP standard report groups). Therefore running 1SIP via TA GR55 results in the same output.
    Regards
    Karl

  • 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

  • Short dump while executing report group.

    Hi,
    We are upgrading to ECC6.0 from 4.6C
    Now while testing the report group i got short dump.
    This is due to to the 'Exception condition "LOAD_PROBLEMS" raised.'
    Error analysis
        A RAISE statement in the program "SAPLSLDB" raised the exception
        condition "LOAD_PROBLEMS".
        Since the exception was not intercepted by a superior
        program, processing was terminated.
        Short description of exception condition:
        For detailed documentation of the exception condition, use
        Transaction SE37 (Function Library). You can take the called
        function module from the display of active calls.
    Function module 'SELOPTS_AND_PARAMS' in this that statement was there.
    Can some one help me out. what i have to do further.
    Thanks in advance.
    Regards,
    Deepak.

    Hi Hemanth,
    Actually what I analysed is what ever the exception raised due to this sy-subrc that exception i think the superior program is not receiving. I think due to this it is going for short dump.
    Let me know if you have any idea further.
    Thanks,
    Deepak.
    Message was edited by:
            Deepak Kudaravalli

  • Getting error while creating report group using T code GR52

    HI All,
    Below error is coming while generating report group in T code GR52
    "Set 01010002SSS6EL0001 does not contain any entries "
    Thanks in Advance......

    Hi Veera,
    Actually you are getting a warning message where one of two things could have happened. Either you specified an incorrect zone name or one of the zones has not been fully booted. It's likely that you haven't booted the zones, so please follow this:
    zoneadm list -iv
    If zone1 or zone2 are not running then boot and configure them
    zoneadm -z <zone> boot
    zlogin -C <zone>
    After that you can continue to follow the step by step instructions at
    http://docs.sun.com/app/docs/doc/819-2975/chddadaa?a=view
    These may also help
    http://blogs.sun.com/Jacky/entry/a_simple_expample_about_how
    http://blogs.sun.com/SC/en_US/entry/sun_cluster_and_solaris_zones
    Regards
    Neil

  • 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

Maybe you are looking for

  • MacBook Pro Mid-2010 Intermittent Shut-Down and Fuzzy Screen

    Hi, My MacBook Pro Mid-2010 has been having some problems recently. Hope someone will be able to help me with this. Below are the symptoms that has been showing. Symptoms: 1. Intermittent Shutdown 2. Screen going fuzzy (when I give it a slight tap it

  • When do we go for ABAP mapping and Java mapping

    Hi friends,             At present I am working on graphical mapping in XI ,can you guys give me with an example or scenario when do we use ABAP mapping , Java mapping or XSLT mapping. Thanks in advance Sud

  • Belle to Play 360 volume control not in sync

    When I connect my 808, N8 or C6-01 (all running Belle) to a Play 360 speaker have noticed an inconsistency in the volume control function. Firstly let me make this easier to explain by pretending that the Belle devices all have 10 volume levels and t

  • Analytical Services Application Existence Check Fails against the SSH

    Hi guys,      We have a problem in Essbase 9.3.0.1. Some time, when we try to start the Essbase Server, is not possible to complete the startup sequence with the following error in Essbase.log: [Fri Jan 23 01:38:54 2009]Local/ESSBASE0///Error(1051417

  • MDM as a source system in BW

    Hi , How to define MDM as a source system in BW. Anand