Getting  ctc of a person

Hi all ,
          I want to read  latest Cost to company or salary data for an employee...
I am using pnp  ldb  and selection screen for master data .
I am not using selection screen 900 , because report retrieves other master data as well .
When I am using rp_provide_from_last statement for infotype 8 and based on that
using  function module 'rp_fill_wagetype '   in between get pernr and end-of-selection , I am not getting ctc data. but performance is too good.
From infotype 8 all data against each wagetype is not available and hence I have to use this fm.
But when after the end-of-selection , in a loop i am using fm for each pernr without using rp_provide_from_last p0008  space pn-begda pn-endda , I am getting all the data . but performance is too slow .
Can u help me ?
Regards ,
SA

Hi Rob ,
             Thank you for response . I am writing like this .
Start-of selection .
get pernr .
Perform select data -
. which appends into internal table itab the required records .
rp_provide_from_last p0105  '0010'  pn-begda   p_edate.
if pnp-sw-found = 1 .
itab-MAILID = p0105-USRID_LONG.
endif.
rp_provide_from_last p0008 space PN-BEGDA  p_edate .
  IF pnp-sw-found EQ '1'.
CALL FUNCTION 'RP_FILL_WAGE_TYPE_TABLE'
      EXPORTING
       APPLI                              = 'E'
         BEGDA                            = p0008-begda
       ENDDA                              = p0008-endda
       INFTY                              = '0008'
       OBJPS                              = '  '
       TCLAS                              = 'A'
        PERNR                             = p0001-Pernr
TABLES
       PPBWLA                             =  PPBWLA
         PP0001                           =  P0001
       PP0007                             =  P0007
       PP0008                             =  P0008
       PP0014                             =  P0014
       PP0015                             =  P0015
loop at ppbwla .
    case ppbwla-lgart .
      when '0010' .                                              "  CTC  monthly
      clear i_p0001a-ctc_m .
        itab-ctc_m = ppbwla-betrg.
  endcase .
  endloop.
if sy-tabix <> 0 .
modify itab index sy-tabix transporting  mailid  ctc_m.
endif.
END-OF-SELECTION.
It should modify internal table itab  .  itab contains  structure p0001 , ctc_m like p0008-betrg . 
but I find that , this is not giving me data for  mailid or ctc_m and sometimes only 
for first record  in the loop ..  while all other things are coming correctly .  Prabably not modified for correct index .
can u help me ?

Similar Messages

  • I am not able to get name of the person when he is calling for which i have already saved the no. on my contact list i have reseted my phone twice help me out

    hello i have started using iphone 5 for which i downloaded my contacts from i clouds i am not able to get name of the person when he is calling for which i have already saved the no. on my contact list i have reseted my phone twice  its only showing the names of the person whose no. i have saved it with the country code i am staying in india new delhi pls help me i am fed up not able to get the name of person who is calling

    Sir, your Apple ID can be used as an iCloud account as well. They are both the same thing.
    You can learn more from --> Set up your Apple ID for iCloud and iTunes - Apple Support

  • How do i get firefox to remember personal info and fill it in automatically

    How can I get Firefox to memorize personal info (name, address, etc.) and automatically fill in forms when ordering products, registering for an account, etc.?

    Remove site(s) from the Exceptions: Tools > Options > Security: Passwords: Exceptions
    See also:
    * http://kb.mozillazine.org/Password_Manager

  • I'm getting someone else's personal notes on my iPhone. How do I stop this?

    I'm getting someone else's personal notes on my iPhone. How do I stop this?
    I don't share my account with anyone. In my iPhone settings>iCloud>Notes is turned off. I checked my computer's iCloud notes and none of the other person's notes are on there. What am I suppose to do?

    Sign out of iTunes & App Store and sign in with the correct Apple ID.
    Settings>iTune & App Store>Apple ID>Sign out

  • I am using Mail 5.3 with two separate gmail addresses. One is personal the other is business. When I send emails from the business address, any auto-replies I get COME TO THE PERSONAL INBOX. I imagine that this is a setting? Please help!

    I am using Mail 5.3 with two separate gmail addresses.
    One is personal the other is business.
    When I send emails from the BUSINESS address, any auto-replies/out of office notices I get come to my PERSONAL INBOX.
    I imagine that this is a setting? Please help!

    Edit the SMTP server list. Add a new one for the business account. Put the correct password and information for it. Give it a description so you will know which server is which. Mke sure the correct server is highlighted in the account selected and check the box to use only that server for that account. Do that for the other account also.

  • When I try to print a 4X6 photo using Elements 12 it prints out 2X3.  Does anyone know how you can get hold a live person at Adobe?

    When attempting to print a 4X6 photo using Elements 12 it prints out 2X3.  Does anyone know how you can get hold of a live person at Adobe?

    I've never done a forum and am not exactly sure what to do from here.   I
    know how to do a screen shot on my phone, but not on my computer. 
    I'm about ready to throw every adobe product I have out the window!   If
    you purchase a product you should be able to get support from the  company.
    In a message dated 4/6/2015 3:04:02 P.M. US Mountain Standard Time, 
    [email protected] writes:
    When  I try to print a 4X6 photo using Elements 12 it prints out 2X3.  
    Does anyone know how you can get hold a live person at Adobe?
    created by Peru Bob (https://forums.adobe.com/people/Peru+Bob)  in 
    Photoshop Elements - View the full  discussion
    (https://forums.adobe.com/message/7412463#7412463)

  • Comparing cmdlets: [search-adaccount -accountdisabled] vs. [get-aduser -ldapfilter "(&(objectcategory=person)(objectclass=user)(useraccountcontrol:1.2.840.113556.1.4.803:=2))"]

    Hello all,
    I have searched on Google but have not been able to find much information about a comparison between the following 2 cmdlets, which return a different ".count" number for the number of disabled users, so the underlying queries must be different
    and I'm wondering how:
    Search-ADAccount -AccountDisabled
    get-aduser -ldapfilter "(&(objectcategory=person)(objectclass=user)(useraccountcontrol:1.2.840.113556.1.4.803:=2))"
    I can of course tell what the second command is doing, but I can't find any explanations on what exactly the first cmdlet is doing.
    The only thing I can find is info from TechNet, on the [Search-ADAccount -AccountDisabled] cmdlet:
    "Specifies a search for accounts that are disabled. An account is disabled when the ADAccount Enabled property is set to false."
    I can't find any information on this "ADAccount Enabled" property. Does anyone know what this means, and what criteria this cmdlet is using to find disabled users?

    Thanks guys for all your responses. It turns out that removing the "person" and "users" parameters from the ldap filter in the cmdlet above removes the discrepancies between the 2 searches, such that the 2 commands below return the same
    number of objects:
    Search-ADAccount -AccountDisabled
    get-adobject -ldapfilter "(useraccountcontrol:1.2.840.113556.1.4.803:=2)"
    Also, interestingly enough, running the "Measure-Command" cmdlet on both of these commands a few times and in new instances of PowerShell each time for each cmdlet reveals that the bottom command is actually faster (running against
    a large domain):
    Search-ADAccount-AccountDisabled
    53.606 seconds
    53.540 seconds
    52.708 seconds
    get-adobject-ldapfilter"(useraccountcontrol:1.2.840.113556.1.4.803:=2)"
    46.385 seconds
    46.017 seconds
    45.936 seconds

  • How can I get more of my persona to show at the top of the display screen?

    Before downloading the newest Firefox, my persona at the top of the display screen showed at least 1/2 of the firefox. Now it's only the ears. How do I show more of it? Stupid question, I know, but it's bugging me.

    You can add extra empty toolbars if you want to see more of the persona.
    You can create extra toolbars to get extra space via "View > Toolbars > Customize" or "Firefox > Options > Toolbar Layout"
    You have to put something on a toolbar (drag a Space item onto it) before closing the Customize window because empty toolbars are automatically removed.

  • Getting network to activate personal hotspot

    Hi all,
    I am currently on contract with a network called Jersey Telecom. Having upgraded to 4.3 I have the options for personal hotspot, but when I try to activate it, it says to contact my carrier.
    I have been into the 1 and only Jersey Telecom shop, and they have no clue what Im talking about, and use the standard 'its not available in Jersey'. However, having come from Android and using Wi-Fi hotspot for months I know its available.
    What can I do to get my network to activate this feature? Do they need to contact Apple personally?
    Thanks.

    I assume you are referring to a carrier in the U.K. as opposed to New Jersey, U.S.
    Did you get the phone through them? I don't think I've seen a reference to them as far as official carriers of the iPhone.
    I'm guessing you purchased your phone elsewhere and are using it with their network. That's fine if so, but not all features may function, including personal hotspot. Only your carrier can address this issue. Not all carriers support this feature, even among the 'official' carriers.

  • How can I get rid of the personal toolbar which is always displayed

    Hi,
    Just migrated from xp to win 8.1 on a new computer.
    In the process of cleaning up my firefox bookmarks and personal bookmark folder I must have done a wrong manipulation.
    My personal bookmark bar is now always visible across the top of the screen.
    I just don't want this and want to get rid of that continuous display. What did I do wrong and how can I mend this?
    Thank you in advance,
    LL

    Hi,
    You can hide that by following:
    *Click the orange Firefox button
    *Go to View > Toolbars > and uncheck ''Bookmarks Toolbar''

  • How do I get rid of the "personas" that keep coming up each time I open a tab

    I have downloaded the persona I want. Every time I open a new tab I keep getting various "persona" things coming up time that fill the whole page. How do I get rid of this?

    A new tab opens by default as a blank tab (about:blank).
    If that isn't the case then an extension has changed that behavior.
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • How can i get rid of any personas that has been uploaded without my knowledge?

    I have updated my firefox to 3.6.10 And it came back in a page showing the personnas.As i did not know what was all about i started touching the icons and found that my toolbar was changing colors. I did not like any of them so i tried to restore my previouw toolbar coplors and i could not. So please let me know what to do so i can get rid of these disgusting images in my toolbar

    It is so compliv=cated. U had yo find in troubleshootung sime ways. Then i found so many files in the profile menu that have been filed .I had to open every one to choose the right one that never found Then nothing could be done No way to revert.I had decide to uninstall the firefox Then i ttried the restore system way and it worked.
    In any case these add ons of persona are comletely silly.So many unfitting colors and no way to revert.Only to choose a different stupi d icon.Too silly for my sense of style

  • Get mails from outlooks personal folder (.pst)

    Hi,
    I am using JavaMail to parse mails from the imap server.The application gets new mails from inbox and parses it as required.however i need to modify this to get new mails from a personal folder(.pst)file instead of the inbox on the server.
    Any help in this direction will be appreciated.
    Thanks,

    as i understand, you want to pipe that output from
    qmail to your java application, that would then do
    something to those mails.
    but have you figured out what you want to do to those
    mails?
    javax.mail mostly helps your pogs to speak pop3 smtp
    and other protocols, but in your case there's no need
    for that, if you just need to parse those messages,
    then just parse them.
    what seems to be the problem? what to you want to
    achieve.Again....I've all ready. I've the script, I've the pipe from qmail, I know how to receive it from standad input...
    Could you please send me a little example about how to parse the received mail I'll have in a BufferedReader or InputStream to get subject, from and body (decoding MIME partes if the mail is MIME type ??
    This is the problem.
    I couldn't found samples or help...
    Thanks in advance
    xl

  • How to get Allowed Activities by Personal Number

    Hi Everyone,
    Does anybody know how to get list of allowed activities by Personal Number?
    Thanks,
    Roman.

    Ok,
    In CATS we can set Receiver WBS Element(Project), Activity Type and amount of e.g. hours for date.
    I would like to know how to get list of allowed activities for particular person.

  • HT4623 Hi I have updated my 4s and some of my texts send but never gets to the other person, also I now cant send or receive photos ?

    Hi I have updated my 4s and some of my texts send but never get to other person and also I cant send or receive photos any more

    Go into settings -> general -> reset -> reset network settings.
    7.0.2 was a security fix for the lock screen. The Imessage fix will be coming with 7.0.3

Maybe you are looking for

  • HDTV +mac book HD Content

    Hello All I thought to experiment with viewing HD Content on my Panasonic TV (TX-32LZD80-Widescreen-1080p) using my Macbook Intel C2D 2GHZ 1.5GB RAM. I have a mini-dvi to VGA connector and this didn't do the trick entirely. I mean the resolution opti

  • How do I copy a list from one site to another that has a column that appends changes to existing text?

    I want to move a list from one SharePoint site to another, within the same collection. I have created a template and included the content but the column that is selected to append changes to existing text, has not copied in all cases, although it has

  • Should I update my iPod Software

    Hi, I live in the UK, but I bought my iPod from Hong Kong, so I could avoid the EU volume cap. If update my iPod Software will my iPod become volume capped like other UK ones?

  • Anyone know How to Morph an object in Z space?

    Hello, I have an odd problem. I am trying to morph an object in 3D space in after effects. I was wanting something like the puppet tool but that does not seem to be working in Z space. Here is a few pictures of the character I am trying to morph. I b

  • Unable to continue because of hardware or system error

    Im having a problem when running photoshop CS5.1 after deleting some fonts that were making the machine slow, I started having photoshop not running; a sign would appear like this: Im running windows 7 ultimate. This happened after erasing many fonts