Creating org unit under group???

We are running SAP CRM 7.0. 
I am fairly new to SAP and CRM in general.
I was trying to create a BP (Business Partner).  I would of thought a group entailed a major division such as say "FORD MOTOR COMPANY" and within that all the organzations for FORD such as all the sites imagine the following:
FORD MOTOR COMPANY
   - FORD DETROIT
   - FORD LOS ANGELES
Etc.
However when I create a "Group" in transaction BP and save it I can see this as a group.  Now when I create an "Organization" how do I Relate this organization back to the major group?  I see a groupping drop down in transaction BP but that does not list the Group Ford that I just created.  How can I Relate this organization to the group?
Finally my second question is can we create a group within another group say something to this effect:
FORD MOTOR COMPANY (Group Level 1)
   - FORD AMERICA (Group Level 2)
        -Ford Detroit (org unit)
        -Ford California (org unit)
   -FORD GERMANY (Group Level 2)
        -Ford Bremen
   -FORD BRAZIL (Group Level 2)
        -Ford Rio De Janerio
How can I establish this structure if I cannot relate these?  Please I am new to CRM so if you can provide detailed information...
Thanks so much!

Hi SD,
Functional units are reprseneted in OM.Please check allowed relationship per object type.tcode OOIT..Org units and Position relationship can be assimilated using this.
please check T778T,T777E(Table  T777E contains all the relationships permitted between organizational objects)
Table  T7791 contains information about which SAP organizational object types should be linked with positions, which with jobs and which with organizational units.
objects and relationships are building blocks of OM(1000 and 1001)
please refer to the below link for more details
https://cw.sdn.sap.com/cw/docs/DOC-39190
Hope this helps.
No Worries
KG

Similar Messages

  • Can there be Org units under positions?

    Hi guys,
    Please let me know how to create Org units under positions
    Thanks
    Deepali

    Deepali,
    Standard SAP configuration for PPOME transaction does not allow you to create or units under positions.
    If you want to do so, you need to carry out the following configuration settings:
    1. Goto table T777E via SM30, select 003 relationship, double click allowed relationships from the menu on the left hand side.
    2. In the table add the following entry:
    S B 003 Incoporates O
    3. Goto table T778A via SM30, select evaluation path SBESX, double click evaluation path(individual maintenance) from the menu on the left hand side.
    4. In the table add the following entry:
    98 S B003 Incorporates * O
    1. and 2. steps are carried out to allow the relationship "Incorporates" between position - org unit.
    3. and 4. steps are carried out to allow the maintenance of this relationship via PPOME transaction.
    Please before doing these configurations make sure that assigning an org unit under a position is logical for your org structure and "Head of org unit" does not solve your requirement.
    Good luck,
    Dilek

  • Org Unit Under Position

    Hi,
    Can we create an org unit under a position (other than chief position)
    Eg: GM will be the top of the Company, under GM different departments, is it possible in OM..?
    I would appreciate your help. Thanks!
    SD.

    Hi SD,
    Functional units are reprseneted in OM.Please check allowed relationship per object type.tcode OOIT..Org units and Position relationship can be assimilated using this.
    please check T778T,T777E(Table  T777E contains all the relationships permitted between organizational objects)
    Table  T7791 contains information about which SAP organizational object types should be linked with positions, which with jobs and which with organizational units.
    objects and relationships are building blocks of OM(1000 and 1001)
    please refer to the below link for more details
    https://cw.sdn.sap.com/cw/docs/DOC-39190
    Hope this helps.
    No Worries
    KG

  • Unable to create org unit using RH_INSERT_INFTY

    All,
    We are using internal number range to create Org Units in the SAP System. However, there are some org objects present in a legacy SAP system that we need to upload to the new ECC system and create relationships for them .
    Following is my code for the RH_INSERT_INFTY function module :
    w1000-mandt = sy-mandt.
    w1000-plvar = '01'.
    w1000-otype = 'O'.
    w1000-OBJID = ''.
    w1000-infty = '1000'.
    w1000-ISTAT = '1'.
    w1000-begda = '20090101'.
    w1000-endda = '99991231'.
    w1000-langu = 'E'.
    w1000-short = 'HR_AST5'.
    w1000-stext = 'HR Assistant 5'.
    append w1000 to i1000.
    CALL FUNCTION 'RH_INSERT_INFTY'
      EXPORTING
       FCODE                     = 'INSE'
        VTASK                     = 'S'
       ORDER_FLG                 = 'X'
       COMMIT_FLG                = 'X'
      TABLES
        INNNN                     = i1000
    IF SY-SUBRC <> 0.
    ENDIF.
    I am however unable to create the org units as i get an error saying "Creation of object ID 00000000 is not allowed".
    I know im getting this error because im leaving the objid field blank, but I figured since  it is internal number range, i would have to give this as blank .
    Could somebody please help me figure out how to load these Organizational Objects and their Relationships ?
    Thanks,
    Amit

    Hi Amit
    try to use 'D' as a value of VTASK
    or use FM
    call function 'RH_OBJECT_CREATE'
        exporting
          langu                     = l_langu
          plvar                     = plvar
          otype                     = c_otype
        EXT_NUMBER                = '00000000'              "???
        SHORT                     = ' '
          stext                     = stext
          begda                     = begda
          endda                     = endda
          ostat                     = l_istat
          vtask                     = 'B'
        GUID                      =
        KEEP_LUPD                 = ' '
       importing
          objid                     = objid
       exceptions
          text_required             = 1
          invalid_otype             = 2
          invalid_date              = 3
          error_during_insert       = 4
          error_ext_number          = 5
          undefined                 = 6
          others                    = 7.
    In this FM u dont need to pass the Object ID and call function
    *---if the above steps are succesful update the database
      call function 'RH_UPDATE_DATABASE'
        exporting
          vtask              = vtask
      BUFFER_UPD         = ' '
      ORDER_FLG          = 'X'
      COMMIT_FLG         = 'X'
      CLEAR_BUFFER       = 'X'
      KEEP_LUPD          =
      WORKF_ACTV         = 'X'
       exceptions
         corr_exit          = 1
         others             = 2  .
    as VTASK 'B' will create the entry in buffer and it will only commit to database after the secondFM
    or u can try with 'D' as VTASK
    Hope this will resolve ur issue
    Regards
    Guds

  • HRMD_ABA - create org unit and matching BP automatically

    HRMD_ABA05 IDOC creates org unit but not with BP  as expected.               
    Note 550055 has been read.
    The settings in t77s0 seem to be OK. Maybe I go something wrong ?
    report HRALXSYNC can be run  and it will  create the BP from the ORG Unit.
    So why doesnt the orginal create via IDOC result in BP as expected/documented.
    ABAP STACK is 7.10 sp4
    Any tips on what to check appreciated.
    Cheers
    Phil

    Hi Kai
    Into Master data->Bussines partner->Integration Business partner-Organizational managment, there set up follow parameters:
    HRALX     OPROL     BUP004     Business Partner Role (Organizational Unit).
    ORGEH     PROLE     BUP004     Role of organizational unit in business partner
    Try with both parameters, it is if you activate HR-CRM integration.

  • Creating org,unit

    Hi All,
            Can any plz let me know that while creating organization unit  in Easy Access screen whether we normally use Expert mode or Simple maintenance mode ?
                       Is it up to us to decide which mode to use ?

    depends
    let me tell u a scenario
    ur at the cliets place if u are useing export mode u need to knwo the org unit no , departent no , job number and u shd relate them
    where in simple maintainence i think this much risk will not be there

  • I have created org units wrongly in om, how to delete these org units ?

    plz can anyone help me.

    Hi,
    go to PPOME transaction code select org unit right click and delete.
    you can try this report RHRHDL00 but you need to delete or delimit existing relationship first.
    Regards

  • How we will create relationship with org unit and task catalog

    HI Experts
    How we can create relationship between Org unit and Task Catalog in Organisation management once we grouped all the tasks in one group.
    For Example we have one org unit under that we have 3 depts those will consider as org units only.under 3 depts we have professor,Lecturer,Reader as jobs and positions also.If we create Professor tasks in task catalog which all the tasks will be assigned to positions as well.
    If it is Org unit and Task catalog how we can create relationship.
    Thanks
    Rajji

    Hi,
    Please try.
      DATA: lt_hrp1001 TYPE STANDARD TABLE OF P1001.
      DATA: lw_hrp1001        TYPE p1001.
      lw_hrp1001-mandt = sy-mandt.
      lw_hrp1001-plvar = parent_pos-plvar.
      lw_hrp1001-otype = parent_pos-otype.
      lw_hrp1001-objid = other_pos.
      lw_hrp1001-istat = parent_pos-istat.
      lw_hrp1001-begda = sy-datum.
      lw_hrp1001-endda = lc_endda.
      lw_hrp1001-infty = '1001'.
      lw_hrp1001-aedtm = sy-datum.
      lw_hrp1001-uname = sy-uname.
      lw_hrp1001-rsign = codes.
      lw_hrp1001-relat = relats.
      lw_hrp1001-sclas = lc_sclas.
      lw_hrp1001-sobid = cord_pos.
      append lw_hrp1001 to lt_hrp1001.
          CALL FUNCTION 'RH_INSERT_INFTY'
            EXPORTING
              fcode               = 'INSE'
              vtask               = 'S'
              commit_flg          = 'X'
            TABLES
              innnn               = lt_hrp1001
            EXCEPTIONS
              no_authorization    = 1
              error_during_insert = 2
              repid_form_initial  = 3
              corr_exit           = 4
              begda_greater_endda = 5
              OTHERS              = 6.
    Hope this helps.
    regards,
    Xiang Li

  • ORG UNIT to Purchasing group

    Dear Experts,
    Please help on the following issue
    We are unable to fetch the function details from PPOSA_BBP t-code.
    for example we have an orgunit  say '00000002' and for them in the details section under Functions tab we need to read the Local purchasing group and ID.
    I have also attached the screen shot like which data we are trying to read in our BADI.
    Please let us know any function module or DB to get the required associated values

    Hi Balajisha,
    If I get you correctly, your want to replace your purchasing group, with the Head of the Org unit.
    So in that case for the User, under the Details, the checkbox, "Head of Organizational Unit" should be checked.
    Now what you can do is, fetch the user who is assigned as head of the org unit using the FM " BBP_OM_STRUC_GET_MGR_FROM_ORG", here you will get the ID of head of the Org unit under et_manager_id. (Checkbox Head of Organizational Unit" should be checked for the User)
    You can use this ID, as the username and use the FM "BBP_READ_ATTRIBUTES".
    Not sure, whether this will work, but you can give it a try.
    Regards,
    Aakash Awasthi

  • BP Number is not coming when creating Org. Unit ?

    Hi Experts,
                      I am creating an Org Unit, using the T.Code PPOCA_CRM. I have created one Org Unit.
    But the problem is BP number is not coming as shown in the picture below : -
    See the ID of my Org. Unit is coming which is  O 50017026 but Business partner column is empty but at the same time when I check already created Org unit by SAP it's BP number appears as shown below : ---
    Why is this problem coming , So does it means the Org Unit which I have created It is not created as a Business Partner ? If it's the case, what is it then ?
    Does this problem has anything to do with the number range and assignment of it to Org units ?
    What are the step I need to do that my Org unit created as a Business Partner in the system ?
    Can someone guide please ?
    Thanks in Advance : -------

    Hi Kumar,
    One possilbe reason is that the system still has to get the indicator
    HRALX/HRAC indicator in table T77S0 activated.  Please check if it is activte.
    Please see note 548202 which deals with this issue. In
    particular see point 4. Please check the following entries in table
    T77S0:
    HRALX   HRAC    X  Activate HR Integration
    You can maintain this table via trx. SM30. These two entries above have
    to be maintained. This activates the automatic creation of Business
    Partners. These settings are relevant independently if you use external
    HR integration or not. Afterwards run report from point 4 of the
    attached note 548202.
    Best regards - Christophe

  • Report to the employee list under an org unit for a specific PSA

    Hello Experts,
    Is there any standard report to see the list of employees belonging to a particular sub org unit under a particular personnel sub area?
    For eg: There is a company X, and it has got 3 plants in blore, mumbai and chennai.
    Blore , chennai amd mumbai represent the personnel sub area for the company X.
    to see the list of employees working under operational sub org unit , under the org unit of company X in blore, is there any standard report in SAP??
    Helpful answers will be awarded
    thanks and regards,
    Pooja Dev

    Hi Pooja,
    Use Report RPLMIT00.
    Choose Org structure on it.
    Let me know.
    Arti

  • Fetching employees under org. units.

    Hi all,
    I have to obtain a list of employees which come under a selected org. unit. This org. unit could be a main org. unit which contains subordinate org. units under which an employee resides. Can anyone tell me how to do this.
    regards,
    Hamza

    Hello,
    This FM will be helpful for you. If you want to get the list of all the employees based on the Organizational Path. You need to know the evaluation path though.
    Thanks,
    Jayant

  • Adding New Org Units to Existing Organization Structure

    Hi,
    There is a change in the Org Structure, i.e we are adding new Org Units(Personnel Sub areas) to the existing Structure and creating postions to the newly created Org Units using PP01. Now my question is what are all things need to be configured with respect to Payroll, for the newly created PSA.
    Rgds
    Ram

    Hi Ramakrishna,
    Please be more clearer. PSAs are not org units. PSA belong to enterprise structure, whereas Org Unit belong to Org Structure. When you create new positions under the Org Units tht have been assigned to a PSA, PA, Company Code, Cost Center and Controlling area combination, you would have to set the following.
    Group your PSA for,
    Primary Wage Types
    Premium
    Work Schedule
    Time Recording
    Absence Attendence Type.
    Assign Tax Area to a PSA(If it is US Payroll).
    Any more suggestions from experts?
    K

  • Cost center and Org unit relationship.

    Hi Guys,
    I need quick help from any one of you.
    Actually our org stucture is like Root-> company->plants-> costcenters( deparments)- users.
    so we create org unit in the structure with some 100001 and assign users for that cost center  org unit , so by doing this costcenter attribute =100001will be inherited from the cost center org unit to all the users under that org unit.
    but now there is a requirement for creation 1500 users and we have many such costcenter org units in the structure.
    The business will provide the cost center I need to identify the org unit for that cost center in the structure then only I can assign a set of users for that 100001 costcenter. But to do that I have lots of such cost center org units.
    So if there is a any table or report available in the system where I can get the details of the description ( meaning Basic data descrition)  which we enter while the while creating the org unit and the  Org unit number which gets generated when we save.
    I would like to search for that relation .Please help me with this information.
    Regards
    SrujanK

    Hi
    I am not clear what you are asking
    http://wiki.sdn.sap.com/wiki/display/SRM/DownloadExtract-Graphicaloverviewof+PurchasingOrgstructureinSAPSRM
    BBP_READ_ATTRIBUTES
    I/P ORG ID 5000
    USER:- SRUJAN
    ITR_ATTR_LIST = CNT
    O/P
    et_attr
    YOU MAY GET LIST HOW MANY COST CENTER YOU HAVE inherited
    upload cost center sap given std report to upload
    B_UPLOAD_COST_CENTER_ATTRIBUTE
    br
    muthu

  • Hierarchy org unit to wad report from MSS

    Hello to all.
    I have a WAD Report that the parameters for it are: Org unit - as the root, and a year/month.
    The report receive an org unit and display data for it and for all org units under it in the Org. structure.
    I start the report from the MSS on portal.
    In R/3 in table T77MWBBWS I created an entry for that report with Reference char. = "ORG_STRU" instead of "0orgunit".
    The report ignores the Org unit that I choose from the MSS selection screen, and starts with the Root Org unit of my Org structure.
    What to do in order to start the report with the Org unit that i select and to get results for all the org. units under it ?
    Thanks, Pazit Atar

    I am also facing same problem.
    I want to know how the org unit which is selected on MSS screen is passed to backend R/3 report (which is using PNP logical db)
    PLEASE HELP.

Maybe you are looking for

  • Adobe Creative Suite Design CS6 - PhotoShop, InDesign and Illustrator immediately shuts down after startup

    I'm troubleshooting for a customer who have Adobe Creative Suite Design CS6. His programs suddenly wont start, they launches and starts to read plug-ins and open up a workspace, but then without warning/error it shuts down. no log, error message or a

  • BBP_CATALOG_TRANSFER  - Determine the caller / document type

    Hi Gurus, I need to implement a logic which should be triggered (during catalog transfer) for limit confirmations only (One can add items from catalog when doing limit confirmations). However i do not the confirmation guid / PO number etc in the inte

  • Sorting by date in columns cross tab report.

    Hi all, I am working on a cross tab report in BI Publisher in which columns are generated dynamically in a pivot table depicting months as Jan 09 , Feb 09.... but data type is char.When displayed in pdf, columns are generated sorted alphabetically. H

  • Better language for email polling, C# or C++?

    There's currently a small internal debate over what language we should be writing an email polling service. It is a part of a much broader system. Various accounts will be set up, and emails will be pulled from them and then encrypted and stored in a

  • Don't understand background activity in Lion

    19.01.12 19:32:03,000 kernel: IOSurface: buffer allocation size is zero 19.01.12 19:52:26,603 Mail: open on /Users/mfx/Library/Mail/V2/Mailboxes/Essentiell.mbox/AC7B169F-B7A3-4C26-9766-14 F9C0509455/Data/5/2/1/Messages/125018.emlx: No such file or di