Begda and endda missing

Dear experts,
I'm making HR reports and noticed that i could only retrieve data from the current month and year. I did some problemsearching and discovered that my begda and endda infotypes aren't present in my HeadCount and Personnel Actions cube in BW.
My question to you:
Is there a way i can still access these infotypes for my query?
or do i need to remake my cube?(if so, how?)

Hi,
Thanks Atish...
I'm creating a custom infotype which has to be populated from more than one infotype..
So in that dynamic action i've to check the values of begda and endda in a module... for that i don't want to include the structures of all the infotypes from which the custom infotype is going to be populated.
I want to fetch the values of begda and endda from some other table..
Got it my friend?

Similar Messages

  • Updating HRP infotype's begda and endda fields using RH_PNNNN_MAINTAIN.

    hi all,
            I want to change the begda and endda fields in hrpXXXX infotype tables, but use the functiom module RH_PNNNN_MAINTAIN in dialog mode, the begda and endda fields can not be edited.
    can we change these things using this FM?
    or are there any other FMs can make this?
    thanks,
    Huai Zhi

    Hello,
    Use in this way
      CALL FUNCTION 'RH_PNNNN_MAINTAIN'
           EXPORTING
                ACT_FCODE          = ACT_FCODE
                ACT_PLVAR          = IPLOG-PLVAR
                ACT_OTYPE          = IPLOG-OTYPE
                ACT_OBJID          = IPLOG-OBJID
                ACT_INFTY          = IPLOG-INFTY
                ACT_SUBTY          = IPLOG-SUBTY
                ACT_ISTAT          = IPLOG-ISTAT
                ACT_BEGDA          = IPLOG-BEGDA
                ACT_ENDDA          = IPLOG-ENDDA
                ACT_PNNNN          = IPLOG
                SUPPRESS_DIALOG    = '1'
           IMPORTING
                ACT_OK_CODE        = OUT_FCODE
                ACT_PNNNN_OUT      = IPLOG
           EXCEPTIONS
                INFTY_NOT_VALID    = 01
                NO_PLVAR           = 02
                OBJECT_NOT_DEFINED = 03
                OTYPE_NOT_VALID    = 04.

  • Why pn-begda and pn-endda not filled ? but pn-begps and pn-endps filled.

    Hi,
    Im using logical database PNP.
    in all my reports, whenever i fillPayroll period, the from date and enddate (pn-begda and pn-endda) is populated for the  given pay period.
    In one of my report, these value (pn-begda and endda) are blank.
    pn-begps and pn-endps is getting filled instead. (Why ? What setting i have to do, to bring pn-benga and pn-endda?)
    Thanks,
    Jhove.

    Hi Jhove,
    BEGPS and ENDPS refer to person selection period (whether a person exists on a specified period) whereas BEGDA and ENDDA refer to data selection period (whether a specific IT record exists in a specified period). Probably in your report person selection period fields are filled whereas data selection period fields are left blank (or these fields even do not exist in your selection screen). Thus, you need to check whether data selection period is available in selection screen and it is filled prior to report execution.
    Best regards,
    Dilek

  • BEGDA & ENDDA missing in InfoPackage selection

    Hi All,
    within my 0EMPLOYEE_ATTR extractor, the infopackage does not contain the BEGDA & ENDDA fields.  they are definately ticked for  'selection' within RSA6.  I have done replication and all other fields seem to be there besides these 2.  Any ideas how i can get them to appear on infopackage for selection?
    Thanks in advance.
    Munaf.

    Hi Munaf,
    I believe that SAP note 310304 explains the problem, to extract time dependent master data you must
    use the fields 'DATETO' and 'DATEFROM'. You can't use BEGDA and ENDDA.
    Please read the "solution" part of the note 310304 it explains what you need to do.
    Best Regards,
    Des Gallagher

  • Pn-begda and pn-endda

    Hi all.
    I am developing a hr report with logical database pnp and screen 900 i.e the payroll screen.
    I wan to access the start date of payroll and hence m using pn-begda and pn-ennda but to my surprise both of them are null. i also tried payroll-evp-fpend and payroll-evp-fpbeg but they are also set to null.
    can any one please explain y is it happening and what should i do to find out the start and end date?
    thanks
    HM

    Dear Hitesh,
    Get the payroll run from your HR Functional consultant first. Maybe then, you would get the values in Pn-begda and Pn-endda.
    Reward points if answer is helpful.
    Regards,
    AXE

  • Help me plz ,about pn-begda and pn-endda

    hi everyone.
    what do "pn-begda" and "pn-endda" means?
    it always EQ "18000101" and "99991231"
    can anyone explain it to me ?
    thanks very much

    Hi Grubby,
      pn-begda and pn-endda are depend on the selection options for the period.
    Example:
    1) If you select radio button <b>Today</b> then the values for pn-begda and pn-endda are
    pn-begda = 20070905
    pn-endda = 20070905
    2) If you select radio button <b>Current month</b> then the values for pn-begda and pn-endda are
    pn-begda = 20070901
    pn-endda = 20070930
    3) If you select radio button <b>Current year</b> then the values for pn-begda and pn-endda are
    pn-begda = 20070101
    pn-endda = 20071231
    4) If you select radio button <b>Up to today</b> then the values for pn-begda and pn-endda are
    pn-begda = 18000101
    pn-endda = 20070905
    5) If you select radio button <b>From today</b> then the values for pn-begda and pn-endda are
    pn-begda = 20070905
    pn-endda = 99991231
    For <b>other period</b>, you can enter the dates for the Data selection period and person selection period.
    I hope you understood.

  • Infotype in PPOME , disable display_period-begda and display_period-endda

    Hi everyone, i create an infotype custom with subscreen; then create association for infty and type position 'O'.
    From subscreen MPXXXX00 subscreen 7000 i have to disable     dynpname = 'SAPLRHOMDETAILMANAGER'.
        dynpnumb = '0300' fields DISPLAY_PERIOD-BEGDA and DISPLAY_PERIOD-ENDDA.
    With f.m. 'DYNP_VALUES_UPDATE' i can change the value , but not the properties.....
    How can I do , if is possible ?
    Thank' s a lot !!!!!

    Hi Marco.
    There is chance to do what you want using implicit enhancements, but you must use it carefully.
    In the include LRHOMDETAILMANAGERF01 there is a subroutine named INIT_PERIODS, this subroutine is called from a PBO module of Dynpro 0300, so as you can not modify directly this standard include you must use implicit enhancements.
    After you have created the enhancement you will be able to add some code at the end of subroutine..  you can make use of field "act_info-tabtype" to identify the active tab, after that you should perform a loop at screen and change the input field to 0.
    the source code looks like this:
    """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""$"$\SE:(1) Forma INIT_PERIODS, Final                                                                                A
    $$-Start: (1)----
    $$
    ENHANCEMENT 1  ZHCMOM001.    "active version
      if act_info-tabtype = 'IT9001'.
        loop at screen.
          if screen-name = 'DISPLAY_PERIOD-BEGDA'.
            screen-input = 0. "Inactivate
            modify screen.
          endif.
        endloop.
      else.
        loop at screen.
          if screen-name = 'DISPLAY_PERIOD-BEGDA'.
            screen-input = 1. "Activate
            modify screen.
          endif.
        endloop.
      endif.
    ENDENHANCEMENT.
    $$-End:   (1)----
    $$
    Don't forget activate the enhancement.
    Let me know if it works.
    Regards

  • Rp_provide_from_last p2001 space pn-begda pn-endda

    Hi Guru's,
    I  am  using  PNP as LDB and after ,
    My  requirement  is to  fetch  the records from p2001 for a specific time period mentioned in the selection screen.
    Code :
    Get  Perner.
    rp_provide_from_last p2001 space pn-begda pn-endda.
    the output   of the above is  giving  all  the data from  P2001 irrespective of the dates (Pn-begda & pn-endda.)
    But  i want  the data with in the dates (Pn-begda & pn-endda.).
    Plz suggest.
    Thanks.

    Hi,
      PROVIDE * FROM P2001
      BETWEEN Pnpbegda AND Pnpendda.
       write: p2001-pernr,p2001-begda.
      ENDPROVIDE.
    use this code..........
    Regards,
    vamshidhar .
    Edited by: vamshi naini on Apr 23, 2008 2:06 PM

  • HR - PNPbegda/PNPendda ......PN-begda/PN-endda

    Hi,
    I am going through some of the sample codes on internet. While querying on any infotype table I find that  begin date/ end date on selection screen is referred as PNPbegda/PNPendda some times and PN-begda/PN-endda some times. Is there any some reason for this? what is the difference between use of these in two different ways?
    Thanks
      SDN POWERED

    Hi,
    pnpbegda and pnpendda refer to the date fields on the selection screen.
    when you use macros like RP_PROVIDE_FROM_FRST and
    RP_PROVIDE_FROM_LAST you can see the pn-begda and pn-endda.
    That means during the program pnpbegda and pnpendda are
    assigned to pn-begda and pn-endda.
    Ex: RP_PROVIDE_FROM_FRST p0001 space pn-begda pn-endda.
    you can change pn- begda and pn-endda values.
    Ex: pn-begda = '20080101'.
          pn-endda = '20081231'.
    Ex: RP_PROVIDE_FROM_LAST p0001 space pn-begda pn-endda.
    you can directly use the dates even.
    EX:RP_PROVIDE_FROM_LAST p0001 space '20080101' '20081231'.
    For better understanding go through the programs
    SAPDBPNP and SAPDBPNPCE.

  • Rp_set_data_interval 'P0014' pn-begda pn-endda.

    Hi,
    Could you please tell me the diffrence of data retrival of infotype p0014 by get prenr and by using the macro:rp_set_data_interval 'P0014' pn-begda pn-endda..
    Thanks,
    Suresh

    >
    suresh kumar wrote:
    > Hi,
    >
    > Could you please tell me the diffrence of data retrival of infotype p0014 by get prenr and by using the macro:rp_set_data_interval 'P0014' pn-begda pn-endda..
    >
    >
    >
    > Thanks,
    > Suresh
    Hi Suresh,
      If you use this macro rp_set_data_interval 'P0014' pn-begda pn-endda'P0014' pn-begda pn-endda then the GET PERNR event only retrives the valid IT0014 records in the period pn-begda, pn-endda.
    If you don't use the macro rp_set_data_interval 'P0014' pn-begda pn-endda then the GET PERNR event retrieves all the available IT0014 records even if they are not valid in the interval pn-begda and pn-endda.
    Note: The macro rp_set_data_interval should be included in the START-OF-SELECTION event

  • When I am trying to use my printer with mac it will not print anything and says missing plug???  Help???

    I have usb cord from printer to Mac cannot print anything and says missing plug???  Anyone who can help me?  I do not understand what missing plug means?

    What Mac?
    What Mac OS X?
    What Printer?
    What software are you trying to print from?
    What sort of stuff are you trying to print? {just text, text and some diagrams, graphics, photos, animated Giffs, movies, something else}

  • I downloaded some videos to Premier Elements 13 from external hard drive but now the external hard drive is damaged. I tried to open the videos on the organizer which it shows the video but with a yellow ? and says missing file. Is there anyway I can open

    I downloaded some videos to Premier Elements 13 from an external hard drive but now the external hard drive is damaged. While setting up my new MAC the external hard drive was dropped and I have been told by an outside source they could not retrieve the files.  It had 4 years of photos and videos on it. I remembered that I had downloaded some of the videos from the external hard drive (before it was broke) to Adobe Organizer 13 when I installed the Adobe 13 on my MACOS X 10.9.5.  I tried to open the videos on the organizer which it shows the video but with a yellow ? and says missing file. Is there anyway I can open these videos?
    Any input is greatly appreciated!! I am sick over losing the videos and had a little hope on Adobe Organizer until I was unable to open them.  I am thinking it is due to my external hard drive not being plugged in. I thought when I transferred from the external hard drive to Adobe 13 that it would be there without the external hard drive needing to be attached but maybe I did something wrong.
    Thanks again for any help!!!!

    jnrmendonca
    It had 4 years of photos and videos on it.
    To what did your camera record those photos and videos - camera's internal memory, inserted memory card, other?
    Any remote chance that the latter may still exist for you to use to download the camera files to your new external hard drive?
    ATR

  • Audio cut out and midi miss sync

    Lately I have been getting audio cut out, and the missing, 'error while trying to sync audio and midi'.
    I thought it was that I had too many instances of virtual instruments. So I mixed the song down. Imported that into a NEW song, with only one audio track, and then proceeded to try to do an organ overdub...Well Logic still drops out and gives me the message, even though there is NO midi information in this file...
    Then I noticed that even AIF or mp3 files, didn't play properly from the desktop preview mode. They stop too. Activity monitor doesn't seem to be showing anything overworking..
    Disk Warrior fixed some volume errors,
    Anyone have any ideas to try?

    I'm using a motu828. I disconnected the firewire connection, and ran audio from the headphone jack to the motu, and VOILA, no problems... Last year, I went thru two motu units, not really sure if they are the issue.
    I think it might be LOGIC's firewire circuitry. Apple techs couldn't find the issue, I had the G5 motherboard replaced. Another factor was I had 3 Lacie firewire drives (2 firewire 800, 1 400) I have had 4 Lacie drives die on me in the last 3 years. They are the only firewire drives I have, so I don't know if the fault lies with them, or the again Apples firewire circuitry, stressing the drives out???
    I also put a firewire 800 card in my system.
    I have now switched to an external ESATA raid setup. No more firewire drives. So far so good. Since I had the whole motherboard replaced, I don't know what that means in terms of MOTU connected via firewire..
    For now, I'm running audio out of headphone jack, using all virtual instruments, so I know it will sound better when I get firewire audio up and running, but I got tired of it cutting out every 3 - 30 minutes. I'm thinking about the apogee duet unit. But again if it's connected via firewire, I don't know where that leaves me..
    My G5 is three and half years old, perhaps it's tired and wants to be retired....
    The dark part of me wonders, if Apple computers don't start crapping out after three years of heavy use, or is it that technology, software, updates, push the hardware beyond it's capacity after a few years.

  • I have files in my iTunes media folder that somehow are not in my library. How do I get iTunes to scan my media folder and add missing files to my library without making a copy of each file in the same location?

    I have files in my iTunes media folder that somehow are not in my library. How do I get iTunes to scan my media folder and add missing files to my library without making a copy of each file in the same location? If I use add file / folder to library, it scans the folder and then makes a copy of any file that is not in my library in the exact same location; I recal in older versions of iTunes being able to just drag my media folder into my library and it would update missing links.

    Only the songs that are connected to iTunes will be copied when you consolidate to a new folder.
    Splitting the media folder away from the usual location makes it harder to move iTunes in the future.
    Are you go move everything back once you've tidied up or are you going to leave it that way? Either way I'd recommend you create an iTunes folder at the new location, an iTunes Media folder inside that, and consolidate to this new iTunes Media folder. You should also use the option File > LIbrary > Organize Library > Rearrange files in the folder "<Media Folder"> if you have not already done so.
    tt2

  • TS3212 the new download of itunes will not run. I get a message during the process that I need to verify that I have sufficient privilege. then I get an error 126 and a missing file MSVCR80.dll. what can I do?

    I'm trying to download the new version of itunes. durig the install i get a message that I need to verify that I have sufficient privilege. Then I get a message of a Windows error 126 and a missing file MSVCR 80.dll. I've tried everything on the support site and nothing works.

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

Maybe you are looking for