To Include Infotype 0185 - PAN No. in PE51 - question especially to HR Abap

Dear All,
My client wants PAN no to be included in the payslip which is created via transaction PE51 (for creation of HR related forms). I brought the respective table P0185 and its fields ICTYP and ICNUM via the PE51_checktab, but the problems is that in Infotype 0185 there are 4 subtypes and the payslip is picking up up the last subtype value. PAN No. is maintained against subtype '02', whereas the payslip picks up the value of subtype '04' which is obvious. How to control it to get only the PAN number printed on payslip.
Thanks & Regards,
Sunny Singh

Change the two includes
RPCEDDZ9
RPCEDSZ9
of program   HINCEDT0
thats i am asking.
As your program is picking data for the subtype 4.
So either ask your functional guy to configure the payslip accordingly.
through communcation ID's and define Rule for the same, so that it will go for subtype 2.
and don't react in this manner, you are not a kid.
Amit Singla

Similar Messages

  • Time constraints for infotype 0185

    Hi experts,
    Need your suggestions,
    Is it possible to change the Time constraints for infotype 0185. What will be the impact if i change from 2 to 3 time constraints. Please explain...
    Shiv.

    hi,
    what i meant was standard time constraints should not be changed unless there is no other option.
    changing the time constraint is a quick fix solution.
    these standard time constraints are set after a lot of thought.
    like he referred 185  which is personnel ids.
    here you can see that it has sub types each sub type can have one record.
    you cannt have two passports .
    you cannot have two pan numbers etc.
    lets us sasy the end user enters some data wrongly and then he realises and creates another record for the same with out deleting the old one.
    the system will take it.
    but as you can see the data is already duplicated and it gives errors if some work flow or some other functionality is written basing on that input.
    regards
    nalla

  • Check field Identity Number Infotype 0185 Subtype 02

    Good Afternoon
    I have the following issue.
    What should I do for infotype 0185, subtype 02, created for  u201CRFC number in Mexicou201D, can valídate the data, which the users typed?
    I mean, the same validation as LFA1-STCD1 field in FI/CO (FK03). Could i do it thru configuration or it has to be by ABAP? 
    Regards
    Wilman

    you can write code in User Exit (PBAS0001) for validation inside FM EXIT_SAPFP50M_001's INCLUDE ZXPADU01 like this ..
    IF innnn-infty = '0185' AND SUBTY = '02'.
      CALL METHOD cl_hr_pnnnn_type_cast=>prelp_to_pnnnn
        EXPORTING
          prelp = innnn
        IMPORTING
          pnnnn = lx_p0185.
    *To restrict validation
      IF lx_p0185 NE 'SOMETHING'.
        MESSAGE text-008 TYPE 'E'.   "Put something in text-008 by double clicking it
        CALL METHOD cl_hr_pnnnn_type_cast=>pnnnn_to_prelp
          EXPORTING
            pnnnn = lx_p0185
          IMPORTING
            prelp = innnn.
      ENDIF.
    ENDIF.

  • Subtype ctreation for the Infotype 0185

    Hi,
    I am trying to create a subtype for the standard infotype 0185. I have followed below mentioned steps for that:
    1) I have created an entry using v_t591a in SM31 and saved it.
    2) In PM01, created a Customer Include under Enhancement of Single Screen and added some fields to it. Activated it also.
    3) Even then I was not able to find the subtype in pa30, so have changed the technical attributes related to subtypes.
    Please give me any suggestion regarding this.
    Thanks,
    Sree

    Hi,
    Please check the below thread for the procedure to create a subtype for the standard infotype...
    /message/4304842#4304842 [original link is broken]
    Check the below thread regarding a subtype issue for infotype 0185
    No subtypes for Infotype 0185
    Check this thread for further information if necessary
    Check field Identity Number Infotype 0185 Subtype 02
    Hope this would help you.
    Good luck
    Narin

  • Infotype 0185 Personal IDs and time constraint

    Hi people,
    Can you help me... is it possible to set different time constraint for different subtypes in infotype 0185 Personal ID's and where?
    Thank you,
    Romano

    Hi guys,
    thank you for your asnwer, I can see that in table V_T582A we can change time constraint for the whole infotype, but unfortunatelly I can't set different time constraint for different subtype in infotype 0185.
    I want to manage that for subtype 01 i have time constraint 2 and for subtype 02 time constraint 03.
    It is possible for example for infotype adress (0006) but i don't see where is it possible for infotype 0185.
    Thank you.
    Romano

  • Infotype 0185 to made available in recruitment module PB30..

    Dear Friends,
    Infotype 0185 is only accessible in PA from PA30, but from PB30 we cannot create info type 0185, i check the table PM01 and try to assign to applicants but not able to assign it to Applicants.
    Can anybody suggest me table where I can make this infotype accessible both in PB30 & PA30.
    Thanks
    Ravi

    hi vijay,
    there needs to be some setting to be changed..  when i try to create from pb30 it gives infotype 0185 does not exist...
    from table v_t582a im not able to make any changes..some settings needs to be changed..
    Thanks
    Ravi

  • Infotype 0185 subtype error

    Dear experts,
    I have created a new subtype M1 (driving license) under infotype 0185 (personnel id) in the table T5R05, but in pa30 i am getting a blank screen. Any suggestions.

    Hi,
    For which country you are doing this?
    I just created the same record in V_T5R05 for 99 and everything is ok!
    Try on another system like IDES if you have. Otherwise check it for another country.
    Regards,
    Omid

  • Infotype 0185 - subtype 04 Driving License Taiwan is defaulted..

    Dear All,
    In infotype 0185 -> subtype 04 Driving LIcense Taiwan is defaulted.. I want to make that value blank such that User can select manually from dropdown Country Grouping 40 India..
    Can anybody tell me how to modify this field..is there any feature..
    Thanks
    Ravi..

    Hi Lakshmi,
    Dropdown option is already there..since in PA30 -> 185 -> subtype 04 License it is showing default value, but whereas we can edit select some other country and save, but since it is showing default it is showing default even in ESS.
    Im not able to understand how to make the field blank.
    Thanks
    Ravi

  • Custom subtype in Infotype 0185

    Hi Mentors
    I have created a custom subtype in 0185 under maintain types of identification.
    However when I try to access that in PA30, am getting an error ' no values found'
    What am I missing ? Please guide
    I need to have just two ids in IT0185 - have used the standard 02 for passport and have created one more TP for Travel passport ID.
    I have also given infotype entry permissibility in T582L
    Thanks

    Hi Sikindar,
    Am having the same problem still.
    Can you please tell me the procedure to create a custom subtype
    Thanks

  • HRMD_A07 does not include infotype 207 208 and 210.

    Hi Guys,
    The standard message type HRMD_A07 does not include the infotype 207,208 and 210.
    Can some one please tell me how to create the extension and populate that extension with which user exit ? i created a extention but when i generate the idocs the extention does not populate.
    Please explain what am i doing wrong.

    Hi Khan,
    yes the naming is standard sap, if you press F1 at name segment field at we31 you'll see the sap help give you this information, after that you need add the segment name at pm01 to the correspondence infotype and it will populate next time you send it.
    Hope this helps.
    When you test it try to test in PFAL at insert mode to see if it populates first.
    Regards.

  • Saving infotype 0185

    Hi ,
    My requirement is to save IT 0185 in background when user saves IT 0002. When IT 0002 is opened in copy, change mode and on clicking on save, it should save IT0185(Personal IDs). I have written the code to populate teh fields of IT0185 in BADI ZHRPAD00INFTY and in method IN_UPDATE. I have populated the fields and trying to save using the function module HR_INFOTYPE_OPERATION and below is the code for the same. I debugged but system is not able to do COMMIT. Could you please help in this and let me know if this is possible or not.
    CALL FUNCTION 'HR_INFOTYPE_OPERATION'
                  EXPORTING
                    infty         = '0185'
                    number        = wa_p0002-pernr
                    validityend   = ls_0185-endda
                    validitybegin = ls_0185-begda
                    record        = ls_0185
                    subtype       = 'Z2'
                    operation     = 'INS'
                    nocommit      = l_commit
                    dialog_mode   = '1'
                  IMPORTING
                    return        = ls_return_0185.

    Hi,
    1. Go to transaction CMOD
    2. Selct project PBAS0001
    3. View components
    4. Choose an exit
    5. Click EXIT_SAPFP50M_002
    6. This exit contains one include. Double click "ZXPADU02". The program ZXPADU02 runs executed every time PA30 or PA20 is executed.
    7. Add in ZXPADU02 this code for example:
    IF innnn-infty = '0105'.
    add sone useful code specifically for it0105here
    ENDIF.
    good luck

  • Email signatures, to (include) images or not, that is the question!

    We just had this discussion internally and decided against it.  When they work, they look good, but when they don't work, signatures full of picture place holders look terrible.  I think it really depends on what kind of business your company is in and whether there is a benefit to the recipient to get a little web page in every email you send.

    Greetings all,I am looking at options for email signatures for a client. I have used Exclaimer in the past for in-house Exchange servers and like it. I am trialing the Office365 version presently.Just looking for thoughts on if you include images any more in email signatures? I'm talking company logo at a min and a few social media icons and links at a maximum. I note gmail now block embedded images (and I'm sure they're not alone) and we're all familiar with mail clients that will block the other option, web based images and give the option of downloading them.There's much to be said for a nice looking signature I think with a good logo and but not OTT, whilst there is also much to be said for a simple text based approach and nobody receiving broken images or blocked links when they open your mail.What say my fellow spiceheads?...
    This topic first appeared in the Spiceworks Community

  • Audio pan center & Sequence setting question

    Good morning,
    I have two questions and I edit on Premiere Pro CS6:
    Questions #1:  I need a little help.  This year, we switched from Final Cut Pro to Premiere Pro.  In FCP, when we exported, we would make sure we "PAN CENTER" audio.
    How do you do this in Premiere Pro?  If I watch our shows online from this year (edited on Premiere), the audio is terrible, unless the viewer moves the balance on their computer to the left or right.
    Any solutions?
    Question #2: My students are I (I am a broadcast teacher) are stuggling with sequence settings.  We import video and then drag a clip on the timline.  When the video is on the timeline, it is zoomed in.  I can scale the clip to fit the screen, but then I have to do this to every clip.  What is the trick to get the video to match the sequence settings?  When the program asks to "Change setting", we do that, but sometimes when I create a new sequence, it will not ask me to "Change settings" and the video is zommed in.
    Any solutions?
    Thanks,
    Ben

    Greg,
    I will try the fill left tip in the Audio effects. 
    Check out our show here: http://www.wctv19.com/?p=1378
    When you watch the first story, it sounds really hollow.  Then, as you are watching the first story, try moving the balance on your audio to the left and right and it will sound so much better.
    Thanks for the help.
    B

  • Facebook open graph & Business Catalyst

    Hi all
    This is perhaps leaning toward a FB integration problem rather than BC.
    But hey - it might help
    I have created a FB app called Skimax Deals (although its not reall an app)
    I have loaded the data into the Skimax Social part which enables me to add the FB like module
    I have added one tag to one page and created it on a test template with the og meta data meaning it is specific
    Mostly - it is working well.
    And I love that it is posting controlled content to FB
    http://www.skimax.com.au/australia/ski-thredbo.htm
    You Can Share no problem
    and sharing ends up perfect on FB
    Liking however is different
    There are 2 issues
    1. The description is not making its way to the LIKE
    2. The app is genrating a URL string which i dont want as my old dev from 4 years ago made the menu work based on the page URL
    ?fb_action_ids=720861794614249&fb_action_types=og.likes&fb_source=aggregation&fb_aggregati on_id=288381481237582
    Anyone got any ideas on why the description is not making its way
    here is a screen grab from the app
    Cheers and Thanks

    <tt>prefix</tt> is not an HTML atttribute: it is part of RDF (which I haven't got my head round at all). However I get the same error on apex.oracle.com using
    <head class="foo"><tt>class</tt> is one of the HTML global attributes permitted on the <a href="<tt>head</tt> element, so this is definitely a parsing bug in APEX.
    Couple of possible workarounds:
    <li>In the examples in RDFa spec the <tt>prefix</tt> occurs in the <tt>html</tt> element, which APEX 4.1 will permit.
    <li>Add the <tt>prefix</tt> to the <tt>head</tt> element using a Dynamic Action/JavaScript on page load.
    You might try these and see whether they are compatible with whatever Facebook is doing.
    Please include the following information when posting a question (especially if it might be a bug):
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used

  • Problem Editing HEAD tag for Facebook Open Graph

    In order for pages to play nice with some of the new Facebook features they can add meta tag content to identify the page as a specific "object" in the Facebook Graph.
    The problem is they ask you to add some namespace information as an attribute in the head tag and when I try to put anything in the actual tag itself I get an error:
    Header must contain <head> and </head> tags.
    I'm attempting to make the head tag look something like this:
    <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# my_fb_app: http://ogp.me/ns/fb/my_fb_app#">
    I have an end tag for head, I just thing the validation fails if you put anything in the head tag itself.
    Any ideas?
    Thanks,
    Greg

    <tt>prefix</tt> is not an HTML atttribute: it is part of RDF (which I haven't got my head round at all). However I get the same error on apex.oracle.com using
    <head class="foo"><tt>class</tt> is one of the HTML global attributes permitted on the <a href="<tt>head</tt> element, so this is definitely a parsing bug in APEX.
    Couple of possible workarounds:
    <li>In the examples in RDFa spec the <tt>prefix</tt> occurs in the <tt>html</tt> element, which APEX 4.1 will permit.
    <li>Add the <tt>prefix</tt> to the <tt>head</tt> element using a Dynamic Action/JavaScript on page load.
    You might try these and see whether they are compatible with whatever Facebook is doing.
    Please include the following information when posting a question (especially if it might be a bug):
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used

Maybe you are looking for

  • How to find out which archived logs needed to recover a hot backup?

    I'm using Oracle 11gR2 (11.2.0.1.0). I have backed up a database when it is online using the following backup script through RMAN connect target / run { allocate channel d1 type disk; backup incremental level=0 cumulative filesperset 4 format '/san/u

  • How to use combobox to filter datagrid in Flash Builder 4?

    Hi, I've been working through the TestDrive application with Flash Builder 4 and I would like to learn how to filter a datagrid using a combobox.  I've googled the subject and results for many different versions of Flash, some which look like they wi

  • Someone changed my skype name and deleted my conta...

    I went on holidays for a week, next time i tried to log in, the system did not allow me to enter i requested a new password, and to my surprise, my new name was: [Removed for privacy] , like a joke name.. so anyway.. i set a new password and enter my

  • The requested action is not supported for this object. [message 131-171]

    Hi, One user is having the below error message appear when she attempts to print remittances. This has only started happening since yesterday and all other documents are still printing. "The requested action is not supported for this object. [message

  • Recalculate sum of More than One Asset asset values

    Hi Team, Can you please guide whether there exists any T-code through which we can  Recalculate  sum of more than One Asset values  at single point of time. ex: iif we go asset master (AS02), in the Edit tab,recalucates values, in the asset master we