Questions on OM / PA - help needed

Could anybody please help me with the following questions asap:
Also could you please cheack my answers ofr question 5 and 6? I shall reward points immediately.Thanks in advance
1.What is the procedures to maintained table T588G and what are the steps involves to enter data in the respective field? Explain the process only.
2.In change view of EESubgrouping for PCR and Coll.agrement provision,how to enter data in the deselected field ?
3.In infotype,when you will go to new entries of infotype,you will find general attributes,retroactive accounting trigger.What is the use of these field.Explain in details ?
4.In change view “wage-type-dependent retroactive accounting trigger” how to enter data in wage type and text.Why these field are usually deactivated first.What process involves to activates it.
5.How to maintain number ranges for organizational unit ?
SPRO – PM- PA – Basic settings – Maintain number range intervals for personnel numbers…
6.How to assign the infogroup to personal action ?
SPRO – Personnel management- personnel administration – customizing procedures- actions- define infogroup – set up for personnel actions – PA types.

Hi achara reddy
1. U include all the fields which are a part of retro if any changes are made to these fields in the infotypes... I think almost all these are SAP std entries... except few changes where u require to make based on special requirements of the client.
For Ex..    0001 Organizational Assignment        P0001     ABKRS     1.
The above example means.. any changes made to payroll area are relevant to payroll retro....  In case of 1 if its 2 it is relevant to Time evaluation.
2.'' enter data in the deselected field '' i didnt get u...
3. If changes to this this Infotype is relevant to retro /not... This is infotype wise..
    the table mentioned in 1 is field wise ...
4. where to view this wage-type-dependent retroactive accounting trigger.
5. &&&& the 1st two characters stand for Plan version.. and the next two stand for object type....
6. Table T529A action types.... check std entires which already exist... make use of them or copy them..

Similar Messages

  • Posting a Question and iPod mini help needed

    It's so frustrating to use this support site. I can't seem to find the right information.
    I need help. My iPod mini just suddenly conked out on me. Now it flashes the apple then an icon with a battery and an exclamation point inside a triangle. I tried to search for an answer in this site but all I got was a suggestion to reset it. I tried re-setting it and IT DIDN'T WORK!
    What do I do now? I really want to get this fixed as soon as possible. I happen to love my iPod. Please, please, someone help!

    Welcome to Apple Discussions, serangel.
    Here is the support site for using iPod mini.
    There are plenty of users there who will be happy to help.
    Cheers!

  • Newbie questions please be kind - help needed please.

    I just bought a 60gig video ipod. I have installed Itunes and have successfully transfered audio files to the ipod but these are the questions I have.
    1. I have audio books on my computer and would like to put them under the audio books catagory on the ipod but I can't figure out how.
    2. Even with Itunes running my Ipod states "Do not disconect"
    continually.
    3. Can you put music just under the artist catagory or just a full album under the album catagory.
    I have read everything that I could find to try and help me with this but I can't find my answers. Thank you for you time.

    hmmmm, dropped off some of my paste. Here are all the links. Cheers and happy audio book listening
    Audio Book FAQ & iTunes Screenshots
    <a href="http://forums.ilounge.com/showthread.php?s=&threadid=116700> Guide: Converting audio book files,CDs,& mp3s with iTunes5+ to Bookmarking iPod files</a>
    <a href="http://forums.ipodlounge.com/showthread.php?s=&threadid=79396> Guide: MarkAble Shareware. EZ merges/converts CD/MP3/WAV to AAC (Slow) or MP3 (fast) bookmarking files, adds to iTunes, & deletes temp files
    <a href="http://www.ipodsoft.com/index.php?/downloads/markable> MarkAble $15 PC Shareware</a> free full-function trial.
    <a href="http://www.ipodlounge.com/forums/showthread.php?s=&threadid=33491">
    Guide 4. Audio CDs to bookmarking iPod files. All iTunes solution. (Mac adaptable)
    Includes screen shots and step-by-step instructions.
    Guide 1. Audio mp3 files to bookmarking iPod files (mac adaptable)
    Guide 2. Audio CassetteTapes, vinyl LPs & CDs to bookmarking iPod files (PC only) Requires freeware or software such as this software to record:
    -Convert ANY SOUND Played on computer to bookmarking iPod file
    <a href="http://forums.ipodlounge.com/showthread.php?s=&postid=582930#post582930>G uides to Sound Recording ware: Audacity Free, $12 Total Recorder, 30 Euro PolderbitS</a> <supplement to guide 2>
    <a href="http://www.ipodlounge.com/forums/showthread.php?s=&postid=312147#post3121 47">
    Guide 3. Copy Audio CDs into fewer iPod files using freeware & additional steps&time
    Guide 5. Burn audible.com books to CD iTunes (mac adaptable) or AM (Best!PC only)
    Guide 6. Convert mono m4b files to Stereo to avoid 4G & Mini Lockup AND keep iTrip out of 4G+ Shuffle
    Link 7. Roberts sorta literary Audible Book Recommendations

  • Super amateur question follow-up (URL help needed)

    I neglected to say in a previous post that I actually have five images in the flash animation that need to link to web pages.
    I duplicated the code that worked on one image. Now I get an error saying there are duplicate function definitions. Here is the code I have added which I hoped would work for three images. It doesn't. Your help is greatly appreciated.
    bfcSyringe_mc.addEventListener(MouseEvent.CLICK,onClick);
    function onClick(evt:Event):void {
        var targetURL:URLRequest = new URLRequest("http://hodentalcompany.com/pages/syringe.html");
        navigateToURL(targetURL, "_self");
    fpr_mc.addEventListener(MouseEvent.CLICK,onClick);
    function onClick(evt:Event):void {
        var targetURL:URLRequest = new URLRequest("http://hodentalcompany.com/pages/fpr.html");
        navigateToURL(targetURL, "_self");
    sandTrap_mc.addEventListener(MouseEvent.CLICK,onClick);
    function onClick(evt:Event):void {
        var targetURL:URLRequest = new URLRequest("http://hodentalcompany.com/pages/sand.html");
        navigateToURL(targetURL, "_self");

    And, for Funky Soul's solution, I used this code:
    bfcSyringe_mc.addEventListener(MouseEvent.CLICK,onClick);
    bfcSyringe_mc.name = "bfc";
    fpr_mc.addEventListener(MouseEvent.CLICK,onClick);
    fpr_mc.name = "fpr";
    sandTrap_mc.addEventListener(MouseEvent.CLICK,onClick);
    sandTrap_mc.name = "sand";
    function onClick(evt:Event):void {
    switch(e.target.name)
    case "bfc":
        navigateToURL(new URLRequest("http://hodentalcompany.com/pages/syringe.html"), "_blank");
        break;
    case "fpr":
        navigateToURL(new URLRequest("http://hodentalcompany.com/pages/fpr.html"), "_blank");
        break;
    case "sand":
        navigateToURL(new URLRequest("http://hodentalcompany.com/pages/sand.html"). "_blank");
        break;
    And got this error:
    1084: Syntax error: expecting identifier before _blank.

  • A very important question about the HostSample-Help needed!

    Hi,
    I'm trying to build a plugin for EM 12c ( 12.1.0.2 ) which suppose to monitor jmx mbeans .
    I encountered during the README file which was packed with the EDK .
    1. In the section where I try to use Flash builder ( ver 4.6 - that's the only release I found .. ) I folowed the instructions if how to run the example ( HostSample/HostSystem ) . When I run the example ( I installed the sdk's of Flash and everything that was written there - no problem )
    in the web browser i got the login page , and put the parameters ( username, password ) as it said in the README - the same username/password as i log in to the EM console .Than I got an error saying " ... RPC fault string ..... Logging to management server ... URL:https.. host ( my host name ) : port ( my port number ) /em..."
    Does anyone has a clue about this ? What am i doing wrong or miss something ?
    It is very important and urgent to me . please help .

    To add a bit more detail. Before you run the application from FlashBuilder, open the same browser you will use to run/debug the application in FlashBuilder and install certificate.
    Firefox:
    . when the "This Connection is Untrusted" warning appears
    . expand the "I Understand the Risks" item
    . click the "Add Exception..." button
    . on the "Add Security Exception" dialog, ensure "Permanently store this exception" is checked
    . click "Confirm Security Exception" button
    IE:
    . when the "Certificate Error: Navigation Blocked" page appears, click "Continue to this website (not recommended)"
    . click on the "Certificate Error" icon in the browser address bar
    . in the "Untrusted Certificates" popup, click "View Certificates"
    . click on the "Certification Path" tab of the "Certificate" dialog
    . select the root certificate (certificate at the root of the tree)
    . click "View Certificate..." button
    . click "Install Certificate..." on the "Certificate" dialog that appears
    . click "Next" on the "Certificate Import Wizard"
    . select "Place all certificates in the following store" button and click "Browse..."
    . select "Trusted Root Certification Authorities" on the "Select Certificate Stores" dialog and click "OK"
    . click "Next" button, and then "Finish" button
    . click "Yes" on "Security Warning" dialog that appears
    The other alternative is to enable http access using "emctl secure unlock". This is not recommended for a production site.
    .

  • Question about Airport..Help Needed.

    Hi, Ive successfully hooked up Airtunes, so my Itunes plays from my laptop, to my stereo. CAn i do this while watching a DVD on the DVD Player? So If I watch a movie on my computer, The sound will come out of my stereo?
    Thanks,
    Matt

    CAn i do this while watching a DVD on the DVD Player? So If I watch a movie on my computer, The sound will come out of my stereo?
    Unfortunately...no. (ref: http://docs.info.apple.com/article.html?artnum=304277#faq28)

  • About Java 2 opaque font color question, help needed!

    About Java 2 opaque font color question, help needed!
    I was trying to test opaque font (the string has a foreground color and a background color), but i can't find the method for doing that.
    i can change foreground by Graphics2D.setPaint(Color.black).
    Anybody know how to change the background of the string?
    Thanks!

    Hi. The way I'd do it would be to use the font metrics to find the length of a string and draw a rectangle and then drawstring over the rectangle. If you want an example, I can post it although I suspect theres a better way.

  • HT3951 I just can't find the question...  I need to fix the app that I downloaded & it's not completing the download even on Wi-Fi???  Please help!!,!!,!,!,!!,!,!!

    I just can't find the question...  I need to fix the apps that I downloaded &amp; it's not completing the download even on Wi-Fi???  Please help!!!!!!!!!

    iOS: About File Sharing

  • Dont have a rescue email and forgot my security questions , what should i do , need help!

    Dont have a rescue email and forgot my security questions , what should i do , need help!

    You will need to contact Support in your country to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset you can then use the steps half-way down this page to add a rescue email address for potential future use : http://support.apple.com/kb/HT5312

  • "HELP" NEED QUESTION ANSWERED, ":PLEASE":

    "HELP" NEED QUESTION ANSWERED, ":PLEASE": OH DEAR GOD SEND SOMEONE TO ME WITH THE ANSWER.

    You need patience. This isn't instant answers, you may have to wait for an answer. Your questions are here - locking this thread.
    https://support.mozilla.com/en-US/questions/859594 <br />
    https://support.mozilla.com/en-US/questions/859665

  • HT201363 security question reset help needed

    how can i reset my security questions if i can't remember the answers to the original ones?  i am trying to purchase a song, have money in my account, but can't answer the security questions.  help

    Alternatives for Help Resetting Security Questions and Rescue Mail
         1. Apple ID- All about Apple ID security questions.
         2. Rescue email address and how to reset Apple ID security questions
         3. Apple ID- Contacting Apple for help with Apple ID account security.
         4. Fill out and submit this form. Select the topic, Account Security.
         5.  Call Apple Customer Service: Contacting Apple for support in your
              country and ask to speak to Account Security.
    How to Manage your Apple ID: Manage My Apple ID

  • HELP NEEDED WITH ADDAPTER-DVI TO VGA.

    PLEASE ...HELP NEEDED WITH WIRING CROSS OVER....CAN YOU HELP WITH BACK OF PLUG CONNECTIONS...I SORTA UNDERSTAND THE PINOUTS BUT CANT MAKE AN EXACT MACH...WOULD LIKE TO BE 100% SURE...
    ......THIS ENSURES NO SMOKE!!!                                                                                           
    THE CARD IS AN ATI RADEON RX9250-DUAL HEAD-.........ADDAPTER IS DVI(ANALOG)MALE TO VGA(ANALOG)FEMALE.
    ANY HELP VERY MUCH APPRECIATED........ SEEMS YOU NEED TO BE ROCKET SCI TO ATTACH A BLOODY PICTURE...SO THIS HAS BEEN BIG WASTE OF FING TIME!

    Quote from: BOBHIGH on 17-December-05, 09:21:31
    Get over it mate !
    I find it easy t read CAPS...and if you dont like it ...DONT READ IT!
    And why bother to reply...some people have nothing better to do.
    Yes there chep and easy to come by...Ive already got a new one.
    All I wanted was to make a diagram of whats inside the bloody thing...it was a simple question and required a simple answer.
    NO NEED TO A WANKA !!
    I feel a bann comming up.
    Have you tryed Google ? really.. your question is inrelevant. No need to reply indeed.
    Why do you come here asking this question anyway ? is it becouse you have a MSI gfx card ? and the adapter has nothing to do with this ?
    You think you can come in here yelling.. thinking we have to put up with it and accept your style of posting. This is not a MSI tech center.. it's a user to user center.. Your question has nothing to do with MSI relavant things anyway's.
    Google = your friend.
    Quote from: BOBHIGH on 17-December-05, 09:21:31
    it was a simple question and required a simple answer
    Simple for who ? you (buying a new one) ? me ? we ?   .really...........
    Quote from: Dynamike on 16-December-05, 04:11:48
    1: There are allot of diffrent types of those adapters.
    If any of the mods have a problem about my reply.. please pm me.

  • Help needed with Vista 64 Ultimate

    "Help needed with Vista 64 UltimateI I need some help in getting XFI Dolby digital to work
    Okay so i went out and I bought a yamaha 630BL reciever, a digital coaxial s/pdif, and a 3.5mm phono plug to fit perfectly to my XFI Extreme Music
    -The audio plays fine and reports as a PCM stream when I play it normally, but I can't get dolby digital or DTS to enable for some reason eventhough I bought the DDL & DTS Connect Pack for $4.72
    When I click dolby digital li've in DDL it jumps back up to off and has this [The operation was unsuccessful. Please try again or reinstall the application].
    Message Edited by Fuzion64 on 03-06-2009 05:33 AMS/PDIF I/O was enabled under speakers in control panel/sound, but S/PDIF Out function was totally disabled
    once I set this to enabled Dolby and DTS went acti've.
    I also have a question on 5. and Vista 64
    -When I game I normally use headphones in game mode or 2. with my headphones, the reason for this is if I set it on 5. I get sounds coming out of all of the wrong channels.
    Now when I watch movies or listen to music I switch to 5. sound in entertainment mode, but to make this work properly I have to open CMSS-3D. I then change it from xpand to stereo and put the slider at even center for 50%. If I use the default xpand mode the audio is way off coming out of all of the wrong channels.
    How do I make 5. render properly on vista

    We ended up getting iTunes cleanly uninstalled and were able to re-install without issue.  All is now mostly well.
    Peace...

  • Help needed for using BASIC authentication through JDBCRealm

    Help needed.
    Hello,
    I am doing a degree project, so far it works fine in my local machine, I need to try it on my virtual hosting (as it is a live server).
    My project requires JDBCRealm, that is BASIC authentication loading access data from mysql database. Normally this setup can be done in Server.xml file, because my Tomcat hosting is a virtual one, I only have permission to access the web.xml file.
    My question is: is it possible to get it done in an alternative way? In web.xml? Some properties file maybe?
    Thank you very much.

    You can set this up for your context using META-INF/context.xml instead of working with server.xml.
    Make a directory called META-INF under your webapp ( it'll be at the same level as WEB-INF ). Under this, add a context.xml with all your context specific configuration including the realm. A sample is below
    <?xml version="1.0" encoding="UTF-8"?>
    <Context path="/myApp" reloadable="true">
        <Realm
            className="org.apache.catalina.realm.JDBCRealm"            
            driverName="com.microsoft.jdbc.sqlserver.SQLServerDriver"         
            connectionURL="jdbc:microsoft:sqlserver://127.0.0.1:1433;DatabaseName=myDB;SelectMethod=Cursor;"
            connectionName="username" connectionPassword="password"
            digest="MD5" userTable="users" userNameCol="userid" userCredCol="userpassword"
            userRoleTable="user_roles" roleNameCol="rolename"
        />
    </Context>Hope this helps.
    People on the forum help others voluntarily, it's not their job.
    Help them help you.
    Learn how to ask questions first: http://faq.javaranch.com/java/HowToAskQuestionsOnJavaRanch
    ----------------------------------------------------------------

  • Help needed by new Iphone 4s owner

    Help needed please - both my hubby and I have iphone 4s - I've just gone to download music onto my phone and have somehow managed to download all his stuff onto my phone and lost all of mine Is there anyway I can get my info back and delete his without restoring to back to factory settings (this was the first time I connected mine to the laptop to download and I'm not very good with the computer as you can see from my problem !) xx

    Thank you but I've not managed to download any I tunes yet but have got all his contacts and none of mine - thats what I'm trying to restore (sorry if not clear in question but as I said before I'm useless on computers)

Maybe you are looking for