The position of the worker, from which table can I get?

Hi,
Whether a person with a given pernr, how can I know whether he is a manager or an employee etc.
Which table and which field of this table.
Thanks.

Hi,
To get the position for a person you need to go to table PA0001 table (PLANS field).
Once you get the position, to check whether that position is Manager's position
You need to go to table HRP1001 and check whether is there any entry exist for the position with relationship 'B002' (SUBTY field), if entry exists then the position is manager's position. The all the entries in SOBID fields are subordinate position to the managers position.
Hope this helps,
Shrinivas

Similar Messages

  • From which table can we get the status of sales order

    hi
    from which table can we get the status of sales order

    Hi
    Check the Table <b>VBUK for HEADER level status</b> of Sales order
    and <b>VBUP for Item level statuses</b>
    enter VBELN  = Sales order and VBTYP = C for sales orders
    as VBUK and VBUP stores all Sales documents like deliveries, Invoices, quotations, contracts etc
    <b>Reward points for useful Answers</b>
    Regards
    Anji
    Message was edited by:
            Anji Reddy Vangala

  • From which table could i get all the Variants of a specific ABAP program?

    Hi,
    From which table could i get all the Variants name which belong to a specific ABAP program?
    Thanks.

    Hi,
    Check the table starting with TVAR*.
    Regards,
    Atish

  • From which table could i get all the Variants of a ABAP program?

    Hi,
    From which table could i get all the Variants name which belong to a specific ABAP program?
    Thanks.

    Hi Hoo,
    You can get the variants of a ABAB Program from table <b>VARID</b>. Give the report name to the VARID-REPORT field and you will the list of variants for this report under field VARID-VARIANT and VARID-ENAME is the user who created the variant.
    Otherwise, You can use the function module RM_GET_VARIANTS_4_REPORT_USER to get the variants of a report
    Thanks,
    Vinay

  • What is the URL from which I can download Firefox 10 for Mac?

    I cannot use Firefox 11 for Mac because it does not yet support a security add-on that I require. So I want to downgrade to Firefox 10 for Mac in both the 32-bit and 64-bit versions.
    However, I have been unable to find the URL from which I can download these two versions of Firefox 10 for Mac. Yes, I tried putting various keywords into the search box: "download" "Firefox" "previous versions" "downgrade" etc. Still I couldn't locate the URL.
    Would you be so kind as to send me the URL?

    Just replying to help keep track of the thread. I have been looking also. I can find where to load version 3.6 - but not 10.0.2
    We are having printing problems with 11 that we never had with 10 :-(

  • From which table can I display PGI (material and quantity)for a spesific cu

    Dear gurus,
    From which table can I display PGI (material and quantity)for a spesific customer order?
    Thanks in advance

    HI
    PGI and material quantity can be available in MSEG table
    for this enter the sales order number in KDAUF or* MAT_KDAUF* fields in MSEG table
    Also try with LIPS delivery item table and LIKP table
    regards
    SAP SD
    Edited by: sapkpit_sd on Jul 22, 2010 8:14 AM

  • From which table ,i ll get both the invoice and cleared amount ???

    Hi Friends,
    i am making a report for my sales client where finance part is also required.
    the requirement is : the sales people want know the status of the invoice generated at their end.the report shud be like if they enter the invoice no,fiscal year and coustomer they will be able to see the status of the invoice.how much pmt has received for that particular invoice,wheather it is open or fully cleared?
    From which table i can get both invoice no. and the payment/pmts rerceived against that invoce/invoices.
    plz guide.
    Regards,
    Biswa

    Hi,
    SAP Standard Report itself covers all the requirements mentioned.  With FBL5N, we get to know how much has been invoiced, paid and cleared and how much advance has been paid by customer etc., in one screen.  Apart from this we have also all signs which show, which all invoices are due, overdue and its easy to analyse as well.
    Was this requirement given by client after seeing this standard report?
    Hope this info is helpful.
    Regards,
    Venkat

  • Find out from which table a ES gets his data

    Hello,
    I'm now asking myself (for a couple of hours) how I can find out from which table(s) a Enterprise Service gets his data. I don't find any hint about this on ES Workplace, sproxy or soamanager. Has anyone a usefull hint for me?

    Hi Marco,
    This actually is an excellent question, as it allows to clearly realize, that ES Repository is only a modeling device and it does not contain any implementation details.
    If you are interested in implementation details, then Services Registry and the respective backend system are your friends, as Enterprise Services are implemented in these backend systems and then published in the central phone book - the Services Registry.
    If you haven't applied yet for the free access to the ES Workplace systems, do so as this will give you access to the SAP ERP discovery system that implements all the ECC related Enterprise Services.
    Now, if you want to see the implementation details for a given service - start from the ES Workplace. Go to the Services Registry and find an ECC service of interest. Then, on the General tab of the service you will find the Namespace and Internal Name. Having these two values, log on to the ES Workplace ECC system, start transaction SE80 and select Enterprise Services Browser. If this option is not available, go to Menu -> Utilities -> Settings and select Enterprise Service Browser. Find the namespace and the service (by its internal name) then navigate to the implementing code - which typically is an ABAP Object interface and an implementing class.
    The only reason I am referring to the ES Workplace Service Registry and its discovery system is, because it is a platform we all have access to. Each client builds their own SOA landscape, where only certain Enterprise Services are published in the Services Registry. And, of course, the system landscape can be more complex - containing not only ECC but other SAP Business Suite products. 
    I hope this helps a bit.
    Regards,
    Andrzej

  • In Which table can I get Customize attribute values?

    Hi All,
    I am new to Solution Manager. I have created customize attributes using std and non std ways. And i have used this attributes for create interface scenarios.
    My problem is, I am not able to get the value of attributes which has created using standard way. From which table I can get.
    While create this std attributes, i have added customize table name and corresponding field name in attribute properties.
    Can I get the attributes from this customize table?
    Kindly any one help for me.
    Thanks in Advance.
    -Thulasi

    Hi tulsi,
    I am also looking for the same solution please update me or the thread with the solution
    Saurabh

  • In which table can i get all the SC for an approver.

    Hello, i need to get a list of all SCs that an approver X has in his inbox.How can i do this(table preferably)?
    thx in advance

    Hi,
    You can do the following :
    Run FM   SAP_WAPI_CREATE_WORKLIST by giving the User Id as Input. This will return all the workitems WIS[] for the user irrespective  of the Business Objects.
    Use this result and filter by reading the records from  table sww_contob. you can give the object type to this as 'BUS2121' . and lv_cont_obj_name ='REQREQ'   and map the work id with WIS[].
    This would give you all the records meant for approval for an approver.
    Best Regards,
    Sapna

  • From which table i will get PO tax amont and tax code name.

    HI all
    I"m giving date to develop one Z report.Where i will get the PO tax amonut(not condition amount).i need total TAX amount and TAX code..from where i can get these two??
    plz help me
    thanks
    ramesh reddy

    Hi
    for excise check table J_1IEXCHDR for header
    J_1IEXCDTL for item excise
    The Table name used to find the Tax Values are
    KOMV: Pricing Communications-Condition Record
    KONV: Conditions (Transaction Data)
    From the above tables you can refer the fields below.
    KAWRT
    KBETR
    Fetch the corresponding records based on the field
    KNTYP
    Search net you will get many threads on this

  • "Company tax id"  from which table we will get

    can any give the information where we get the "company tax id" for particular company
    EBS version --11.5.10.2

    Hi
    for excise check table J_1IEXCHDR for header
    J_1IEXCDTL for item excise
    The Table name used to find the Tax Values are
    KOMV: Pricing Communications-Condition Record
    KONV: Conditions (Transaction Data)
    From the above tables you can refer the fields below.
    KAWRT
    KBETR
    Fetch the corresponding records based on the field
    KNTYP
    Search net you will get many threads on this

  • From which table could i get the process code and corresponding FM.

    Thanks!

    TMSG1 Logical Messages and Process Codes in Outb. Procg
    TMSG2 Logical Messages and Process Codes in Inb. Procg
    Also check other tables :
    TEDE and TEDE1
    Another table to look at is EDIFCT. It contains the link between message type and processing function module.
    Thanks
    Seshu

  • From which table I'll get vendor based on material

    Hi Experts,
    I have to develop a Report for the procurement extraction should consist of following data fields:
    Material (MARA)
    Material Description (MAKT)
    Vendor
    Vendor Name
    Product Hierarchy
    Qty
    Date Product received at warehouse
    What are tables required for this?

    Hi
    Please use the table EKBE,EKKO,LFA1 and MARA
    You can take fields
    Material - EKBE - MATNR
    Material Description (MAKT)
    Vendor- EKKO -LIFNR
    Vendor Name-LFA1-NAME1
    Product Hierarchy-MARA-PRDHA
    Qty-EKBE- MENGE
    Date Product received at warehouse -EKBE-BUDAT
    Hope this suits you
    Regards,
    Sasi

  • How to find from which table we got the data

    Hi friends ,
    How can we find from which table we r getting data in the datasource.
    I am getting data from crm system.based on that we created cubes and dsos.
    we have only one datasource.now i need to know from which table we pull the data?
    can any one give the procedure
    Thanks in advance........
    sridath

    Hi,
    Datasource / tables in the source system
    Go to RSA2 (DS Repository) in your source system and display your source system.
    If Extraction Method is 'V' - you are lucky and you see table name where data is taken from.
    If it is F* - function module is used, and you have to go thru its code to see all the tables it uses and logic how data is
    processed.
    Ext. Meth   Short text                                                                               
    V                 Transparent Table or DB View                
    D                  Fixed Domain Value                          
    F1                Function Module (Complete Interface)        
    F2                Function Module (Simple Interface)          
    Q                 Extraction Using ABAP Query                 
    A                 DataSource Append                           
    OR
    Since you have the extract structure and the extractor, you must have some transaction like the Extractor Checker RSA3. If so
    then execute ST05, switch on the trace and execute the extractor checker. Once the extractor checker presents the results
    switch off trace. The clcik on Display trace and you will see all the tables that were hit by the extractor checker to
    retrieve data and present it to you.
    Hope this helps.
    Thanks,
    JituK

Maybe you are looking for

  • How to access .html in tomcat

    I am very new to programming. I have created an html file (ThreeParamsForm.html) and placed it in development directoy. I am unsure of how to access that file. When i am typing http://localhost/ThreeParamsForm.html it is giving me HTTP Status 404 err

  • Correspondence type for incoming downpayment clearing

    Hi gurus, I have to customize a form to be issued when clearing one vendor's downpayment with its invoce under tx. F-44 - Clear, that will inform the vendor that the downpayment has been cleared and which tax amount has also been cancelled with the o

  • Why I can't see pictures after import?

    HI! I am a new into photography world and new too in Lightroom. Recently I have installed Lightroom 4.1 version and thereafter I have upgraded to v4.4. Sadly I cant see any IMPORT PREVIEW after i import the picture .NEF . Tried out the DNG conver too

  • Autoconfig errored out Doing RAC conversion 12.1.3

    ERROR 1: APPS_JDBC_URL='jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PROTOCOL=tcp)(HOST=xxxx.com)(PORT=XXXX))(ADDRESS=(PROTOCOL=tcp)(HOST=xxxxx)(PORT=xxxx)))(CONNECT_DATA=(SERVICE_NAME=XXXX)))' Trying to conn

  • Work centers

    Sir, In equipment Location Tab  work center is there and also in organisation tab main work center is there what is the difference between there 2 work centers. and which work center we need to assign cost center. in order Main work center work cente