Tables for  Job (STEXT)in Org model

Hi friends
Could any one please tell me the table names which stores JOB-STEXT  (which is there under the position field )in the ORG model .Now my requirement is that i should get the job of the BP based on the personal number or BP.
Earlier reply would be appreciated
Thanks in advance
Rao

The function module to find the BP number for the given sales organisation is 'CRM_ORGUNIT_GETBUPA' give organization number as '50000637' instead of 'O 50000637'. you will get bp guid as out put. then you can go to BUT000 and pass the BPGUID and get BP number. else call 'BBP_BUPA_GET_NUMBER' and pass the guid, get the BP number.
You can write select SOBID from hrp1001 into table it_hrp1001 where otjid = orgid and sclas = 'BP'.
here SOBID is the field which contains BP number for that sales org. sclas field should be 'BP'.
Reward points if it helps you
Regards,
Srinivas Maddineni

Similar Messages

  • Table for Job effective date

    Please let me know the table and field for the Effective date the employee moved into the job
    Lisa

    Hi Lisa,
    the fileds BEGDA and ENDDA represent the Effective date and end date of the EE assigned to the Job
    Thanks
    Cheera

  • Table for Cost Centers and Org Units

    Hi All,
    How to retrieve the list of Cost centers and the associated Organization Units?
    My HR user is in need of such list...
    Can anyone help me out....????
    Regards
    Pavan

    Hi
    I dont think you can associate a cost center with org unit, it is normally associated with position/person.
    You can check table PA0001 to get the cost center and org unit for a personnel number.
    Is this your requirement ?
    Thanks,
    Shrinivas

  • How to remove 'Create new employee' option for a scenario in org modelling?

    Hi Luke,
    We want to remove 'create new employee' option that appears under 'actions' in details panel for a position in scenario (for org chart).
    I checked in linkconfiguration folder for position, but it doesn't show this option to be disabled. I also checked detailspresentationconfiguration folder but no luck. I am assuming, it must be pretty different to achieve this for a scenario object.
    Please help!
    Thanks,
    Prashant

    Hi Prashant,
    I'm not entirely sure this can be changed. It doesn't appear to be controlled through configuration or XSL. My guess is it is hard-coded.
    Sorry I can't be of more help.
    Best regards,
    Luke

  • Tables for ORG model

    Hi friends
    Could any one please tell me the table names which stores the ORG model and position and Job.
    Earlier reply would be appreciated
    Thanks in advance
    Rao

    In three steps you can retrieve the BP number(s) related to an Org. Model position.
    <b>[1]</b>
    Positions are registered in HRP1000:
    OTYPE = 'S' (Position)
    STEXT : description
    <b>[2]</b>
    Relations between position and persons are registered in HRP1001:
    OTYPE = 'S' (Position)
    OBJID = HRP1000-OBJID
    SOBID : link to person-ID
    <b>[3]</b>
    Relations between persons and BP numbers are gistered in HRP1000:
    OTYPE = 'CP' (Person)
    OBJID = HRP1001-SOBID
    SHORT : BP number
    STEXT : First and Last name of Person

  • System Tables for Logs

    Does anybody know what system tables store the logs displayed in ST22 and SM37?  Trying to programmatically read and display the logs.
    Thanks a bunch for your help.

    Hi,
    These are tables for Job scheduling
    Once jobs are defined, they are stored in the R/3 database, in the following principal tables in the background processing system:
    TBTCO: The job header table (job management data)
    TBTCP: The job step table (individual processing steps in jobs) -to describe the detailed level for each job.
    TBTCS: The control table for the time-driven job scheduler

  • Org Model in the CRM GUI

    Where would I find concise help info on the organisation model. I am particularly interested on the way it should be shaped.
    Kindly advise and oblige.
    Regards,
    Tariq

    Fine, I get your point, I am partocularly keen to know about the following issues:
    1. The validity dates for the org model. How and when should it be used. Every time I view it, I see it as valide from the current date to 3 month.
    2. The principle to be followed in its creation should be what? I understand it as:
           a. The sales org unit should be at par with my Sales Org and / or a sales office -- i dont find the
               division being mentioned....Am I mistaken anywhere? (The division is made as "active")
           b. The position, as in General manager / Manager, forms below the sales org unit. If I have to
               maintain two positions for one org unit. Position wise they are GM's but pertain to two different
               grouping e.g. sales division. How would I go about it? Creating two different positions, say GM_1
               and GM_2 where the suffixes 1 and 2 denote the different divisions or is there any other way out.
    3. I understand I can maintain several 'versions' of the org, model. If I can have a few tips on this too.
    For the moment this could quench my thirst for info on the org model. Rest later as I 'digest' more..!!
    Thanks in advance.

  • Finding department and job title of employee in org model

    Hi all,
    Are there any Function Modules that can find out the department and job title (such as manager, director, etc) of an employee in SRM's org model (SRM4.0)?  What DB table(s) is this information stored in?
    Thanks!
    Jay

    Hi,
    You can use the FM "BBP_READ_ATTRIBUTES"  to read all the attributes of a user in the org structure.
    Other FM's;
    CRM_EMPLOYEE_GETORGUNIT
    DWP_GET_RESPONSIBLE_ORGUNITS
    BBPU_GET_ORGUNIT_AND_COUNTRY
    BBPU_GET_USERS_OF_ORGUNIT
    BBP_OM_USR_READ_WORKPLACE_ADDR
    RH_READ_OBJECT
    RH_READ_INFTY
    BBP_OM_STRUC_GET_ORG_FROM_POS
    BR,
    Disha.
    Do reward points for  useful answers.
    Do reward points for  useful answers.

  • Tables which stores org model in CRM

    Hi All,
    Which tables stores the org model or the sales area in CRM.
    KRK

    Hi there,
    The tables that stores the organization model main information are HRP1000 and HRP1001.
    For working with information that relates the org.model with sales area, I normally use static methods of class CL_CRM_ORGMAN_SERVICES.
    Check if this class may help you a little more in your needs.
    Kind regards,
    Garcia

  • Org Model to CDB table SMOMITAREA

    I hope you can help....
    When we download the Org Model to the CDB, the table SMOMITAREA is updated.  In this table is a field for 'Default' Sales Org for a business partner.
    Can you tell me what defines which Sales Org is default for a person in the Org Model if they are assigned to more than one?  In some case we have more than one default and can't work out where this default flag comes from.
    Thanks for any help you can give.
    Edited by: Terry Butler on Feb 7, 2008 5:47 PM
    Edited by: Terry Butler on Feb 7, 2008 5:48 PM
    Edited by: Terry Butler on Feb 7, 2008 5:56 PM

    Hi Chinmaya
    I need function module or table from which i get the regions of org.model.
    The table mentioned by you gives the regions under a country..i.e it gives the states of a country..
    I need Regions in org.model like NA,LA,APJ,EMEA etc..
    Any idea from where I can get these details?
    Rgds
    Hemalatha

  • New fields for Attributes Data Tab  in Org Model

    Hi, Guru's
    I want to add/remove a new fields for Org model --->Attributes data tab
    Diivision
    Currency
    region
    dist.chnl
    like that I want to add another new XXXX and respected values
    How it would be done.
    Regards
    CR Gupta

    Thank you.
    I didn't get get the final Object
    Can any one give solution.
    system automatically generating the Table = HRT1222 and Field = LOW,
    But
    I need to maintain some values and to be select one from that list.
    How can I overcome ?
    Thank You.
    Edited by: CR.Gupta on Oct 1, 2011 7:53 PM

  • Need to know the table for sales org and sales area of role Sold-to  in CRM

    Dear Sir,
    Our server is CRM 5.0, I would like to download the data from CRM , however, I would like to know the table name which keep the sales org and sales area of role Sold-to  in T-code : BP . However, we can't find the actualty table.
    Please kindly advise.
    Thank you
    Lek

    Hi Vimol,
    You can get Org details in various tables like Sales Org, Division, Distribution Channel in following tables with help of PARTNER_GUID.
    Sales :
    CRMM_BUT_LNK0010
    CRMM_BUT_LNK0011
    Shipping:
    CRMM_BUT_LNK0020
    CRMM_BUT_LNK0021
    Billing :
    CRMM_BUT_LNK0030
    CRMM_BUT_LNK0031
    Organization :
    CRMM_BUT_LNK0140
    CRMM_BUT_LNK0141
    I think, for you Organization related table CRMM_BUT_LNK0141 would be useful.
    From this table you will get Sales Org, Division, Distribution Channel.
    And in order to get Sales Office of BP, you will get it from table CRMM_BUT_SET0140 where you can put set_guid fetched from CRMM_BUT_LNK0141
    Hope this helps....Please reward points if useful.
    Regards,
    Shailesh Jadhav

  • Change Log / List for Org model

    Dear All,
    We are facing unknown changes in Org model every now and then. How can we trace out the change log or Change list for changes done in PPOMA_CRM transaction?
    Help me if some notes are there in this regard. I am unable to find any from my side.
    Regards,
    Rajesh

    closing the question as no responses were there

  • Number range for org model

    Hi,
    Can i give the BP number range as external for the org units created in org model, so that i can give an external number while creating the org unit in the org model.
    thanks,
    Sarat.

    Hi Sarat,
    Any Org unit created in the Org model will be created as BP and you can give the number range.
    What i suggest is go to best practises in help.sap.com and select C02_BB_Configurationguide_en and this has the details how you can give the number range and grouping.
    Thanks and reward points if helpful
    Srini

  • Tables for Service Desk Org Structure

    Dear Colleagues,
    Can anybody tell me what is the name of tables for Service Desk Org Stsructure
    in ppoma_crm we define all the support teams/ org units. When defined it creates Id also like for example: I have defined MM Support Teams as Org Unit for this the ID is  O 50000011.
    I need the table name where these deta is saved
    Regards
    Praveen K
    Edited by: PK on Apr 8, 2010 1:41 PM

    Hi PK
    The data was stored in tables HRP1000 and HRP1001.
    Regards Andreas

Maybe you are looking for

  • Help, i want to connect my stereo to listen to itunes

    i have a new stereo receiver which works fine with my nano as it has a port in the front. How do I connect it to my imac? there are numberous hdmi ports in the back. i have looked over all the instructions and am usually good at this. I bought a hdmi

  • Book module LR 5.7 adding photos and putting text in spine

    I'm creating a book in the book module of Lightroom. I imported photos from a collection and used auto layout. I wish to add two more photos. I've added them to the collection, but I can't add them to the book I'm creating. i haven't yet clicked on c

  • !Can Some 1 Help Me P

    Hi all i want to clear up a few things- im considering buying a creative zen touch 20GB player but need the following questions answeared: I want the player for home use and walking (not jogging or exercising) about , should it b ok in my pocket and

  • Transferring video from my pc to i touch 2nd gen

    I'm running vista I have some home movies that were transferred to DVD,which are now on my laptop.How do I get them on my I touch??????????

  • Moving objects incrementally based on page number

    Hey all, Trying to automate a group of objects moving down a page, driven by the page location in a book. New to scripting, just need some pointers on best practise, gotchas etc. Any thoughts?