Skiping initial selection criteria screen of HR report for Manager Desktop

Dear All,
The reports are configured using a custom scenario (Z Scenario) for Manager Desktop and used over the Portal through MSS. I have a requirement where for only one report (named Expired Qualifications) the initial selection criteria screen which comes when accessed through portal needs to be disabled or skipped and directly the transaction S_AHR_61015536 for this report needs to be called.
Please provide the inputs if it can be done and how for one report only.
Regards,
Samir

Dear Sen,
I have checked the thread suggested by you but the report here is not independent transaction integrated using iView. It is a part of Scenario which makes the reports available to the managers. It uses MSS Standard iView "Reports" and "Selection Criteria". Both iViews are in one page as delivered by SAP. The reports iView displays all the reports configured in the scenario for Manager Desktop and Selection Criteria iView is launched first in the portal content area when the report ( "Expired Qualifications") link is clicked from the Reports iView.
Regards,
Samir

Similar Messages

  • Hide Particular Item Group from Selection Criteria of Sales Analysis Report

    Hello Experts,
    Is this possible to Hide Particular Item Group from Selection Criteria of Sales Analysis Report?
    I have one Item Group as 'Special Items'.
    Now, when I open  Item wise sales analysis report, I want to hide above mentioned group from selection criteria.
    Thanks in advance.
    Best Regards,
    Pankit Sheth

    Hi,
    1. Not possible to put validation for selection criteria windows.
    2. In standard, I don't think it is possible to hide only one item group.
    3. Alternatively don't give authorization to user for running sales reports. If still need create customized query and ask user run every month.
    Thanks & Regards,
    Nagarajan

  • Can we use Selection Criteria Screen to tell Query which SQL script to run?

    Dear All,
    When I run this code, it gives me the screen below:
    declare @ScanOp4 nvarchar (30)
    set @ScanOp4=
    /*select T3.U_ScanOp4 from [dbo].[@SCANNING] T3 where T3.U_ScanOp4*/ '[%0]'
    I have used Tools -> Customization to define a UDT and UDF
    Query - Selection Criteria
    Invoice / Credit Note?            [----------------- ]
                                     (there's a drop-down arrow with 2 choices:
                                      Inv = Invoice
                                      CN  = Credit Note
    [OK]       [Cancel]
    Now, I have 2 very similar queries; the only difference is that they use different tables because one is for
    Purchases (OPCH/PCH1), and the other is for Credit Memos (ORPC/RPC1)
    I want to put the above declaration together with my 2 queries all in a single query so that:
    (a) If I select 'Invoice', the Invoice part is executed and only invoices are displayed,
    (b) If I select 'Credit Note', the Credit Note part is executed and only Credit Notes are displayed.
    Do you think such a Query is possible? If yes, please give me an idea how I can achieve it.
    I don't want to use UNION ALL because one of my fields is a LINK field to which I have linked all PDF Scanned documents.
    I want to preserve the links, since this is the reason I'm writing the query.
    Thanks
    Leon Lai
    Here are my skeleton codes
    1st Query: User selects 'Invoice' -
    SELECT
    T0.[TaxDate] AS 'Doc Dt',
    T5.[TransType] AS 'Txn Type',
    T0.[DocNum] AS 'Doc No.',
    T0.[DocTotal] AS 'Amount'
    FROM [dbo].[OPCH] T0
    INNER JOIN [dbo].[PCH1] T1 ON T0.[DocEntry] = T1.[DocEntry]
    INNER JOIN [dbo].[OJDT] T5 ON T0.[TransID]  = T5.[TransID]
    2nd Query: User selects 'Credit Note' -
    SELECT
    T0.[TaxDate] AS 'Doc Dt',
    T5.[TransType] AS 'Txn Type',
    T0.[DocNum] AS 'Doc No.',
    T0.[DocTotal] AS 'Amount'
    FROM [dbo].[ORPC] T0
    INNER JOIN [dbo].[RPC1] T1 ON T0.[DocEntry] = T1.[DocEntry]
    INNER JOIN [dbo].[OJDT] T5 ON T0.[TransID]  = T5.[TransID]

    Try this:
    declare @ScanOp4 nvarchar (30)
    set @ScanOp4=
    /*select T3.U_ScanOp4 from [dbo].[@SCANNING] T3 where T3.U_ScanOp4*/ '[%0]'
    If @ScanOp4='Inv'
    SELECT
    T0.[TaxDate] AS 'Doc Dt',
    T5.[TransType] AS 'Txn Type',
    T0.[DocNum] AS 'Doc No.',
    T0.[DocTotal] AS 'Amount'
    FROM [dbo].[OPCH] T0
    INNER JOIN [dbo].[PCH1] T1 ON T0.[DocEntry] = T1.[DocEntry]
    INNER JOIN [dbo].[OJDT] T5 ON T0.[TransID]  = T5.[TransID]
    If @ScanOp4='CN'
    SELECT
    T0.[TaxDate] AS 'Doc Dt',
    T5.[TransType] AS 'Txn Type',
    T0.[DocNum] AS 'Doc No.',
    T0.[DocTotal] AS 'Amount'
    FROM [dbo].[ORPC] T0
    INNER JOIN [dbo].[RPC1] T1 ON T0.[DocEntry] = T1.[DocEntry]
    INNER JOIN [dbo].[OJDT] T5 ON T0.[TransID]  = T5.[TransID]

  • Copying selection criteria in XLR advance report builder

    Can anyone tell me if it is possible to copy columns, rows or cells in the XL Reporter advance designer and copy the selection criteria as well?
    Thanks

    Have you tried to save the file as .rcr so that you could reuse the columns, rows or selection criteria?
    Thanks,
    Gordon

  • 2 selection Criteria on Profit & Loss Report (Project & Dimension)

    Good day Experts,
    Is it possible for Profit & Loss Report to have 2 Selection Criteria? our client wants to have Profit & Loss Report per Product  (Project) & Branch (Dimension).
    We tried to create an A/R & A/P Transactions with Project & Dimension defined for each line item, when we viewed the P&L Report, and select Project only as the Selection Criteria the P&L is correct, but when we included the Dimension on the Selection Criteria it only shows the Income / Turn-over Account Value & not viewing the COS / COGS Account Value.
    Hope to hear from you soon. =)

    First you should check in JE where project and profit center updated or not .because if account type is not Expenditure then cost center nerver effect JE entries .
    And Project updated have not any issue but in Cost center it should be Expenditure Account in Chart of Account.
    Thanks
    Manvendra Singh Niranjan

  • How to suppress "enter parameter values" screen in crystal reports for Visu

    Hi,
        I am passing parameters to the report through program.  But still the "Enter Parameter Values" Dialog is shown every time I run the application.  Code used to pass parameters is given below:
                    rptCBBookRpt objRptCBBook = new rptCBBookRpt();
                    objRptCBBook.SetParameterValue("@Branch", strBranch);
                    objRptCBBook.SetParameterValue("@CoName", mdlFinIF.objCommon.CoName);
                    objRptCBBook.SetParameterValue("@Heading", strHeading);
                    objRptCBBook.SetParameterValue("@UserInfo", mdlFinIF.objCommon.ReportInfo());
    How can I suppress the "Enter Parameter Values" dialog.  Please help.
    Cris Evan

    Well, no. But this being a community, not technical support, you may get a response, perhaps even an actual answer, or you may not...
    If you are not getting a response or an answer, you may want to consider obtaining a dedicated support here:
    http://store.businessobjects.com/store/bobjamer/en_US/pd/productID.98078100?resid=S6I@hgoHAkEAAGsiyVkAAAAR&rests=1282226845369
    Look at samples here:
    https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsfor.NETSDK+Samples
    Check out the [Crystal Reports for Visual Studio 2005 Walkthroughs|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2081b4d9-6864-2b10-f49d-918baefc7a23] - it will apply to your version of CR...
    And of course, developer help files.
    - Ludek

  • Where do you create a Selection Criteria TOKEN? (Crystal Reports, SAP B1)

    I have downloaded "How to Work with Crystal Reports in SAP Business One" and read where it mentions "tokens" (starting on page 19).  I followed the directions and created a New Parameter in a Crystal Report with the name of
    BPCode@Select distinct CardCode from OCRD where CardType = "C"
    as directed on page 21 as an example of a token.  OK, so now I have a parameter with a very long name that doesn't do anything when I run the report in standalone Crystal Reports connected to our SAP B1 application.
    At what place in the "Create New Parameter" dialog box in Crystal Reports do you actually enter this information?  Nothing in that dialog box seems appropriate for SQL expressions.  Reading through SCN threads, I could not find anything that addressed this simple question.  What am I missing?
    NOTE: I do NOT have the CR Add-In available to me in SAP B1.  I cannot get it to install.  All of my work is done in standalone Crystal Reports and all reports are then imported from there.  I am a CR developer with less than 1 month experience with SAP B1.
    Thanks.

    OK, so I imported an .rpt file as a "report" instead of as a layout and placed it in a known module location (though the options were extremely limited).  I had no idea where to go to run the report, but under "Modules", "Reports", and the location I just imported to, I found and chose the report.
    The next step was a dialog box with two blank prompts and a third blank prompt asking for a particular field value from a table in the report.  The actual Crystal report has only two parameters (good ol' DocKey@ and ObjectID@).  I have to actually look at a known document in B1 and enter the values for the parameters before I get an actual result.
    Now, more questions...
    If there is a token in this report process, where is it?
    Why would I run a report this way when it's going to ask me the DocEntry and ObjectId numbers which are not known to me unless I do research (Actually, what you don't know is that all of the reports I've created are revisions to marketing documents, so I haven't created anything new or unique to B1 that would involve complex analysis).
    I spend almost two hours a day scouring the SCN to figure this stuff out and am still lost.  I haven't read anything anywhere that describes this process in an adequate fashion.  If SAP makes BOTH B1 and Crystal Reports, why not make the connection between them seamless and user-friendly?
    Gordon, if you're listening, you'd probably do well writing another book on this subject!!

  • Adding Selection Criteria in Any Payroll Report(PTax)

    Dear Experts,
       Can you please tell me the Payroll Report especially with the Professional Tax having the Column field of "Business Area". My Client want the report with Business Area Wise where it will helpful to identify the Region or Branch Office,when the G/L Account in FI at the time of mismathching.
      The Personnel area's are not equal to the Business area for my client.
    I have tried in the Table T599B, but it is not working . Please tell me if there is any specific to work on this table.
    Please throw some light..
    Thanks
    Praveen

    Dear All,
       As I added the Business Area field in  in Selection Field with use of "Further selection" button of the transaction PC00_M40_PTX,and generated the report..
    In the Generated report I have selected the "Change Layout " button and it doesnt shows the Business area Field.
    Please explain if any config is required..
    Thanks

  • Pre-Filled Selection Criteria in Transaction CKMLCP Report CKML_RUN_STATUS

    Dear ABAP Specialists,
    i am actually searching for the origin of the data provided as costing run number while running the report via transaction in foreground. If i try to start the same report via background on SE38, i always get the information costing run number is missing.
    So can someone help me to identify which is the costing run number i am searching for or better where this is normally drawn from, so that i could possibly start this steps via job automatically in the future or at least have the information where i could get it from?
    Thanks a lot in advance
    Best regards
    Carsten Klatt

    Dear ABAP Specialists,
    i am actually searching for the origin of the data provided as costing run number while running the report via transaction in foreground. If i try to start the same report via background on SE38, i always get the information costing run number is missing.
    So can someone help me to identify which is the costing run number i am searching for or better where this is normally drawn from, so that i could possibly start this steps via job automatically in the future or at least have the information where i could get it from?
    Thanks a lot in advance
    Best regards
    Carsten Klatt

  • No documents found for the selection in J1INEMIS-new TDS report for India

    Dear all,
    In J1INEMIS the error is coming:
    No documents found for the selection
    Message no. 8I760
    what can be the reason.
    regards

    To get TDS certificate we use T code J1INMIS, Pls dont go to This T code: Follow this:
    1. J1INCHLN
    2. J1INBANK---Bank no, will be Check Issue A/C.
    3. J1INCERT----In this document date should be end of the month date exampl=31/03/2011
    After giving all the details in J1INCERT
    select - Ctrl S (Save the document_
    you will see the below screen (Variant) give variant name XXX Description (Check Printing)
    save, you will get 16A Form.

  • Looping login screen in Crystal Reports for Visual Studio 2008

    Hello,
    I am using Visual Studio 2008 with the Crystal Reports Basic for Visual Studio 2008. Visual Studio and the Crystal Reports Basic Runtime for Visual Studio 2008 (x64) are installed on both the development and production boxes.  I am using Crystal Reports via Visual Studio and do not have the full blown version of Crystal Reports installed on my machine.
    We have used Visual Studio to create an aspx webpage and would like to use Crystal Reports to display a graph. The report displays fine in debug mode, but displays a looping login screen when moved into production on the web server. The web server is using Windows Server 2008 (x64) with IIS 7. We have tried passing the logon parameters to the crystal report during the page init event with the auto-bind feature enabled on the crystal report viewer. A MySQL database provides the data for the report. All ODBC data sources have been configured the same on both machines. 
    Any help would be greatly appreciated!  Thanks!

    Hello,
    Use a tool called ProcessMonitor from Microsoft and watch what happens when you try to log on.
    Also can you verify you created your DSN using the 64 bit ODBC Admin and that you are using a System DSN so IIS can find it.
    And that the MySQL ODBC drive is also 64 bit?
    If you can read ODBC trace logs you could enable it also and see what error you are getting.
    Thank you
    Don

  • Custom Report for Management on Servers

    Our management is looking for a report that will tell them, by server, how compliant each server is to all applicable updates that apply to that server. Say, something like 95% of all evaluated updates and then be able to drill down to what specific updates are applicable. Everything in SCCM is targeted at specific deployements and collections. Collections are good for me but I don't want to be tied to a specific deployment, just what SCCM says is applicable for that machine. Anyone create something like this?Orange County District Attorney

    Yes, I know this is an old post, I’m trying to clean them up.
    This report is a good starting point, you can then make it drill thought to
    Compliance 6 - Specific computer
     http://smsug.ca/blogs/garth_jones/archive/2009/02/25/patch-compliance-progression-report.aspx
    http://www.enhansoft.com/

  • 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

  • PS report: multible selection for report selection criteria

    Is there a possibility to define multible selections in the report selection variables of a PS hierarchy report?
    I tried to define them via
    CJE6 -> EDIT -> General data selction
    and entered valiables in the FROM column and the TO column. But when I execute the report it will not show multible selction, but only single selection. Also, I did not find a SAP standard report which has multible selection in the report selection criteria screen.
    I found the multible selections only in the DB profile selection screen and the dynamic selection, but that is not the solution I am searching for.
    Can anybody kindly help me with this?

    E.g. S_ALR_87013532
    here you can see multible selection in the DB profile selection group, but not in the report selection group. I would like to use multible selection in the report selection group, as mentioned above.
    I am aware of the possibility of creating a new DB profile, but this is only my option B.

  • Need to take part of selection criteria out of a custom report (R painter)

    Hi Experts..
    I have a requirement to hide cost elements/group which appear as part of selection criteria on our custom report (report painter) for projects.
    1. Why this appears as part of the selection criteria as i did not find this defined in Edit --> General data selection. (I only found  CO area, Valuation, Fiscal year, Period, and Object in there).
    2. We have found a system performance issue when a user put in cost elements for selection. So I am required to take this out. I thought i can just take this out from General data selection.. If I can't find it in there, where would i be able to do that??
    3. Suppose I would hide this selection by creating a screen variant.. I was looking in SHD0
    but its not working with our Z T.Code...it display the error message "Variants are possible only for dialog transactions"... This does not seem to work with a custom t-code. Then how would I do this ????
    Please help clarify on this ....
    Thanks....
    Monica
    Edited by: Monica Kong on Aug 24, 2008 6:01 AM

    Hi Monica,
    I believe we have an executable report here...
    go to se38 -> enter program name -> click on "attributes" button -> display
    We can see the type as 'Executable' or 'Modulepool'
    generally a selection screen is brought by using keywords 'Parameters' or 'select-options' in Executable programs and with screen in modulepool ..although we can use a combination of both in some cases
    So in your program..
    check for keywords
    'Parameters'/'Select-options'
    The best way to proceed is to press F1 on the field that needs to be removed from selection...note the details
    "screen number" and "screen field"
    (1)By default screen number = 1000  if it is an executable program
    Now see the scrren field ..if it is select-options it will something like field-low or field-high
    so in the report
    search for field for cost center and group with keyword starting as parameters or select-options and comment the same
    Remember to comment tte fields throughout the program since this field will be used in multiple locations
    (2) if it is modulepool program note the screen number , go the program and screen and remove the field from screen painter and comment the fields where ever used in the program
    Also note that using screen variant is a good option but done if user needs specific settings on a report or we need the original report as it is plus additional report with few variations
    Hope it helps
    Pls check and revert
    Regards
    Byju

Maybe you are looking for

  • Content does not display when page first opened

    Hi All; I have a contenta are/region which I have divided into multiple tabbed areas. I have two main tabs that divide the content into two major topics. Within each of these main areas I have added 4 to five tabs. One set for example holds a calenda

  • Not Required Field in Form

    I'm trying to create a registration form with required and not required fields, but I'm getting a data base error (Column 'city' cannot be null) in those fields that I leave in blank. I noticed that in the Data base palette (DW CS6) all the table's r

  • Wireless runs great, but printer problems...

    My Airport Extreme was a breeze to hook up and get connected to the internet, but printing is an issue. The Airport Utility sees the printer from both a macbook and a 64 bit Vista desktop, but when I try to print and get a message that says printer c

  • N280 gtx-t2d1g super oc connection problem

    just bought this video card super oc goes up to 700mhz. unfortunately , still not able to get it to work . i was hidden the facts that this card has a 8 pin and 6 pin connector. i just bought a power supply toughpower from thermaltake 850w cable mana

  • Tutorial about creating java components?

    Is there a good tutorial on how to create java components for stellent? I've followed the customization course at oracle's a few weeks ago but it didn't involved any java component. We learned to create components with idoc script and learned everyth