Org Mgt-How to assign person for positions in bulk

Hi Gurus
Let any one share how to Assign persons to position in bulk manner
i have tried lsmw program but not working properly.using ppom_old it is too difficult to assign for 250 persons.let any one sap hr doctor give me medicine to sort out this issue
with regards
partha

Hi
Very helpful sir
and nicely worked
keep sharing and mould sap aspirants like me
with regards
partha

Similar Messages

  • How to assign values for more than one field

    Hi,
    I have written following code
    constants: fieldname(30) value '(SAPMF02D)KNA1-AUFSD'.
    constants: fieldname1(30) value '(SAPMF02D)KNA1-LISFD'.
    constants: fieldname2(30) value '(SAPMF02D)KNA1-FAKSD'.
    field-symbols: <L_FIELD>  TYPE ANY.
    field-symbols: <L_FIELD1> TYPE ANY.
    field-symbols: <L_FIELD2> TYPE ANY.
          Assign (fieldname) to <l_field>.
          <L_FIELD> = 'ZB'. " value according to your requirement
          Assign (fieldname1) to <l_field1>.
          <L_FIELD1> = 'ZB'.
    while debugging <l_field1> is not assinging (fieldname1).
    Im able to assing for (fieldname).
    how to assign value for (fieldname1).
    plz suggest me to assign values for more than one field.
    Regards,
    Brahmaji

    Hello,
    Because there is no field name called LISFD in KNA1. Actually you misspelled the field name.
    It is KNA1-LIFSD

  • How to assign ZFORM for F.27 Transaction for FI

    How to assign ZFORM for F.27 Transaction for FI

    Mohan,
    All FI related forms can be assigned by OB96 t-code.
    and all payment program are  RFKORD10 or RFKORD11.so you need to assign your form against them.
    please reward if solved.
    Amit.

  • How to assign qualifications to positions?

    How to assign qualifications to the positions for the purpose of profile match up?

    In PO13 there exists the possibility to assign relationships from
    positions to qualifications, but therefore you have to maintain the
    relationships 031 and 032 for positions with qualifications/requirements
    in table T777E. So please check if you have following entries there:
    S A031/A032 Q and
    Q B031/B032 S
    Then in PO13 when adding a new relationship, you can choose the object
    type Qualifications and assign the right one to the position.

  • How to assign roles for each kind of users

    Hello,
    i am creating users for each kind of users, say abap developer or FI/MM/SD function users, in IDES ECC 6. it doesnt make me any sense how to assign which roles to which user( there are more than 2000 sap standard roles). can anyone give me some guideline how to create each kind of users.
    any response will be awarded!
    Thanks a lot!
    Samson

    I don't understand your question....
    When sap is implemented usually part of the project is creating roles based on a blueprint designed to adjust to your company needs...
    Basically Standard roles are there to be used as templates for your own roles.
    Users as "dialog users" do not have classification... the special access attributes are given by the roles assigned to it based on the project plan desing pre-installation.
    Hope that help
    Juan

  • How to assign ALV for parent node and child node that uses supply method.?

    HI Dear friends,
        I need to display header details ( VBAK ) and Item details ( VBAP ). I have created two node like HEADER_NODE inside this i have created ITEM_NODE for this item node i use supply function 'GET_ITEMS'  any way it is working only when crete two separate table and binding but when i come to work with ALV i am totally confused .. i have created two 'View Controller UI Elements'   when i try to map HEADER_NODE  it mapped properly but for ITEM_NODE it shows mapping already defined. return status message as 'Action Cancelled' . In result both ViewContainer shows only HEADER_NODE data only.
    How to achive ALV for  Parent, child node that uses supply function ? ?
    Thank you

    Delete Mapping is not enabled, that means there is no mapping done yet.
    I just tried what you are saying and the application works and i am able to map the header table and item table and also again i could map the tables any number of times.. i didn't get any such message, sorry i couldn't recreate the scenario. might be there is something wrong in the context.
    i just did it like this.
    Please also move this to Web DynPro Discussion, Hope that would be helpful.
    Message was edited by: Syed Ghulam Ali

  • HOW TO ASSIGN F4_VALUE_HELP FOR A REPORT OUTPUT FIELD???

    Hi Gurus,
      Can you please help me out in assigning F4_VALUE_HELP for a report output field where it is taking value as the input parameter....... If possible please help me out with some sample code ....
    Regards,
    Santosh
    Intelligroup

    I don't think that you are get the F4 functionality by pressing F4, but maybe if you use a hotspot you could achieve it.  Check this sample.  When you click on a company code in the list, it fires the F4 help defined by the program. 
    report zrich_0001 .
    tables: t001.
    data: begin of it001 occurs 0,
          bukrs type t001-bukrs,
          butxt type t001-butxt,
          ort01 type t001-ort01,
          land1 type t001-land1,
          end of it001.
    start-of-selection.
      select bukrs butxt ort01 land1 into table it001 from t001.
      loop at it001.
        format hotspot on.
        write:/ it001-bukrs.
        hide it001-bukrs.
        format hotspot off.
        write: it001-butxt.
      endloop.
    at line-selection.
      call function 'F4IF_INT_TABLE_VALUE_REQUEST'
           exporting
                retfield    = 'BUKRS'
                dynprofield = 'BUKRS'
                dynpprog    = sy-cprog
                dynpnr      = sy-dynnr
                value_org   = 'S'
           tables
                value_tab   = it001.
    Regards,
    Rich Heilman

  • How to assign values for boolean array in LabVIEW?

    I want assign values for boolean array.Iam not able to do that.For each boolen i want to assign each value.Plz help me......
    Please Mark the solution as accepted if your problem is solved and donate kudoes
    Solved!
    Go to Solution.

    Hi agar,
    values in an array are "assigned" by building an array (using BuildArray) or by replacing values in an existing array (ReplaceArraySubset)!
    Good starting point could be this...
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • How to assign ZFORM for F-58 Transaction for FI

    I would like to assign zform for  F-58 Transaction .
    Pls suggest me step by step procedure in spro settings.
    i will reward the points.

    In NACE transaction, We will assign the Form name and the driver program name and the corresponding routine to be triggered in the driver program.
    We should be able to tell the system to pick up the desired form layout and trigger the routine and get the data from the database and put it on to the form. All these stuff the system will come to know from the NACE settings.
    NACE is used to create output type while creating the output type you will mention forms, and driver program.
    that will be maintained in the table TNAPR.if you create the output type using NACE then it will be automatically visible in table NAST and TNAPR.
    so check in NAST, TNAPR table
    You can view all forms and driver programs for standard SAP Scripts.
    Assigning Form and Driver proram to an Output type is as follows.
    1) Go to NACE transaction
    2) Select an Applicatin(V1-Sales,V2-Shipping,V3-Billing)
    3) Click on Outputtypes Button
    4) Comes to Change Mode
    5) Click on New Entries button
    6) Specify Output type,Form name and Program and Save it.
    Check these links
    http://help.sap.com/saphelp_erp2005/helpdata/en/c8/1989fe43b111d1896f0000e8322d00/frameset.htm
    Condition records in NACE?
    Reward points...

  • CUA with HR-Org - How to assign systems for role

    Dear all,
    we are planning to use CUA with HR-Org assignment. Can please anyone explain to me how or where the system for the role comes from.
    I mean, normaly in SU01 -> Role Assignment I have in the first colum the system and in the second colum the role. It the role assigment come from HR-ORG there is always the local logical system in the system colum. This is not what we want.
    CUA is on Solution Manager, HR-ORG is replicated from R/3 HR Systeme and the user needs the roles in ECC production systeme.
    So how can we manage the system/role combination assignment?
    Thanks for any hints.
    Best regards
    Roman

    Hi,
    If I understand your problem you want to do role assignment from the HR-Org structure on a system that is using CUA.
    I have only managed this successfully when the CUA master is also the system with the HR-Org structure on it. Otherwise you have lots of issues with replicating data between systems. I did this for a UK council's SAP solution where we allocated all the roles from the HR system, including roles on ECC, SRM(EBP), CRM and BI - so it does work.
    PO13 on the system with the org. structure will only allow you to allocate a role that exists on that system, but if the roles that you are allocating are composite roles that include single roles on other systems, you can achieve this sort of business role allocation without having to go the IdM route.
    Darren Hague (no relation) gave a presentation at SAP Tech Ed 07 on such a scenario, that explains how the composites would be set up far better than I can, but in essence you use the CUA connectivity and the rights of the CUA master system (which includes the org. structure) to allocate roles on other systems / clients in your CUA landscape.
    Have a search through SAP Tech Ed 07 presentations and you should find what you are looking for.

  • HR-PA Report. How to get persons with position but no task.

    The code below selects the persons connected to a position but out of those i need to find which are not connected to a task.
    +SELECT pa0000pernr pa0001pernr pa0001begda pa0000stat2
              pa0001sname pa0001orgeh pa0001~bukrs
              Pa0001~plans
       INTO CORRESPONDING FIELDS OF TABLE itask
                  FROM pa0001
                    INNER JOIN pa0000
                      ON pa0000pernr = pa0001pernr
                      WHERE pa0001~PLANS NE '99999999'
                      AND pa0000~stat2 EQ '3'
                      AND pa0001~VDSK1 EQ 'IT'
                      AND pa0001~PERSG in ('1','T')
                      AND pa0001~bukrs in
                      ('FR46','GB21','PL05','BE06','US22').
      IF sy-subrc = 0.
        SORT itask BY pernr begda DESCENDING.
        DELETE ADJACENT DUPLICATES FROM itask COMPARING pernr.
      ENDIF.+
    To select the persons not connected to a task I think that i need to check against sobid in table hrp1001 and somehow according to the conditions below
    select sobid from hrp1001 for persons NE to the conditions below. (i think)
    rsign : B
    relat 007
    objid : position
    sclas = T.
    Or is there an other way to solve this issue?
    I have looked at report RHSTRU00 to use Evaluation Paths is that possible?
    Best Regards Claes
    Message was edited by: Claes Widestadh

    Hi Claes,
    Your statement "The code below selects the persons connected to a position but out of those i need to find which are not connected to a position." is not clear.. What is your requirement? Do you want to find employees not assigned any position? or Positions not tied to a Job? What is task? A position is described by a Job via B007 relationship in HRP table.
    Is this want you want?
    Regards,
    Suresh Datti

  • How to Assign Roles for maintaining possible agents?

    Hi all,
    I was trying to assign Roles to maintain agent assignment and I was not able to assign role to Task -> Additional data -> Agent Assignment -> Maintain -> Create agent assignment -> selected role but it's not displaying the roles available in the client.
    There is no org. structure in our client.
    So, What all settings do i need to make the roles display and select?  please let me know in detail if possible.
    Regards,
    Sateesh

    Hi,
    I haven't created any org structure or any role and there are no org structures in our client.
    To get roles displayed on search do we need to create an org structure. I don't think so.
    Is any authorization required for a user or any settings need to be made to get roles displayed when searched for roles for assigning role in maintaining agent assignment for a task.
    i even checked with basis person with his id but it is the same problem.
    As far as i know these roles are basis roles only and there are number of roles in our client but its strange it doesn't display any roles( not even a single role when i searched with  ' * ').
    please help me..
    Regards,
    sateesh

  • How to assign roles to positions?

    Hello everyone,
    I am new in SAP HR field and my question could be very basic but would really appreciate your reply:
    " I am configuring Indirect Role assignment model and want to use it to assign positions to users.
    Now, I want to know how are these positions linked to actual roles and from where can I assign some roles to my positions? "
    Thanks
    Harleen

    Hi Harleen
    As you know, we have both Standard and Structural authorizations in SAP HR
    1. Standard Authorization
    If you want to assign Standard Authorizations to a Position, you need to create Relationship b/w Object type S and AG (You need to have authorization to PFCG T code in this case)
    I am not very sure if SAP has provided any standard program to assign the Standard Authorizations which are avaialble against a position to a User.
    2. If you want to assign Structural Authorizations to a Position and in turn to a User
    Create Structural authorization profiles in OOSP, assign the same to position by creating Infotype 1017 for a Position and run RHPROFL0 program to update the same to the USER (T77UA) who is occupying the position (A008 Relationship b/w S & P and IT 0105 against P)
    Hope this helps
    Best Regards
    Reddy

  • Assigning person to position in OM

    Hi,
    I am using PPOME to create OM objects - org units and positions. Now when I assign a person to a position using PPOME, i can assign it and save it. But it shows the arrow mark near the person which says object to be added. What does it mean? Where do I need to add the object?
    Thanks in advance.

    Person should be always assigned using PA. Infact, it would not be possible to assign the person using only OM.
    Ask yourself, can we create employee master using OM? We create Person in PA, and using Organizational Assignment infotype we link P and S. This link creates an integration between aforesaid PA and OM objects.
    Reagrds
    Yash

  • How to assign knttp for a material

    Hi,
    i have some materials with out Account assignment cat(KNTTP). I want to know how KNTTP value is assigned for a material i mean during material creation itself or in which transaction we will assign this field for a material.

    You have to get into SPRO for that. In SPRO, follow the path below
    SAP Customizing Implementation Guide
    -->Materials Management
        -->Purchasing
            -->Account Assignment
    This is where they define what assignment categories should be used and link them to item categories. Now it is these item categories that are in turn assigned to PO document type in the path below.
    SAP Customizing Implementation Guide
    -->Materials Management
        -->Purchasing
            -->Purchase Order
                -->Define Document Types
                    -->Select your document type and then double click on 'Allowed item categories'
    It is these item categories that are combined into item category groups and are assigned to the material depending on material type. The assignment of item category group to material type is done in config based on the path below.
    SAP Customizing Implementation Guide
    -->Logistics - General
        -->Material Master
            -->Basic Settings
                -->Material Types
                    -->Define Attributes of Article Types
                        --> Select your material type and display it, you will see the item category group there
    Now while creating the purchase order, if you have automatic account assignment category assigned and if it is 'K', then you have to enter account assignment data. It is not just an account number, it can be a cost center, WBS element or some other element. Check with your functional team member for finding out what is appropriate to use.

Maybe you are looking for

  • What Function/Features you want to have in next Sun Studio release?

    Hello, My name is Ngoc Nguyen, from Sun Studio product team. We just shipped Sun Studio 12 ML release (for C, C++, Fortran compiler) past few weeks. We start working on the next release. This is the right time for the community to tell us what featur

  • A Solution for Enabling Sandbox activation by non admin users for testing (OIM 11gr2 PS2)

    I just wanted to post what i came up with as a solution the the problem of not being able to Test the effects of sandbox changes for non admin level users prior to their publication.  We are constantly making changes to the UI through sandboxes, the

  • How do I remove padlock icon from all my files?

    On one of my drives, every single file has a little padlock icon superimposed over the file icon. I recall when I did a clean install of windows 7 RC over my Vista install, I wasn't getting write access to the drive so I had to take ownership of the

  • How does this forum works?

    Forum members come up with suggestions and report defects all the time. But the question is: where does our suggestions and reports go? Will Sony looking to our discussion here and improve our phones with every update or we just talking to each other

  • Disk format

    Looking in Disk Utility on each of my three machines, the format for my Intel iMac and flat panel iMac are both shown as Mac OS Extended (Journaled), whereas the format for my PowerBook is shown simply as Mac OS Extended. The OS for both the PB and f