Warning: There is no reporting group defined with a purpose of iRecruitment

Hi,
When i try to generate the offer letter in iRecruitment, i am getting the warning: There is no reporting group defined with a purpose of iRecruitment in "Enter compensation" Screen. However i am able to generate the offer letter,preview and submit the offer letter. I have referred the Article [ID 1168832.1] in oracle support. It suggest me to give the Temporary Directory file name using XML Publisher Administrator , but still the Warning appears.
STEPS
The issue can be reproduced at will with the following steps:
1. From Vacancy Search page, select applicant.
2. Create Offer: Enter Basic Details.
3. Warning: There is no reporting group defined with a purpose of iRecruitment for this business group.
4. Review page.
Version Details: Oracle Applications : 12.1.2
But still the offer letter is generated.
Can anyone advice me to over come this warning
Regards
Suraysh

I have the same behavior too. Looking at the iRecruitment implementation guide, I see reporting groups defined there.
1) Select your HRMS Superuser responsibility
2) Go to Total Compensation : General Definitions : Additional Setup : Reporting Groups
If you see no data, it's likely you have ... no reporting groups.
I think this time the error is pointing you in the right direction.
I hope this helps.

Similar Messages

  • Transaction code creation for a report group

    Hi all,
    I created a transaction code ZF17 for a report group FI02 with the following parametrs.
    Transaction: START_REPORT
    checked the skip initial screen check box.    
    D_SREPOVARI-REPORTTYPE = RW
    D_SREPOVARI-REPORT = FI02
    When i tried to run the T-code ZF17, it gives me
    a message : PROGRAM FI02 doesn't exist
    Any ideas why this message comes up?
    Thanks,
    Sobhan.

    I would think that its looking for a program name in the D_SREPOVARI-REPORT  field,   FI02 is not a program name.
    Regards,
    Rich Heilman

  • Is it possible to deploy 2 SCOM 2012 R2 reporting in a SQL server which already has SCOM reporting of a different management group but with 2 different reporting instance.

    Hi Experts,
    I have a typical situation in the LAB environment. Hope some one helps. I have Installed a SCOM 2012 R2 with SQL 2012 SP1 in a single server (Management group 1). I have installed another management group on another server using this SQL server for its database
    so i have everything going fine.
    The first management group has its reporting installed in the SQL server. For the second i created a new named instance for that. But i cannot run the SCOM setup in the SQL server (Also holding the Management group 1 MS) as 1 st reporting is already there.
    When i run the setup it is asking me to repair it. I don't get the install option so i can install the reporting for management group 2 in the named instance.
    Default instance is being used by the 1st management group.
    Can any one figure a possibility for installing 2 SCOM reporting services for different management groups in a same SQL 2012 server please.
    Gautam.75801

    Hi Yan Li,
    Thank you for the reply. So as you are aware If i need to instal reporting, i need to run the SCOM 2012 R2 setup in the SQL server and select reporting and select the
    instance and then mention the management server there right. I am not getting that option there it is asking me to remove or repair the existing installation as there is already a SCOM entire setup including reporting there. As it is a lab there is no problem
    in testing. I have 2 reporting instances. Any suggestions for me on how to overcome this issue and deploy the second reporting in the new named instance ?
    Below is the screenshot of the error what i am talking about when i run SCOM 2012 R2 setup to install reporting in the SQL server
    When i click on add feature reporting is greyed out (As already 1st management groups reporting is installed)
    When i click on remove or repair it
    uninstalls the existing one. But i want both SCOM 2012 r2 reporting to be there(For both Management group). Is it possible ? If yes What is the trick to run the setup ?
    Gautam.75801

  • Report grouped by month, need months with no data to appear.

    In my report, I have the data grouped on a formula field that concatenates month and year, so all of my months are returned in order with summary data for the months in headder along with the group name. The details are supressed.
    I have two issues.
    1) I need the headders to show up for all months, even months with no data. I've had a similar issue in the past, which I've worked around, but I was grouping based on a finite ordinal set that existed in my database. I simply let in a little more data than I needed, and supressed the extra rows. This isn't going to work here.
    2) I need the zeroed data points to appear in a graph. Right now, the graph just ignores months that don't exist in the dataset, and as a result the time scale isn't an accurate representation of the actual data trend. ie: if Jan was 13, Feb was 0, and March was 13, on the graph, the line is continuous from 13 to 14. For a user who isn't paying attention to the axis would miss that there is actually a zero in there.

    If you download the "Reports that demonstrate subreport functionality" zip file from this link:
    https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/bobj_download/main.htm, there is a report in there called "Creating_Fake_Records.rpt" which may help you.

  • Is there a way to improve the performance of a report group?

    Hi gurus,
    Is there a way to improve the performance of a report group? 
    Points will be given later....
    Thanks!

    Hi there,
    Thank you for your response. I thought there's no answer for this issue and planning to change it to ALV.
    I looked at the codes and debugged it. After the select statement from ZZUWT table (customized), there's a loop that takes much time (10-12mins) for 1000 records. and several nested perform routines. It's a standard program so I'm hesitant to edit it.
    I'll be checking on the primary keys. If it's ok, may I ask for your assistance in this part? Though I'm not that familiar and haven't tried creating a report painter before.
    Thanks anyway...:D

  • Is there anything that can't be defined with annotations?

    HI,
    Is there anything that can't be defined with annotations and can only be defined in the faces-config.xml?
    Thanks.

    A few more things that cannot be defined in faces-config.xml are:
    - Localization information
    - ELResolver
    - Application Factories
    - Renderers
    - Validators etc.

  • Error when linking report to stored procedure defined with one input parm

    Error when linking report to stored procedure defined with one input parameter
    The report will work ok, when the parameter is removed from the stpred procedure
    An unhandled win32 exception occurred in crw32.exe[4480]
    Stored Proc (sql server 2005)
    USE [Allegro]
    GO
    /****** Object:  StoredProcedure [dbo].[SP_Test]    Script Date: 07/08/2009 10:42:14 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    ALTER procedure [dbo].[SP_Test](@valuationmode VARCHAR(55)) as
    Begin
    select
         valuation,
         valuationtime,
         valuationmode
    from valuation
    where valuationmode = @valuationmode;
    End;

    This is an example of a stored procedure that is trying to be linked to a new report as the only datasource.
    If I remove the parameter I can create a report, however this will return all of the results of thw query to the report, rather than the desired results. If I add the parameter on the Crystal Report, the stored procedure then has to return all of the results to Crystal and then perform the filtering of records. By using a parameter in the stored procedure, you should be able to do all of the filtering as part of the query on the databse server, making this more efficient.

  • Having issues with contacts... groups specifically... when I add contacts to a group and check back there are fewer in group than when i started.. they disappear??

    having issues with contacts... groups specifically... when I add contacts to a group and check back there are fewer in group than when i started.. they disappear??

    Hi
    in this scenarion control is not going inside the condition
    if (vo.getRowCount() == 0) and therefore VO is not getting initialized
    why u are counting the row of VO to initialize the VO ,if possible pls remove this condition check ,problem will be solved .pls let me know in case of any issues.
    thanx
    Pratap

  • Are there pepes out there using ipads to make group music with children who have profound and multiple learning difficulties? I am and I'd love to share the ideas.

    Are there pepes out there using ipads to make group music with children who have profound and multiple learning difficulties? I am and I'd love to share the ideas.
    I am the music teacher in a  Special school in London UK currently working with Drake Music who are a charity that go into schools to enable music making through music technology. Our purpose is to enable a group of 7 children who have profound and multiple learning difficulties to play instruments on the ipads or through the soundbeam and to be able to play and jam together with me underscoring on the guitar. We're having a lot of fun and we're all learning a lot about what can be achieved using the amazing ipad technology. If you're doing a similar project I'd love to hear from you and we can swap notes!

    See Recover your iTunes library from your iPod or iOS device.
    You can use iTunes to easily manage multiple devices by having each sync with selected playlists. I don't personally have any recommendations for other software but perhaps others might.
    tt2

  • Quickpaint reports not working with assignment set defined with criteria

    Hello,
    I have a problem with quickpaint reports in HRMS. When i run quickpaint report against assignment set defined with criteria it reports following error: APP-PAY-06867 An error occurred during formula execution FFX00_DATA_NOT_FOUND (assignment criteria was &ASG_LOCATION=New York).I defined several assignment sets with different criteria and i always get the same error when i run any quickpaint report.
    The same Quickpaint report works well with assignment set defined by including individual assignment.
    Thanks in advance!
    best regards

    Thanks for uploading the sample reports. 
    I am not abe to reproduce the issue and the graphs generated in both the attached reports are the same except that the width of the graphs being displayed are different as seen in the below images.
    ATML 5.1 Report Graph
    XML Report Graph
    Regards
    Srivinayaka Pandurangan
    National Instruments
    With Best Regards,
    Srivinayaka
    National Instruments

  • Why is there still no Reports integration with JDev (9.0.3)

    see http://otn.oracle.com/products/reports/htdocs/getstart/demonstrations/JDEV1/index.html
    This doesn't work since the Reports feature disappeared with the 'upgrade' to JDev 9.0.3.
    When will this integration be reestablished?
    One step forward and three steps backwards doesn't improve productivity or customer satisfaction.

    Hi James
    You can't integrate Reports with JDev 9.0.3 for time-being. The way an add-in gets installed changed pretty dramatically in JDev 9.0.3. So, you'll need to wait until 9iDS 9.0.4.
    You install a iDS version of JDev you will get the Reports JSP wizards, etc.
    Thanks
    The Oracle Reports Team

  • 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

  • Initial screen of a report group?

    Hi gurus,
    There are 14 report painter in the report group. How to improve its performance?
    I am not really familir with this tool.The tutorial doc seems won't help. Could anyone explain to me how to modify the initial screen of a report group? I wanted to limit the parameters defined in the fiscal year that probably makes the program performance slow.
    Points will be given
    Badly needed your advice.
    Thanks!!!

    Thanks for replying.
    There are fiscal years defined. like 2007 to 2008. Can I have your email? I would like to show you the screen shots of the report group. This is quite difficult to understand. I haven't asked about the real flow of this report. So, I really need your advice

  • Report Groups and Libraries

    Hi,
    I have a query related to report groups download. We had a requirement of moving reports from 4.6 systems to 4.5 systems. So we downloaded the report groups from 4.6 system into our local hard drives (and thought of uploading in 4.5 systmes thereafter). But while downloading we got several warnings. One of those warninigs is as:
    W-R3OB REWR RGVD\CCSS\ZC-PLN-TOTAL-YTD-V2 >>> group 0101PMCO100EXEC not transported
    W-R3OB REWR RGVD\CCSS\ZC-PLN-TOTAL-YTD-V2 >>> Transport groups separately if necessary.                                                                         
    We ignored this warning and tried uploading the report group in 4.5 systmes. There while uploading we got many errors for the report groups. One of which is like:
    E-R3OB SETS STSO\0000ZFNCOSTCTRGP.CCSS >>> Unknown subset in set 0000ZFNCOSTCTRGP.CCSS                                             
    E-R3OB SETS STSO\0000ZFNCOSTCTRGP.CCSS >>> Import of object unsuccessful, object not imported
    Being unware of this sets theory in report groups, i am looking out for some expert advise if somebody has dealt with this kind of problem anytime.
    Thanks and Regards,
    Kishore.

    Hi,
    I don't know if its possible to suppress/hide libraries/reports.
    Create T-codes for the reports the users really need and add the reports to the corresponding area menu in SAP. Thus users don't have a need to use GRR3 anymore, remove the T-code from the authorization concept.
    best regards, Christian

  • VC - Report for charateristics with their corresponding BOM components?

    In our company, we define our finished products as configuration material.That means we have
    used the variant configuration(VC) in SAP.
    We have created super BOM for our finished products. And when our sellers create sales order
    in SAP ,they will choose the configuration,and after they choose that,the BOM for production
    will be formed.
    For example,just like computer as finished products ,customer may choose different
    configurations. For example ,hard disk ,customer may choose 120G or 200G.
    In SAP ,to realise that ,we will create one charateristic as HARD DISK, and it has two
    characteristic values:120G and 200G.
    And in our super BOM for computer ,we will write object dependency(OD) for two components:
    one is 120G hard disk material,we may write :TZ_HARD_DISK = '120G' ; the other is 200G hard disk material ,we may write: TZ_HARD_DISK = '200G". That means when customer create a order and choose 120G hard disk ,the 120G hard disk material will be a component in the BOM,and the 200G hard disk wiil not be a component in the BOM.
    My question is that there is correspondence relationship between charateristic and BOM component(object dependency as link), can we get a report or a list to show all the charateristic with their corresponding BOM components?
    By use CT11(find characteristics in object dependency) and CU04 (find object dependency with BOM component),we could find BOM component once a time.
    So there is a report to show all the charateristic with their corresponding BOM components?
    By ABAP development? Or there is standard report? Or ther is third party tools?
    Thanks for any reply!

    Are there any other experts who are reach in the Variant Configuration of SAP know?
    If there is a report to show all the charateristic of Variant Configuration with their corresponding BOM components?
    We are looking for the standard report.
    By use CT11(find characteristics in object dependency) and CU04 (find object dependency with BOM component),we could find BOM component once a time.
    Are there another TCODE or programme like CT11 but can find many characteristics in object dependency) once a time?By now ,use CT11, we only can find one characteristics in object dependency once a time?
    Only by ABAP development? Or there is standard report? Or ther is third party tools?
    Edited by: Fei Liu on Mar 17, 2009 7:19 AM

Maybe you are looking for