Pme01

Dear All,
I have activated one variable key as Personnel Sub area in PME01 of feature NUMKR.But whenever I am assigning the values in the maintained personnel sub area & going for Hiring action the number ranges I have maintained under the PSA is not getting generated as employee code.Can any body help me to find out to possible causes of this error.
Snita

I have activated one variable key as Personnel Sub area in PME01 of feature NUMKR.
I believe you have chosen attributes on PE03 screen and in the change mode you have selected Pers Sub area and saved.
Also make sure you have activated the feature NUMKR .
But whenever I am assigning the values in the maintained personnel sub area & going for Hiring action the number ranges I have maintained under the PSA is not getting generated as employee code.Can any body help me to find out to possible causes of this error.
In PA04, you maintain number range intervals like 01, 02, 03 etc. I believe you have maintained it as INTERNAL. In the feature also check if you have give return value of number ranges as 01, 02, 03 or as 1, 2, 3 etc
But, I still believe that after doing everything right you may still not be able to fulfill this requirement because of following reason.
1. The personnel number is generated on IT 0000 screen when you try to save it, right? At this point the Pers Sub area is not entered for the employee ( it happens on IT 0001 screen ) so I don't understand how the decision of the feature NUMKR will work
when Pers Sub area is not known to feature while generating the personnel number.
I believe there is a reason why Pers Sub area is inactive in structure PME01 and it should be like that due to above mentioned reason.
cheers
AJ

Similar Messages

  • Issue with challan mapping utility

    Hi,
    We are upgrading to new ECC 6 version.
    The challan mapping program PC00_M40_CMAP ,when executed with details of challan no and tan no and payroll area with pyrl period , results in showing correct challan amount with 0 personnel nos mapped.
    What do I do....?
    We are at  support pack 41 and CIN 41.
    What is to be done next???
    Shankar

    While debugging the program I found out that in include PUMAPIN5,Abkrs is not passed as a parametre for structure PME01.As a result the TAN number value from feature is not being fetched.Pls let me what is correction note instruction or any other solution.
    PUMAPIN5
    FORM GET_TAN_NUMBER CHANGING P_TAN_NUMBER.                                                                               
    LOOP AT P0001 WHERE BEGDA LE PAYDATE             "PKT01290595    
                      AND ENDDA GE PAYDATE.                            
      ENDLOOP.                                                         
              PME01-BUKRS = P0001-BUKRS.                               
              PME01-WERKS = p0001-WERKS.                               
              PME01-BTRTL = p0001-BTRTL.                                                                               
      Get the employer details from feature 40ECC                    
         CLEAR: ECC_TAB, TAN-NUMBER.                                   
         REFRESH ECC_TAB.                                              
         CALL FUNCTION 'HR_FEATURE_BACKTABLE'   
                    EXPORTING                                          
                    FEATURE                     = '40ECC'         
                    STRUC_CONTENT               = PME01           
                    KIND_OF_ERROR               = '3'             
               TABLES                                             
                    BACK                        = ECC_TAB         
           CHANGING                                           
                STATUS                      =                 
              EXCEPTIONS                                          
                DUMMY                       = 1               
                ERROR_OPERATION             = 2               
                NO_BACKVALUE                = 3               
           IF SY-SUBRC = 0.                                         "#EC *  
             CLEAR ECC_TAB.                                                 
             READ TABLE ECC_TAB INDEX 3.                                    
             TAN-NUMBER = ECC_TAB-BACK+0(15).                               
           ENDIF.                                                           
      ENDFORM.                    " GET_TAN_NUMBER

  • Time Management Status Default

    Hi All - Prior to employees being onboarded we enter an 'Initial Hire' action that creates a few infotypes for them including IT0007 (Planned Working Time). The business wants the Time Management Status to default on IT0007. However, we can't default it in TMSTA because they are set up with the same PA/PSA/EG/ESG as they are during their 'Completed Hire' action. We are attempting to default this in dynamic actions but have been unsuccessful (see below). Does anyone have any suggestions?
    0000 6 423 P PSPAR-MASSN='ZA'
    0000 6 425 W P0007-ZTERF= '0'

    Hi,
    You need the insert statement too. Try this:
    0000 6 423 P PSPAR-MASSN='ZA'
    0000 6 425 I INS,0007,,,(P0000-BEGDA),(P0000-ENDDA)
    0000 6 427 W P0007-ZTERF= '0'
    Feature TMSTA information:
    It uses structure PME01 and that only contains action reason (MASSG), so you could build your decision tree based on action reason. You may want to have a unique reason code tied only to your ZA action. Iu2019d imagine you would only have one reason code for this initial entry action as it is only for a temporary use.
    Alternatively, you can change the structure of feature TMSTA from PME01 to PME04. You would then have action (MASSN) and action reason (MASSG) available for building the feature.
    Hope this helps.
    Donnie

  • Change VDSK1 feature configuration

    Hello,
    Requirement is to restrict access based on Personnel Subarea+Pers. Admin(BTRTL+SACHP).
    We are trying to use Org key(VDSK1) to restrict authorizations. Org key should be determined based on Personnel Subarea+Personnel Admin(BTRTL+SACHP).
    So, we are trying to define the decision tree in VDSK1 feature based on Subarea but also need one 'if - else' like condition under the first node(Pers. Subarea)
    i.e. config should look like below
    VDSK1
         --> Personnel Subarea
                   --> [Value for Pers. subarea, e.g.123]
                        --> Personnel Admin (under subarea 123)
                             --> [Value for Pers. Admin 1/return code e.g. X]    
                             --> Otherwise
                             --> [Value for Pers. Admin 2/return code e.g. Y]
         --> Otherwise
                   --> Return Code e.g. Z
    However, we are not sure if we can add Personnel Admin as a node under Pers. Subarea. When tried, SACHP is not available to add as a field in decision tree. Can we modify structure PME01 (from where fields are derived in VDSK1 feature) to have SACHP ?
    Would appreciate any pointers on this.
    Thanks

    Hi Pande,
    I want to offer you more flexible solution .
    This way different algorithms  can be implemented.
    1. report  Y_RPCADD00.
    2. Decision tree in VDSK1 feature.
    3. Generated program    /1PAPA/FEAT400VDSK1.
    4. ABAP stack.
    Regards,
    Boris.

  • Features table

    Dear Freinds
               could any one let me know what are all the available structures availabe to define  when we are creating  a custom features. i.e i would like to
    know all the availabe structures to add in my feature. Could we know any table availabe for it.
    As i could find only the structure (P549B), as i know the following structure for
    PME04 for the feature CONTR
    PME01 for the  feature TMSTA.
    so i would like to check all the available structures.
    regards
    syamla

    Hi,
    You may try going to SE11 or SE16 to view the underlying structure of a feature or a table.
    Hope this helps,
    Reward points if helpful,
    Thank You,

  • HR_99S_READ_FEATURE Function

    Hi
    I need to read the feature tarif to obtain some data for each employee. To do this i've found the HR_99S_READ_FEATURE, but the function does not return any info. I was debugging the function, and it seems that the procedure compare it's structure parameter with table T599SFE (Required infotypes for feature structure). This table it's empty. This is due to configure some parameters on spro tcode ?. Can anybody help me please. i've two days looking for some clue or definitive solution.
    Tnxs a lot.

    First check your feature in PE03 to make sure it is configured.  You have to use the "PME01" for this feature.
    Also try with  FM
    TABLES: PME01.
      CALL FUNCTION 'HR_FEATURE_BACKFIELD'
        EXPORTING
          FEATURE       = 'TARIF'
          STRUC_CONTENT = PME01
          KIND_OF_ERROR = '4'
        IMPORTING
          BACK          = XX_YEA_MODE.

Maybe you are looking for