ABAP-HR small doubt

Hi,
HRP1000-OBJID and PA0001-PLANS whether these two or same or not.
please let me know.
if these two or not same, can you please provide the logic how to link between these two fields.
Regards
Raj.

Hi Raj
HRP1000-OBJID is a collection of all OM objects, but P0001-PLANS is particularly Positions in PA of HR. P0001-PLANS is a subset of HRP1000-OBJID. For example even P0001-ORGEH, P0001-STELL is also linked to HRP1000-OBJID. These org,. objects are differentiated in HRP1000 table through the field HRP1000-OTYPE. This will take different value like 'S' for P0001-PLANS, 'O' for P0001-ORGEH, 'C' for P0001-STELL etc ... Hope it is what i explained here.
To link HRP1000-OBJID and P0001-PLANS we can do some thing like
HRP1000-OTYPE = 'S'
HRP1000-OBJID =  P0001-PLANS
~Ranganath
Reward points for all useful answer !!

Similar Messages

  • Small doubts regarding devices and permissions

    Hill all,
    Continuing with my experiences with Oracle 11gR2 and Solaris 11, i came up with some "small" doubts regarding the permissions and owners of the devices to be used as ASM diskgroups. I was able to install Grid and the database, both 11.2.0.3.0, in a single-instance configuration, but i had a small issue when creatind the diskgroup for the database data (+DATA). I created 3 devices (VirtualBox) to be used in the +DATA dg, and gave the the "oracle:dba" owner, with the permission 660. My doubts are:
    1) It wouldn't be more correct to make the owner of the device the user grid? (grid:dba)
    2) The permission 660 to the devices is the correct, or recommended permission? It did work with this permission.
    Thanks in advance.

    It depends on the user and group that runs the ASM instance. It can be oracle/dba, but can also be a different user, e.g. grid/asmadmin
    http://docs.oracle.com/cd/E11882_01/install.112/e22489/storage.htm#CHDFAGJD
    660 means rw. That should be ok. No other user/group than the ASM instance needs to access the devices.

  • Urgent--- small doubt

    Hi
    I need some docs for 8i installation on win2K. Also I've a small doubt.... I want to move one database (8.1.7.4) to a new server. On this new server I have to install Oracle 8.1.0...... Now the doubt is if I do backup/restore from the old server, do I still have to apply patch 4 on the new server???
    Any input is appreciated.
    Regards

    Hi,
    I suggest you apply the patch becuase the database backup has the version info which is 8.1.4. Thus when you will use the 8.1.0 Oracle kernel to start a 8.1.4 database then it might give an error. It is best suited to apply the patches in the new server the way it is in the old one. Once you have applied the patches in Oracle kernel (Oracle Software) you may go ahead with opening the database.
    This will keep the versions of the Oracle kernel and the version info in the database control file in sync.
    Regards.

  • ABAP Proxy creation doubt   -  Pls Help

    Hi Friends ,
                          I have referred the following blog for abap proxy creation
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy
                      as per the previous replies , <b>we have to generate proxiy from R3 syetm</b> . <b>But</b> in this weblog they are <b>generating from XI server</b> ?
                          The  have doubt  in the following passges
    1.
    <i>We use two clients of XI here. <b>Client 100 acts as XI server</b> .<b>Client 105 acts as a client ABAP proxy</b> which sends employee information as a message to XI which routes the info to a file. Logical flow is depicted as shown below. Note that conversion of sending system format to XI specific format is not done at the outbound side of the XI server.</i>
    <b>
               a.  i have webAS 6.40 . i have  R3 6 . So i can generate proxy from R3 it self right ? then how to procedd further .
                b. So Proxy and report to call proxy also from R3 SIDE ?
                c. If No sender agreement  required then in IR only receiver determination and receiver agreement is enough ? 
                d. Then in receiver Detrmination , do i need to give Business system as sender service ?
                  </b>
            <b>    can u please explain this a little bit more ?</b>
    Regards.,
    Shyam

    Hi Shyam,
    <b>we have to generate proxiy from R3 syetm . But in this weblog they are generating from XI server ?</b>
       In this blog, Ravi has taken two different clients in the same system. As the abap code is client independent so it can be generated anywhere irrespective of clients. But while executing the report we cannot do it from the same client as of the IS.So we need to trigger the report from the client 105 which is considered as the client proxy.
      check Triggering ABAP PROXY in the blog.
    <b>c. If No sender agreement required then in IR only receiver determination and receiver agreement is enough ?</b>
       Yes.
    <b>d. Then in receiver Detrmination , do i need to give Business system as sender service ?</b> 
    You can create business system for the R/3 and use it in RD.But the business system dont have any sender communication channel and no need of sender agreement as the data will directly hit the IE of XI.
    Regards,
    Prasanthi.

  • Small Doubt Regarding SY-MANDT

    Hi All,
         SELECT changenr FROM cdhdr CLIENT SPECIFIED INTO CORRESPONDING FIELDS OF TABLE it_cdhdr
                                             WHERE mandant = syst-mandt
                                             AND   objectclas = 'MATERIAL'
                                             AND   objectid   = wa_matl-matnr
                                             AND   tcode      = 'MM02'.
         I have written the select stament as shown above.
         In this i have a doubt like adding a field sy-mandt  in the where condition will increase the Efficiency of program or not.
    regards,
    raghu.

    Hi..
    No doubt the efficency would be affected but from business point of view there will many  things that need to be checked as in:
    If you are viewing data from CDHDR and CDPOS which is client specific then you are not viewing complete data.
    These tables give us and document changes made to a particular object in SAP but if anything is cross client like company code(lets assume) then changes to it wont be visible in all the clients..
    so there can be some key information you can miss out while working on some of the objects.
    else in this case its good to make query cross client.
    regards
    vishal

  • ABAP list display doubt

    Hi ABAP guru's,
            I have a new requirement , in report i have Two internal tables populated with data . when iam executing program. data  in the first internal table should be displayed ( suppose 1st internal table  has 10 records). In the output list screen i kept one button in toolbar . buy pressing that i need second internal table should be displayed from next line. that is second internal table should be displayed from (suppose )11th line of same list output.
           2nd internal table should not displayed immediatley after executing program. once i press button in toolbar. 2nd internal table should be displayed below the first internal table.
                  please reply soon.
    Points guaranteed. 
    Thanks®ards,
    Hemanth.

    Hi atish ,
                Thanks for quick reply, but my requirement is not that, I should not go to secondary list , i have to display the 2nd internal table in the same list. below the the 1st internal table but after i push the button in menu.
                      I hope someone reply's the my query. points are gauranteed.
    Thanks&regards,
    Hemanth

  • Abap fresher's doubt

    SELECT distinct vbeln vbtyp vkorg vtweg  spart vkgrp kunnr kostl
          FROM vbak
          INTO TABLE gt_vbak
          WHERE vbeln in s_vbeln-
          or vkorg = p_vkorg or
           vtweg = p_vtweg or
            spart = p_spart.
    here: s_vbeln is select-option for vbak-vbeln.
    problem with above query is that:
       if i enter only '5000' in s_vbeln then also it is giving additional fields like '50000011'

    Moderator message - Welcome to SCN
    Unfortunately, this forum is not a place to learn ABAP. I suggest that you get one of the good ABAP books that are out there and maybe join an internet forum that caters to beginners
    post locked
    Please read [Rules of Engagement|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement], How to post code in SCN, and some things NOT to do... and [Asking Good Questions in the Forums to get Good Answers|/people/rob.burbank/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers] before posting again.
    Rob

  • ABAP SCREEN PAINTER DOUBT

    Hi friends,
    Any one can tell me the solution to resolve the error maximum number of internal sessions reached  .
    regards,
    p.varadarajan

    Hi
    Ossnote .... 34154 is very interesting.
    This is concerned with internal sessions: The R/3 System offers the option to change from one information level to another: by branching in the menu path (for example "Goto" or "Information system"), double-clicking in ABAP lists, cross-references in hypertext and so on. Technically speaking, you call one program/transaction from within another one (ABAP/4 statements CALL DIALOG or CALL TRANSACTION, but not CALL SCREEN). For the user, it is desirable that this process is reversible, that is, that you can also go back step by step. The whole path is therefore stored in a stack of so-called internal sessions. If the maximum number of internal sessions is reached, you cannot go any further.
    <b>This maximum number is hardcoded as 9, and this cannot be changed.</b>
    Regards
    Raj

  • A small doubt in credit management

    hi,
    i have a small query related to credit management, 
    Eg: For customer XXX there is 1000/- as credit limit.  He has used all the total amount which is shown in credit exposure 999%.
    How the system behaves or what is the impact on credit exposure that is 999% for this customer when it comes to raising of credit memo request to the same customer let's take credit memo request value is 100/-.
    please explain.
    regards,
    balajia.

    Hello Friend,
    See basically the Credit Management Works as:
    1. Every Invoice & Debit Memo increses the Debit Amount which is Receivables from Customers. Thus this increases the Credit exposure.
    2. Every Credit Memo decreases the Debit Amount (as it is a Credit entry) which decreses the Receivables from Customers. Thus thus this reduces the Credit exposure & the percentages...
    Hope this clears...
    Thanks,
    Jignesh Mehta

  • Small doubt(about pivot table)

    while creating a report i am getting error in Table view,if i create a same report in pivot view it is working fine in pivot view.
    after this i want to add this view to the compound view then i will have to delete the table view from the compound view .but while adding the pivot view to the compound view it is throwing error because by default compound view has only table view and tital view.it is not allowing me to add pivot view to the compound view.
    can anyone suggest me is there any other way i can add the pivot view to compoud view i want to view the title view and pivot view only in the compond view.(here the problem is i am unable to add pivot view to the compound view because error in the table view)

    Actually i placed couple of column in the excluded. now its working fine. i just want to know how can i add pivot tabler to the compound view at this situation

  • Small doubt

    hi friends, how can i update in a flat file like ( abc.txt). i would like to search a string in file and replace something in the row and update
    in the same position. how to do that.
    with regards.

    Try this, this sample read and write the file 'x.x', put your code in the write_1 method.
    import java.io.*;
    public class RandomF
         RandomAccessFile rf;
    public  RandomF() 
         String s;
         long   p;
         try
              rf = new RandomAccessFile("x.x","rw");
              p  = rf.getFilePointer();
              s  = rf.readLine();
              while (s != null)
                   write_1(s,p);
                   p = rf.getFilePointer();
                   s = rf.readLine();
              rf.close();
         catch(FileNotFoundException e)
         catch(IOException e)                                     
    public void write_1(String s, long wp)
         try
              long p = rf.getFilePointer();
              rf.seek(wp);
    // put your code here
              rf.writeBytes(s);
              rf.seek(p);
         catch(IOException e)                                     
    public static void main (String[] args) 
         new  RandomF();
    }     

  • Small doubt in query

    Hi
    SQL> CREATE TABLE char_test (col1 CHAR(10));
    Table created.
    Elapsed: 00:00:00.03
    SQL> INSERT INTO char_test VALUES ('qwerty');
    1 row created.
    Elapsed: 00:00:00.00
    SQL> SELECT col1, length(col1), dump(col1) "ASCII Dump" FROM char_test;
    COL1 LENGTH(COL1)
    ASCII Dump
    qwerty 10 Typ=96 Len=10: 113,119,101,114,116,121,32,32,32,32
    Elapsed: 00:00:00.02
    SQL>
    Please explain the bolded one. 10 Typ=96.
    Thanks in advance.
    -SATHYA

    Hi,
    CHAR datatype is always blank padded if you are storing any value less than the specified length.
    See the below link:
    http://download-east.oracle.com/docs/cd/B19306_01/appdev.102/b14261/datatypes.htm#BABGIHIJ
    Regards

  • Small doubt on displaying variables in sap script

    HI all,
    Can anyone let me know if i am in the correct way or not.
    i'm modifying one existing script. to display some data in the script i am doing like this :
    get the data into itab.
    loop at itab into wa.
    call FM write_form
       element = 'TEXT'.
    endloop.
    in the layout i am using this elements and variables
    /E TEXT
    S1 <D1>&WA-FIELD1&</> <D1>&WA_FIELD2&</>
    but the work in not having any data in the layout whereas before call write_form its having data.
    can anyone suggest me who to deal with this.
    thanks

    You can check if your SAPScript is able to talk with the driver program.
    In SE71
    Open in Change Mode
    Form > Check > Text
    Select the Include Res checkbox .. Press Enter
    Enter your Program in the Next popup by "Append Print Program"
    Now, press Copy.
    It will show you the errors.
    In your proram WA must a in TOP include or Globally declared.
    Regards,
    Naimesh Patel

  • Small doubt in select query

    i want to count the no. of employees whose endda = '31/12/9999' and stat2 = '3'.
    tables are pa0000.
    can anyone tell me the select query?

    DATA: w_noemp TYPE i.
    SELECT COUNT(*) INTO w_noemp FROM  pa0000
           WHERE  endda  = '99991231'
           AND    stat2  = '3'.

  • Small Doubt in ALE config

    Hi,
    Iam reffering this blog to do ALE settings
    /people/swaroopa.vishwanath/blog/2007/01/22/ale-configuration-for-pushing-idocs-from-sap-to-xi
    If i completly follow this Blog means ,  Is there is any need to do in WE20 & WE21 entries ????
    Instead of doing through this blog can i do in this way....
    1) Create LS in SALE
    2) Create RFC Destination in SM59 with the above created LS name
    3) Create WE21 Port
    4) Create We20 Partner Profile
    Is this way is ok rather than going in the Above mentioned Blog.
    What is the difference between these Two Approches
    Regards

    Hi Vamasi,
    After creating distribution model, you can generate partner profile automatically by just one single push button. It avoids our manual process of creating partener profile.
    However you can create partner profile manually as well using WE20 / WE21. But in both cases you need distribution model if you want to send message to XI system.
    "Generate the partner profiles by selecting the navigation path from the main menu, Environment --> Generate Partner profiles " --> Will make life easier by auto. generating profile for you base on distribution model parameter. ( Just one click n everything would be done).
    Both are doing same thing.
    Hope this will ans. your query.
    Thanks,
    Nilesh

Maybe you are looking for