HR PNPCE - Selection Screen - Payroll Period not available

Hi all,
I am using PNPCE and have created a custom Report Category.  I have unchecked the "Data selection = EE selection" so that I now have 2 seperate period drop down boxes.  I have selected all period options for both selection periods.
Problem is that under the "Data Selection Period" none of the Payroll Period options are available for using even though I selected them in the Report Category. ???  Anyone have this problem before? 
If I go back and check the "Data selection = EE selection" then they appear and are available for selecting.
Thanks, Mark

Hi ,
You can get selection-options  by pressing F1 then technical attributes .
Then in AT SELECTION-SCREEN OUTPUT event you write the following code ---
AT SELECTION-SCREEN OUTPUT  /  INITIALIZATION.
select_option_name-sign = 'I'.
select_option_name-sign  = 'EQ'.
select_option_name-sign  = sy-datum.
append select_option_name .
Regards
Pinaki
Edited by: Pinaki Mukherjee on Feb 9, 2009 5:56 AM

Similar Messages

  • PNPCE selection screen

    Hi, I have problem in using logical database pnpce.
    When using the logical database pnpce, it already has it's own default selection screen.
    The default for the upper block of the selection screen(payroll period) is:
    reporting period: today
    What do i have to do if i want to set the default selection screen into
    period: current payroll period
    Many thanks.

    Hi ,
    You can get selection-options  by pressing F1 then technical attributes .
    Then in AT SELECTION-SCREEN OUTPUT event you write the following code ---
    AT SELECTION-SCREEN OUTPUT  /  INITIALIZATION.
    select_option_name-sign = 'I'.
    select_option_name-sign  = 'EQ'.
    select_option_name-sign  = sy-datum.
    append select_option_name .
    Regards
    Pinaki
    Edited by: Pinaki Mukherjee on Feb 9, 2009 5:56 AM

  • Error message: "the previously selected audio interface is not available"

    HELP?!?!?!?!?
    I'm stuck, and I can't go forward. Here's my issue:
    I've bought a Focusrite Saffire LE, a simple firewire audio interface, for use with my Logic Express 7 (with all the latest updates). I run the setup assistant and select my saffire as the audio interface to use, and then when logic runs I get the message "the previously selected audio interface is not available" and it defaults to my Macbook Pro's internal microphone and speakers.
    Just for sanity I've tested the audio interface with garageband and it's fine. My other audio apps aso run fine using the saffire as the audio interface. The setup assistant for logic has no problem finding the saffire, so why does it get rejected as soon as logic starts?!?!?
    Please - this is driving me crazy.

    I asked Focusrite for some help, and they said it should work (which I knew) and made some suggestions. Here's their email:
    "Saffire LE should work fine in Logic Express.
    Try resetting your logic preferences. Go to Logic > preferences > initialise all except key commands.
    Do you still have the same problem?
    Do you have any other firewire devices attached?
    Have you had any other interfaces installed in the past?"
    All good suggestions, but so far no luck.
    Has someone else got the same config as me? (15" Macbook Pro and focusrite saffire le)?

  • "The selected port, COM1, is not available..."

    I had a Sony Clie working just fine on my new Dell XPS 400 with Windows XP 2005 Media edition. It died on me and when I went to recharge it, I got a message I'd never gotten before:
    "The selected port, COM1, is not available at this time. HotSync Manager will open the port when it becomes available."
    I just bought a new Palm Z22 and I'm having the same problem.
    The crazy thing is, I HAVE NO COM (SERIAL OR PARALLEL) PORTS ON THIS COMPUTER! Consequently, there is no "Ports" icon in the Device Manager.
    I'm totally stumped. Any help would be greatly appreciated!!
    Post relates to: Palm Z22

    I am having the same problem on both my PCs (HP Laptop and Dell Laptop) using Bluetooth via USB. I can connect with the cable just fine every time. I also successfully HotSync’ed via Bluetooth the first time.
    After shutting down the PCs, the I get the "The selected port, COM X, is not available at this time. HotSync Manager will open the port when it becomes available."
    I've gone in to the Microsoft Bluetooth manger and added and deleted ports several times. That hasn’t worked.
    Help!!!

  • Erase free space  can't be selected or "erase" is not available

    Hi
    Today I found that Erase free space  can't be selected or "erase" is not available , and I don't know !
    I need to get free space ,I know its not a good idea but I need to do it .
    So please help me ,if there is something wrong on my mac
    Teach me step by step how to show that button ON
    Thanks a lot

    Please note that "erase free space" does not create free space. It just makes all the bits in the existing free space the same (so that nobody can recover data from the files that used to be there).
    Knowing that, do you still need to erase free space?

  • Selection screen fields are not clearing..!

    Hi all,
    I have created one report which is having a selection screen with four select-options.
    Now after executing the report, when i click on "back" icon the selection screen entries are not clearing even i refresh the select-options also.
    Could any body please help me to resolve this issue??
    Regards,
    Joshu.

    Hi,
    Use FREE MEMORY after the report is printed..
    Check this example..
    PARAMETERS: P_MATNR LIKE MARA-MATNR OBLIGATORY.
    START-OF-SELECTION.
    WRITE: / P_MATNR.
    FREE MEMORY.
    Thanks,
    Naren

  • M Audio firewire solo with yosemite - 'The previously selected audio interface is not available'.

    Hi, I recently bought a new mac mini with yosemite OS. I plugged in my M-audio firewire solo and (after a bit of trouble) finally managed to see it appear in GB. then moments later a dialogue box appears with 'The previously selected audio interface is not available'.
    There doesn't appear to be any update drivers from M-Audio and the CD that came with the interface also does not work?
    I can't find any information with this problem. Can any one help?

    Oops. . . A loose lead connection may have been the problem, although still not receiving a signal?

  • Logical Database (PNPCE) , selection screen hide.

    Hi Gurus,
             i have couple of questions related to logical database pnpce.
    1.Since i know logical database has there own selection screen , my requirement is i want to add my custom fields to the selection screen other than what is provided is it possible or not.
    2. i want to hide the selection screen of the logical database, but i do want to create my own in which i will be declaring some select options of the standard logical database screen has, like pernr, organisation unit, etc, how do i communicate the entered data with the logical database if i dont use the logical database standard selection screen, hope i could able to explain my problem, please see into my problem and let me know thanks in advance,
    hussaini

    Hussain,
    LDB have standard selection screens, if at all you want to customize those standard selection screen you would have to define a report category for your program. You`ll have to configure in the spro settings for your corresponding report category.
    If you would like to declare your own selection criteria, you can very well do it and these criteria are visible below the standard selection criteria. You can process these elements in your program and not in the LDB standard program. Use the normal selection screen events in your program for processing your selection criteria.
    Hope this info is helpful, reward points if convinced.
    Regards

  • Selection screen fields are not getting detected in an infoset in code

    Hi All,
    I am developing an infoset query using logical database 'PNPCE'. I am facing problem while writing a validation on selection screen fields on an infoset query at infoset code level.
    The fields that are under program specific selection are determined at runtime with variables viz. SP$00001, SP$00002 etc. There are actually select options on selection screen of an infoset query.
    So I cannot write a direct  code on these fields as they do not exist at infoset level and hence cannot be detected.
    I want to put down a validation that if user does not select anything on selection-screen and executes the query, then he should get a pop-up message 'Narrow down your search...' and he should go back to selection screen again.
    Is there any alternative way to achieve this?

    hi,
    Your Screen resolution is more in the system that's why while creating it was fine and while executing it was gone after the next field.
    so you better create a frame and place that inside it or you can change cols size  in the properties about the columns you want

  • Selection Screen Variant does not set Tab as active -

    Hi experts,
    I have a Z-report. The selection screen of this report has got 8 tabs and sub screens, for different type of reporting ( SO, PO, Invoice reporting etc).
    Now the issue is, if a user creates a variant for the report with one particular tab as active tab, while running with this variant, the report starts with default tab(Tab 1) as active tab. The filed values in the particular tab are getting populated correctly from the variant. But the current/active tab is not getting set from the Variant. (Or in other words, none of the hidden fields in the screen P_TAB1, P_TAB2, etc are getting populated with X when creating a variant)
    This issue started recently, and old variants (created long back) are pointing to the correct tab as expected. I have checked for the changes in the report. Unfortunately there is only one version(latest) available in the system.
    Any kind of help will be appreciated.
    Thanking you in anticipation.
    Deeps

    Hi,
    I was wondering if you ever solved your issue.  I am facing the same
    problem.  When choosing a variant, I would like the active tab to
    display the correct select-option fields.

  • Selection screen field is not populated without pressing "Enter"

    Hello All,
    I am calling a report from module pool using SUBMIT statement. I have defined a selection screen as subscreen on module pool screen. On this selection screen i have a select option S_BUKRS. When I input company code 1000 and just press execute button on module pool, it is taking me to the report output. But S_BUKRS is not filled before the submit statement and hence report is executing as if S_BUKRS is initial.
    I put a breakpoint and saw that the field S_BUKRS is not filled before calling the repot.
    I re-ran the transaction (module pool) and this time after inputting 1000 in S_BUKRS I pressed enter and then pressed execute button. Now the value is transferred to report since S_BUKRS[] is filled.
    Do I need to press enter key after inputting the values on the selection screen everytime; before pressing the execute button?
    What could be the issue and how can I resolve it?
    I am calling the report in PAI of module pool using statement SUBMIT ZREPORT1 WITH s_bukrs IN s_bukrs AND RETURN.
    Thanks,
    Sandeep

    sandeep akula wrote:
    Hello All,
    > I am calling a report from module pool using SUBMIT statement. I have defined a selection screen as subscreen on module pool screen. On this selection screen i have a select option S_BUKRS. When I input company code 1000 and just press execute button on module pool, it is taking me to the report output. But S_BUKRS is not filled before the submit statement and hence report is executing as if S_BUKRS is initial.
    > I put a breakpoint and saw that the field S_BUKRS is not filled before calling the repot.
    > I re-ran the transaction (module pool) and this time after inputting 1000 in S_BUKRS I pressed enter and then pressed execute button. Now the value is transferred to report since S_BUKRS[] is filled.
    > Do I need to press enter key after inputting the values on the selection screen everytime; before pressing the execute button?
    > What could be the issue and how can I resolve it?
    > I am calling the report in PAI of module pool using statement SUBMIT ZREPORT1 WITH s_bukrs IN s_bukrs AND RETURN.
    > Thanks,
    > Sandeep
    I believe, you should be able to caputre the value of S_BUKRS in AT SELECTION-SCREEN event even if the user executes the program with out hitting Enter key. Make sure that you are including the CALL SUBSCREEN <area> statement in the PAI as the first statement.
    -Rajesh.

  • Selection-Screen validation is not working

    Dear Gurus,
    I did one report in that,selelction screen is not working properly.
    if i give input by F4 searching,selection condition not working.
    it does not retrive the particular result instead of that it retrive the all values what can i do for this.
    Regards,
    Rajkumar.A

    Hi Rajkumar,
    What do you mean by selection-screen not working?
    Does not it give values on clicking execute or doesnot it move to the output screen or does it throw an error?
    Please explain

  • Radiobutton during at selection-screen event is not triggered

    Hi experts,
    I have this event:
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file
    perform f_file_sel.
    I want to select a file according to the radiobuttons on the selection screen, but during the f_file_sel form I recognized, that the radiobutton which I selected is not triggered.
    It's only triggered after 'start-of-selection'.
    How can I force the program to trigger it when f_file_sel is processing?

    Hi,
    SELECT-OPTIONS : so_matnr1    FOR  mvke-matnr MODIF ID id1,
                                    so_matnr2   FOR  mara-wrkst MODIF ID id2.
    PARAMETERS : rb_mat TYPE c RADIOBUTTON GROUP rbg DEFAULT 'X' USER-COMMAND hid,
                              rb_var TYPE c RADIOBUTTON GROUP rbg.
    LOOP AT SCREEN.
        IF rb_mat EQ c_x.
          IF screen-group1 EQ  'ID2'.
            screen-input = '0'.
          ENDIF.
        ENDIF.
        IF rb_var EQ c_x.
          IF screen-group1 EQ 'ID1'.
            screen-input = '0'.
          ENDIF.
        ENDIF.
        MODIFY SCREEN.
      ENDLOOP.
    Apply this piece of code to your requirement with files in place of fields.Hope your issue will be resolved.
    Regards,
    Anand.

  • I upgraded to PsCC 2014, but Select Focus Area is not available. Why?

    I upgraded to 2014, but none of the new features seem available from my menus. In particular, I wanted to use the Focus Area feature, but it is not available from the Select Menu. Is this a common problem?

    Sorry. It didn't occur to me that Adobe would install a complete new version on my hard drive. I found it. It works so far. Sorry for the waste of time.

  • "Select Distinct Records" Option Not Available

    Hello Experts.
    I am working on a new report in CR XI, and noticed that I had many duplicate records.  I went to the File; Report Options; and expected to click on "Select Distinct Records", but that choice was grayed-out.  What would have caused me to lose this option, and how do I fix it?
    Thanks in advance for your help.

    Not sure if this covers it or not, but....
    The Select Distinct Records command is only available for ODBC, OLE DB, and SQL native drivers; it is not available for Stored Procedures. Note also that your server may automatically sort returned values if no sort is specified in Crystal Reports.

Maybe you are looking for