Tables for OM infotype 1000, 1001 and 1002

Hi,
I need to use OM infotypes P1000, P0001 and P1002. But, I don't know the name of the tables for these infotypes.
Could you please provide me the table names for the above infotypes.
Lokman

Sorry ignore my prev post:
refer hrp1000
      HRP1002
AND HRP1001
Message was edited by: Ravi Kanth Talagana

Similar Messages

  • Regarding workflow for OM infotype 1000,1001

    Hi all,
    i am having one scenerio.
    i have to trigger a mail when there in any create,delete,change in infotype 1000,1001.
    it should trigger a mail to the personal admin which is stored in 0001 infotype of that employee.
    how this can be achived?
    is there any workflow exists for this one or thrgh dynmaic action.
    Please suggest any solution for this one....
    Regards,
    Manjunath

    Hi Manjunath,
    I think there is a standard workflow for that, otherwise you could create one. I think you will need to make sure for which changes exactly you need to trigger this workflow.
    You need an event raised when a change is done, and then the workflow will start and you can send the e-mail. You probably need to create a new rule to determine the personal admin from infotype 0001.
    Regards,
    Martin

  • Function modules for updating,modifying etc for  OM infotypes (1000,1001)

    Hi experts,
                     can anybody help me by giving some FM s which will be used to Insert,Update etc for OM infotypes. i need to update HRP1000,HRP1001 AND HRT1222 tables. i tried with 'HR_INFOTYPE_OPERATION' & 'HR_MAINTAIN_MASTERDATA'. but these two FMs require PERNR as parameter. but i do not have here.
    regards,
    Murthy

    Hi Murthy,
    Here's a sample code to update IT1000. 
    DATA wa_1000 TYPE p1000.
    populate wa_1000 with updated data.
              CALL FUNCTION 'RH_PNNNN_MAINTAIN'
                EXPORTING
                  act_fcode           = 'AEND'  " AEND to modify, INSE to insert
                  act_otype           = wa_1000-otype
                  act_objid           = wa_1000-objid
                  act_infty           = '1000'
                  act_pnnnn           = wa_1000
                  suppress_dialog     = '2' " you can use 0 if you want Dialog mode
                EXCEPTIONS
                  infty_not_valid     = 1
                  no_plvar            = 2
                  object_not_defined  = 3
                  otype_not_valid     = 4
                  no_authority        = 5
                  action_rejected     = 6
                  no_gdate            = 7
                  fcode_not_supported = 8
                  OTHERS              = 9.
              IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
              ENDIF.
    Hope that helps,
    Hanna

  • Table for link between Accounting document and Billing document

    Which is the table for link between Accounting document and Billing document ?
    Thanks & Regards

    Ø Go to SE16N, enter table BSAD
    Ø In the Reference Field (VBELN) enter the Billing Document no. 
    Tips:
    Ø Make sure that only those billing documents will be considered whose accounting documents actually exists
    Ø No Accounting documents will be displayed for Credits, Free of charge orders and those acc. Documents which have been cancelled.

  • Custom Subtype table for custom Infotype

    Hi,
    How can I have a customer table Z* as subtype for an infotype? In PM01 I can set a Z table and field in infotype settings, but an error occurs when genarating my infotype.
    I would like someting similar to IT 2006 in my custom infotype where I would have a specific Z table as subtype (not a generic one like t591a) so that new entries in that Z table appears as new subtype options.
    Thanks and regrads.
    Sérgio.

    Hi,
    The Subtype Table doesn't contain the Subtype Field.
    For Example: PM01 for IT 2006 has Subtype Table T556A, Subtype Field KTART (which is not part of T556A).
    KTART is a field in the IT2006 Structure itself.
    Subtype Table is used just for the Values of the subtypes, Texts, Time Constraints and Object IDs.
    Can you mention what the Structure of Z table is, and what the Subtype Field is.
    Thanks,
    Suryakiran D.

  • Difference in workflow tables for the versions 4.6C and ECC

    Hello,
    Could someone please let me know as to what changes have been made by SAP in the workflow tables from 4.6c to ECC version?
    Thanks,
    Samson

    Hi
    Check these Tables
    SWW_OUTBOX - Lists Workflows in outbox together with status
    SWW_CONT - Container Contents for Work Item Data Container
    SWW_CONTOB - Container Cont. for Work Item Data Container (Only Objects)
    SWWLOGHIST - History of a work item
    SWWORGTASK - Assignment of WIs to Org.Units and Tasks
    SWWUSERWI - Current Work Items Assigned to a User
    SWWWIHEAD - Header Table for all Work Item Types
    SWW_WI2OBJ - Workflow Runtime: Relation of Work Item to Object
    Regards,
    Surjith

  • Internal tables for OM infotypes when LDB is used

    It's pretty much clear that for the infotypes used in a report, when a logical database is used the corresponding structures with pxxxx is created.
    Is that limited only for PA infotypes or is that applicable to OM infotypes also?  I could identify that it is applicable for OM also with my report usage, but i cant justify how is that done.
    If it is applicable to OM infotypes, can you please explain in detail about this?
    I have tried this in many forms but in vain.(research has been made before posting)
    Edited by: mythrikalam on Jan 20, 2012 11:59 AM

    Hi! First I would create a system repair disc. If you still have a problem, restoring back to factory will eliminate software and you can start finding what hardware is causing you this problem. Key Board or Mother Board would be good suspects.
    http://www.dummies.com/how-to/content/how-to-use-a-system-repair-disc-to-restore-windows.html
    http://forums.toshiba.com/t5/Computer-Troubleshooting/What-can-I-do-if-my-Windows-7-or-Windows-Vista...
    PS Strange that it won't turn on with the power button. Are you holding it down for a couple of seconds?
    I Love my Satellite L775D-S7222 Laptop. Some days you're the windshield, Some days you're the bug. The Computer world is crazy. If you have answers to computer problems, pass them forward.

  • Cluster table for PD infotypes

    Hi,
      I've created a custom PD infotype and wish to use IMPORT and EXPORT to database as I have a text box for comments on the screen. Could anyone suggest which cluster table and area would be suited for this operation?
    Thanks

    Hi Gaurav
    As an alternative to your approach, you can try the way SAP uses at infotypes like 1002. The main table HRP1002 containes a reference number (ADATNR as I remember) and with this reference number it holds lines at the table HRT1002.
    As far as I know, it is possible to design such infotypes but I do not remember how. It maybe related to some option at PPCI.
    Regards
    *--Serdar <a href="https://www.sdn.sap.com:443http://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.sdn.businesscard.sdnbusinesscard?u=qbk%2bsag%2bjiw%3d">[ BC ]</a>

  • Material master table for finding out valuation category and valuation type

    Hi,
    I have a material XYZ for which a valuation category 'H' is assigned. Now I need to create a valuation type for that.
    Question - I want to find out for the same plant & st location which are the other materials with valuation category H, and what are the valuation types used.
    I checked in mara, mard, mbew etc but of no use.
    Which table can i get the data ?

    hi,
    As the valuation details are saved and are based on the material, you can see the details of valuation type in MBEW table...and field as BWTAR
    For valuation catagory, you can see the table MARC...field as BWTTY...
    If want the valuation type details for both plant and storage location, you shd check the GR table ie. MSEG where you will get the valuation type ....
    hope its enough to retrieve the data..
    Regards
    Priyanka.P

  • Table For Purchase Order Version Number and Version Created Date

    Dear Sir,
    Whenever we make any change in Purchase Order , then a new Version Number  along with Created Date is assigned . In Me23n the Version Number and It's Created date is also displayed ( at PO Header Level) .
    We request you to kindly guide us as which Table is required to be reffered to get the Version Number and Version Created date  for the Purchase Order .
    With Thanks and Rgds
    Sonia

    Hi
    Check in EKKO - Purchase order header
    EKPO - Purchase order item
    CDHDR
    CHPOS
    Regards
    Ram
    Edited by: Parasuram M on Sep 16, 2009 11:59 AM

  • Table for satatus, CS, service order and notification

    There is a field of status at the CS notifications. The tcode for customizing this field is OIBS but in which table can I find the related data? I'm also looking for the other tables of CS, service order and notification.
    Edited by: Yasar Demircan on Jan 27, 2010 10:06 PM

    Hi,
    You can refer the table JEST, TJ30, TJ30T for object status and user status

  • Table for link between Expense receipts and G/L account

    Hello,
    Could you give me the table where we we can see for all "expense receipt" the account of finance (G/L account associated to each expense)
    Thank you in advance

    Hi Tarek,
    Thatu2019s correct what Nandagopal is saying, there is no table where you can see all G/L account associated to each expense.
    However you can see the all your expense type relation to Wage type in view V_T706B4 and then respective wage type relation to symbolic account in view V_T706K.
    Then you can check the link of symbolic account to particular GL account at below IMG Path.
    Financial Accounting / Travel Management / Travel Expenses / Transfer to Accounting
    Please note that the link happens in below manner and we cannot get any direct link between Expense type and GL account.
    Expense Type -> Wage type -> Symbolic Account -> GL Account
    Do let us know for any query.
    Thanks,
    Vaibhav

  • Table for finding the SHC numbers and PO numbers

    Hi Guys,
    Can anyone tell me where I can find the SHC number and PO number getting updated in one table.
    Also If I wanted to have both the data what should I have to do?
    Regards
    Srujank

    Hello Srujank,
    You can use
    1. Report : BBP_BW_SC2: Monitor shopping cart status
    2. From Table :  CRMD_ORDERADM_I get the SC item GUID & use this GUID in table BBP_PDBEI to get the follow on document (PO) number.
    Hope this helps.
    Thanks
    Ashutosh

  • Setup for discoverer table for showing number of Rows and columns of Report

    As oracle discoverer report show "Rows 1-25 of"(Total rows) and "Column 1-6 Of"(Total Column).
    This total rows and columns information's is not appearing on our reports.
    Kindly let us know its setting/setups .
    This is very urgent to us, Any help will be highly appreciated.
    Thanks, Avaneesh

    Hmm, what version of Discoverer are you on? Do I understand you correctly that you are able to run a Discoverer report and see this rows and columns information? What software are you running when you do this - Viewer, Plus, or Desktop? Where is this showing up - the top of the report maybe? Or maybe the bottom of the report? The only thing I can think of to handle this is the Page Setup for a workbook, and looking at the Header and Footer sections of that setup. But I am on Discoverer 10.1.2.2 and I don't see anything I can insert on the header/footer that would show this kind of information. Desktop will let you do Page x of y pages (Plus does not), but that is not what you are seeing. You can maybe look at the page setup and see if there is something there not documented in the Discoverer guides.
    John Dickey

  • Table for special G/L indicator and withholding tax?

    Hi experts,
    Iu2019m trying to post a vendor invoice on F-02. When I use vendor invoice  posting key the system brings withholding tax automatically but when I use special G/L indicator (incoming credit posting ) withholding tax is not coming.
    Is there any connection between posting key and withholding tax or special G/L indicator? Where should I correct this error?
    Thanks by now
    Edited by: Hande Yaman on May 31, 2011 5:01 PM

    Dear,
    You can check out relationship between posting key and  wht by checking Field status group of posting key in OB41. Now comming to the problem with your special GL indicator with no WHT posting, you need to check FSG of Special Gl indictator in OBYR and special GL in OBC4. Look if its suppressed there.
    Regards

Maybe you are looking for

  • Collection function taking more time to execute

    Hi all, I am using a collection function in my sql_report it is taking plenty of time to return rows, is there any way to get the resulted rows(using collection) without consuming more time. SELECT tab_to_string(CAST(COLLECT(wot_vw."Name") AS t_varch

  • Help about Create Report in SCCM

    Hi guys, I want create report display software specific by collection. Example: I need know all desktops in my collection have software specifc called Winrar installed. But I don't know hostname. I need something where I don't need always create quer

  • Program not working with Integrated ITS

    We are calling program SAPLXUSR at log-on and the program is not carrying out the funtions when being used with the Integrated ITS. This program works correctly with the Standalone ITS but we are unable to execute it using the Integrated ITS. We are

  • Document transfer from Solution Manager into ARIS

    We have sucessfully transfer projects content from Solman into ARIS. Unfortunatelly links to documents cannot be found. To my knowledge links from General documentation answell as from Project documentation should be able to find in ARIS after the tr

  • Camera Connection Kit ROCKS

    After a several weeks wait, I finally received my camera connection kit today. It's small, simple, and easy to use - just plug it in, and it works - at least that was my experience. I bought it primarily to download photos from my camera, and be able