Is there any link between Table PB0002 & HRT1045

Hi,
Applicant Details stored in the Table PB0002 and Rating details i.e. rating for the particular Applicant   stored in the Table HRT1045 but there is no link
between these tables . I need to connect these 2 tables for  create a
function module to get Rating for the  corresponding applicant based on
the applicant number.
Other wise, Is their any table, which  store both the values. If so
kindly tell me.
Regards,
Surjtih

If you want to do this manually then you need to go in below sequence. There are function modules which you can search and use to get ratings though.
1. Go to table HRP1001 and get the appraisal object "BA" linked to your employee/applicant.
2. Get the object number from the sobid field and read the table HRP1045 for the appraisal object and id. Get the TABNR field value from here.
3. Use above value to query HRT1045 and get the data you are looking for.
Hope this helps.

Similar Messages

  • Is there any link between oe_order_headers_all and hz_cust_accounts tables. I need to find the cust_account_id for some order_number. Please help me with this

    Is there any link between oe_order_headers_all and hz_cust_accounts tables. I need to find the cust_account_id for some order_number. Please help me with this

    you can link
    OOH.invoice_to_org_id=CUST.cust_account_id   -- invoice customer
    OOH.sold_to_org_id=CUST.cust_account_id   -- sold to customer
    OOH.ship_to_org_id=CUST.cust_account_id   -- ship to customer

  • Is there any link between movement types and documents

    hi
    is there any link between sales doc and movement types ?
    is it the only source dependig on schedule line movement type will determined?
    if with out order we are doing delivery how system will determine movement type
    Thanks in advance

    Hi,
    Deliveries that are created without reference to order , contained movement type because to process a delivery you need to have some of the control criteria that are copied from sales document header to delivery document header, as system processes delivery in that way ,that is why you will find default order type is assigned to the delivery document type ie DL. .which helps the delivery document to process without reference to sales document.
    In Addition to above information,
    In VOV4,
    DL+ NORM +   +    -DLN
    In VOV5,
    For Itemcatagory DLN+        --CN
    From this schedule line category CN,movement type 601 is taken during without reference to order –delivery creation.
    MCM

  • Is there any Link between BNK_MONI and DMEE

    Hi ,
    I have created EXIT Fucntion Module in DMEE Structure for PAYM Tree Type to udpate value of Reference Text node to show Custom value. Stand alone DMEE works fine for Testng purpose. But It does not work with BNK_MONI .
    I am running following sequence of T Codes :
    RVND --> F8REL --> F111 --> BNK_APP --> BNK_MONI ..
    I want to update one of the fields in output file generated by BNK_MONI .
    Is there any link between BNK_MODI and DMEE ?
    Or shall  I have to Debug background job created by F111 like it is done in case of F110 ?
    Please suggest..
    Edited by: Yogesh Gupte on Jan 27, 2012 6:59 PM

    Hi,
    Deliveries that are created without reference to order , contained movement type because to process a delivery you need to have some of the control criteria that are copied from sales document header to delivery document header, as system processes delivery in that way ,that is why you will find default order type is assigned to the delivery document type ie DL. .which helps the delivery document to process without reference to sales document.
    In Addition to above information,
    In VOV4,
    DL+ NORM +   +    -DLN
    In VOV5,
    For Itemcatagory DLN+        --CN
    From this schedule line category CN,movement type 601 is taken during without reference to order –delivery creation.
    MCM

  • Are there any links between HR organisation and user roles in R12

    Hi
    Do you know if there are any links between HR organisation and user roles i.e. can a role be assigned to an organisation in R12?
    Thanks
    Sean

    The thread stack sizes also depend on the type of threads you are
    working with.
    If you are working with POSIX threads :
    % man -s 3C pthread_create
    or if you are working with Solaris threads :
    % man -s 3C thr_create
    For these 2 cases, the default stacksize is 1MB for a 32-bit process.
    If you do not wish to use this default value, the man pages show
    you how to change this size in your code.
    There is a 3rd type of threads which you could be using that are
    generated by the compiler when doing compiler parallelization.
    By compiling with -xparallel or -openmp=parallel, the compiler
    can automatically parallelize loops in your code and create
    threads to do this work.
    For these type of threads, the default size is 4MB. However you
    can control this behavior through the environment variable
    ${STACKSIZE}
    The ${STACKSIZE} units are in KB, so to set your compiler
    generated threads stacksize to 8MB, you would say :
    % setenv STACKSIZE 8192
    If you are using Studio 11 as your compiler, see the "OpenMP
    API User's Guide" at :
    http://docs.sun.com/app/docs/doc/819-3694?a=load
    and look at section 5.5, "Stacks and Stack Sizes"

  • Link between tables BBP_PDACC and BBP_DET_ACCOUNT

    Hi All,
    I am creating a shopping cart using function module BBP_PD_SC_CREATE. I can determine a GL account based on product category using table BBP_DET_ACCOUNT. But there are some other account assignment details which this function module requires and based on existing shopping carts that are created, I found that they are stored in table BBP_PDACC. Is there any linkage between tables BBP_PDACC and BBP_DET_ACCOUNT.
    Any help or guidance will be really appreciated.
    Thanks,
    Ameet

    Hi Ameet,
    Yeah you need to provide other account assignment if your business process do require? For example if you choose account assignment category as "Cost center" then standard account assignment category set up require Cost Center and GL account to pass in this function module. Account assignment configuration you can verify in SPRO in Cross application basic settings --> Account Assignment --> Define Account assignment category.
    BBP_PDACC as i mentioned earlier gets populated when you will create Shopping cart as it will store shopping cart account information.
    Hope this helps.
    thank you
    Ritesh

  • 'Is there a link between OLM and iProcurement'

    I have been asked 'Is there a link between OLM and iProcurement'? The person posing the question is wanting to create trainers as suppliers and I know that the supplier information is shared between OLM and the A/P, A/R and G/L modules and I presume that the link to iProcurement will be via one of these modules however is there a more direct vanilla link between OLM and iprocurement?
    Any help would be great
    Thanks
    DM

    I am afraid there is no link between the iProc and OLM.
    The closest that apps can offer you is that your learner/delegates can be of type external i.e. being an Organization or a Customer. Hence there exists a link for your delegate to be a customer(hz_parties).
    However this might be a future integration i.e. Trainers being suppliers. I am saying so because in 11.5.10 there is a table named OTA_VENDOR_SUPPLIES that has reference to vendor_id. Currently this table is not being used by OLM.
    You may look into the code of packages OTA_VSP_API, OTA_TEA_BUS & OTA_PLE_BUS and see if Oracle's future functionality will converge towards your business requirement.
    Thanks,
    Anil Passi
    http://oracle.anilpassi.com

  • Is there a link between ASCP released planned order and purchase requisition?

    Hi,
    i'm new to EBS. would like to know is there some kind of link on table level between a released planned order with purchase requisition?
    thanks

    Hi,
    As explained by Abhishek, we do not maintain any link between the PLANNED ORDER from which a requisition is created and the actual requisition.
    The simple reason being... in general, businesses run the plans on a daily basis and each time the plan is run, the previous data is overwritten... so there is no point in retaining the information of the planned order from which you are creating the requisition.
    Hope that helps.
    Regards,
    Mohan Balaji
    NOTE: Please mark the post as Helpful or Answered if the update has really helped you. This would also bring the thread to logical conclusion and will be helpful for the viewers.

  • Link between tables

    Hi,
    how can I find the links between tables ?
    I remember it is possible by a trx to look at links between tables, the trx shows a flow chart
    with the link between all SAP tables.
    Best regards

    hi,
    goto SE11->enter the name of the table you want to find the link.
    for e.g EKKO. Press display .
    On  the application Table there is a button 'Graphic' (CTRLSHIFTF11). Press this button
    to get list of table which are linked .You see a screen with the list of all tables which are linked
    and on that screen when u press back u get a graphical flow chart box where u see all the tables
    and their link .They will be shown in green color.
    The below Step only works if you know some tables
    other way is u can do it with SQVI transaction.Its called as Quickviewer screen.Create a view
    by entering some name and press create .Its prompts for a dialog box and enter some title.
    Below there is a drop list in DATA Source tab Choose table join and press enter.
    Go to EDIT option in menu bar and enter the name of the table which u know. ADD similar tables
    and if there is any link it will be shown below.

  • Is there any relation between oinv,inv1,owhs,oadm..

    hi.
    i am developing on layout in crystal report..
    oinv,inv1,owhs, are  i am including..
    i put parameter is DocEntry..based on this one data is comming.
    my question is can i add one more table oadm.....
    is there any relation between these four table..
    I need your valuable suggestions..

    Hi Sriniva,
    As per your requirement,
    use below query to execute.
    SELECT * FROM OINV
    T0  INNER JOIN INV1 T1 ON
    T0.DocEntry = T1.DocEntry
    INNER JOIN OWHS T2 ON
    T0.Filler = T2.WhsCode,
    OADM T3
    WHERE T0.[DocEntry] = '123'
    Note : Just replace '123' with your DocEntry Number
    Thanks & Regards,
    Nishit Makadia

  • Is there any difference between "jsp:useBean" and "scriptlet" ?

    A few days ago, I asked similar question. But I didn't get the answer I wanted.
    I want to know the differnce between <jsp:useBean../> and <% .. %>(scriptlet).
    I tested in three environments(Oracle Jserv, OC4J, and Apache Tomcat).
    In Oracle Jserv and OC4J, a problem occured. But, Apache Tomcat does not occur a problem.
    For example,
    1) TestClass.java (Bean)
    public class TestClass {
    private String txt;
    public class TestClass {
    txt = "Test"; ----- (g
    public String getTxt() {
    return txt;
    2) test.jsp
    <html><body>
    <% TestClass test = new TestClass(); %> ---(h
    <%= test.getTxt() %>
    </body></html>
    Assume that I visit "http://localhost:8888/test.jsp".
    In Tomcat, if I change "Test"(number(g) to "Test1" and compile the browser shows the change.
    But Oracle Jserv and OC4J does not do that. They also show the old String.
    So, I changed <% TestClass test = new TestClass(); %>(number(h) to <jsp:useBean id="test" class="TestClass" />. That is, I changed "Scriptlet" to "JSP useBean Tag".
    Then, Oracle Jserv and OC4J also show the changes.
    To conclude, is there any difference between "JSP useBean Tag" and "Scriptlet"?
    Can't I use a scriptlet (to make a class) in Oracle Servlet Engine?
    Thanks.

    It could be as simple as the JSP not recompiling between java recompiles - ie, it compiles in the link to the old class.
    Try changing the JSP file (add and delete a space) after you change the java code, and then see what happens.
    Jonny
    null

  • Is there any differences between a iPod nano 1st gen usb cable and a iPhone 3G  usb cable? thanks

    Is there any differences between a iPod nano 1st gen usb cable and a iPhone 3G  usb cable? thanks

    Yes you have a one year warranty from the date of purchase from Apple. Go to this link and on the bottom right hand side it will ask you to enter your serial number and will tell you if you are still under warranty. http://www.apple.com/support/
    If you are you can take it to a Apple store, or request service online here http://depot.info.apple.com/ipod/
    If it is out of warranty you can google a third party service provider and get it serviced out of warranty. There are two that I know of that provide free diagnostic service. You only pay for shipping and they will tell you what is wrong and what it will cost to fix. They are ifixipodsfast.com and ipodmods.com but there are others also (I just have no experience with them) Good luck and as was stated it should charge from your usb. and just for grins, look at the docking connector on your ipod and see if there is any obstruction that is obvious.

  • Is there any deifference between a normalindex on number column and varcahr

    is there any deifference between a normalindex on number column and varcahar column?Also can somebosy provide a link tome which gives gud description as to how indexes are stored,their structure and how they enable faster retreival?

    Hi
    There is not difference between an index created on a number of varchar2 column.
    http://download.oracle.com/docs/cd/E14072_01/server.112/e10713/indexiot.htm#i5671
    HTH
    Chris Antognini
    Troubleshooting Oracle Performance, Apress 2008
    http://top.antognini.ch

  • Is there any difference between sun solaris 8 and windows for Garb.Collecti

    Hi All,
    is there any difference between refreshing the java virtual memory between sun solaris 8 and windows.i am fetching 25 records for every search action.in windows usage of java virual memory is 5 mb after every search it refreshes the memory.while using the same code in sun solaris 8 it throws heap out of memory error and for every search it wont refresh the memory.

    Some other related links
    http://java.sun.com/docs/hotspot/gc5.0/gc_tuning_5.html
    http://e-docs.bea.com/wls/docs81/perform/JVMTuning.html

  • Is there any difference between ways to commit data?

    Hello friends at www.oracle.com ,
    when you need to commit data at Forms, by using PL/SQL, is there any difference between COMMIT and FORMS_DDL ('COMMIT') instructions?
    Thanks for your answer, and best regards,
    Franklin Gongalves Jr.

    commit is a synonym for commit_form, which means any changes in the form will be posted (firing any pre/post insert/update/delete triggers).
    If there are no changes in the form, then you get a message to that effect, and nothing happens at the database end.
    forms_ddl('commit') sends a commit statement to the database. Changes made to the form are not posted to the database first.
    it's generally used when you've made 'behind the scenes' database changes (eg update/insert/delete statements in the body of a trigger/function/procedure) but no changes to base table data, and it ensures the changes are committed at the database, irrrespective of nasty message about 'no changes to commit'.

Maybe you are looking for