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

Similar Messages

  • 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

  • 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

  • Which feature use for Infotype 1000 in OM

    HI,
    which feature use for Infotype 1000 in OM  .....

    Hi Manker,
    Objective of Features is to default based on certain conditions.
    Infotype 1000 is to create an object and doesnt not make use of Any Feature...or in simple words, NO FEATURE EXISTS for Infotype 1000.
    If this doesnt answer your query, appreciate if you can ask your question more clearly.
    Hope this helps.
    Kumarpal Jain.

  • Query for HRP infotypes

    Hi,
    Can anyone please give me the information about the follwing issue : How can i create a Adhoc query for JRP infotypes (IT 1000, 1001& 1002 etc).
    Requested you to please help me in this regard.
    Thanks & Regards,
    Naga

    first go to Sq02
    On the left hand side there is a field by the name of infoset.
    Give any appropriate name. Then click on create button.
    then a screen will appear , write the name. In data source field click on Logical Database . Here you have to select PNPCE, PAP, PNP according to your requirement.
    If you want to create Query on anything related to applicant select PAP. If ur query is based on Master data select PNPCE.
    After selecting click on tick mark (green in colour) which is given below. A screen with different folders of infotypes will appear. Select the required infotypes which you want accoridng to your requirement. Then click on tick mark again.
    Then click on generate button (red & white in colour) (3rd button from the left). A screen will appear with the name
    create object directory entry. Here you have to click on local object button.. you will now see that the system haas generated a Message saying "Infoset------- generated.
    In sq02 there is a button with the name Role/User Group Assignment . Assign the user group out here.
    Then go to SQ01, click on infoset query. Select ur user group. You can see the name of the query which you have created.

  • Edit Org Management Infotype 1000

    Hi All,
    Can you suggest me how to edit the Infotype screen of Org Management Infotype 1000.
    Requirement is to restrict the Org unit abbrevation without blank spaces.
    eg) EAB/AB/TM MR is not allowed. It should be  EAB/AB/TMMR

    Hi Veer,
    If you are talking about Org unit abbreviation, this can be done in any of the interfaces in Org Mgmt.
    For example, you can do it in Simple Maintenance, select the org unit and rename it whether abbreviation or name of the org unit.
    Best regards
    Ghouse

  • Creating Workflows for a Corporation with Different Company Codes

    Hi,
    We have just done a roll-out for Company A which is part of a big corporation (group of companies).
    The system version implemented  is ECC 6.0 with  modules (HR,MM,FI,DBM)
    I have implemented and rolled out  several workflows (Leave,PR,PO, Payment approval)for Company A and am now expected to do the same workflows for Company B,the business processes as per flowcharts remain the same as for Company A.
    Company A uses company code 1000, while company B will use company code 2000.
    Users in Company B will log in to the same PRD servers.
    Some approvers of workflow in company A will be responsible for some workflow approvals for staff in company B though HR have completed implementing an org structure for company B.
    Is it possible to use the same workflow templates  by saving them in a different name and change the agents to reflect company B org,if so how do I go about it?
    In future we will also roll-out to Company C.
    What is the best way to do it and save time as well.
    Thank you.
    Missa

    Hi
    Consider a scenario like EMPB  who belongs to CMP B has applied a leave and EMPA manager of EMPB who belongs to CMP A,
    Now in order to send the leave request for approval to EMPA you can define or create a rule from PFAC transaction. in such a way that
    1. First try to get the initiator details like his personnel number.
    2. Once you have the Employee number , by using it you can read hi Org Assignment details from PA0001 to get employee sepecifc compnay code.
    3. BAsed on the employee group and sub group you might have to decide who is manager I hope this would be defined already in the org structure.
    4. Once you know who is the manager , get his position details and from it get holder and his communications info from PA0105.
    IN this way if you define a rule by calling a function module. You can make use of the same workflow. but based on the initiator  details you need to dort out the manager.
    The simple way is to define and impement the Rules dynamically to fetch the agents based on the Personel are/sub are and employee group and sub group.
    Regards
    Pavan

  • Error: insertion of infotype 1000 (return code 2)

    Hi All,
    We are trying to Update the Org Structure in ECC which is typically used for the MM Processes.
    When ever we are trying to update the BP or create a new BP for Few Specific Company Codes we are receiving the below error
    Error: insertion of infotype 1000 (return code 2).
    SImilary we also see this error as well
    Database update not possible, data record    01S 500304541001A0031
    Your inputs are highly valuable.
    Regards,
    Satya

    the problem you mentioned here is not the whole problem in my opinion, so let me take a few assumptions and you tell me if some/all of em are correct or alternately you put in more detail in your query.. ok?
    well here goes:
    1. you mentioned BP which is a business partner object but you did not talk about hcm at all so am assuming sap hr has not been implemented at all in your sap box... right/
    2. then the infotype 100 and insert error is the least of your worries if the above point is correct.
    3. then you also have some nominal positions in your sap box to support your logistics process...
    4. and then I am taking a wild guess here --> you are trying to have a relation between a position and bp objects directly ...
    well I may be totally off the rocker in the above but what you need to tell us  could be :
    1. explain the business process.
    2. then we talk about how you are doing the business process in sap (is hr implemented or not? if yes to what extent etc...) and dont limit this point to logistics,.. cover the whole gamut of how you are doing it in sap today and am sure it spans across hcm and logistics
    3. then, a bit more info on what you were trying to do in a step by step fashion,... and where exactly you are encountering the error,.. --> the reason am asking for this is --> in my expereince I have seen a lot of logistics guys who are gurus intheir areas of expertise but you talk sap hr they are like babies,.. and the vice versa is also true,.. so if you are not able to explain point 2 above in full this point will give the complete technical picture.
    provide the above and loads of folks here will be able to help you out.
    cheers

  • Trigger workflow for business travel t-code PA30

    Hi Experts,
    My requirement is to trigger a workfllow for the infotype 9006 from PA30 transaction. I dont have  experience in HR workflows can some one guide the custimizing required in SWEHR1,SWEHR2 and SWEHR3 and also what is the BUS object and event that will trigger the workflow. Thanks in advance.
    With Regards,
    Srini..

    Hi,
    Create a entry in SWEHR3 using a relevent BO and event. or use BOR EMPLOYEET by creating a subtype and adding addditional methods and events. this entry in SWEHR3 will take care of event trigger when ever an operation such as insert or update or Deletion occurs on the corresponding infotype. now create a workflow with this triggering event to do your job.
    Regards,
    Devananda A J

  • Workflow for Sales Order Release via Status Profile

    Dear all,
    i want to make a workflow for sales order which have 4 User Status in One status profile.
    Once Event triggered for sales order
    1.   Mail should go to main authority with sales order number.
    2.  Once authority will do some changes in the required field then he/she changes
         the user status-1 from defauts as per line Item and mail should go to department no-1 (Head authority).
    3.  Once again same changes in sales order but now user status-2 from user status-1
         as per line Item and mail should go to department no-2 (Head authority).
    4.  Once again same changes in sales order but now user status-3 from user status-2
         as per line Item and mail should go to department no-3 (Head authority).
    5.  Once again same changes in sales order but now user status-4 from user status-3
         as per line Item and mail should go to department no-4 (Head authority) .
    and parrally for each changes of Status mail should also go to User (Event Creator).
    6. Finally mail sholud go to User as you are permitted to do next business transaction for this sales order
    Please tel me the process as i am very new this topic and i am always going to stuck in Binding.
    please help me out.
    Thank You

    Hi Neeraj,
    First of all start with SWELS and SWEL T-Code to check if any standard event is getting triggered or not. If event is getting triggered, then use the same event to trigger the workflow; otherwise create a custom event of BO and use the same to trigger the workflow.
    Hope you are aware of T-Code SWO1 and delegation of BO. The BO used for your requirement will be BUS2000115.
    As you want the workflow to get triggered only for one status profile and one of its status, so use check function module. There set the condition for you status profile and status.
    The FM which you will be using the most is CRM_ORDER_READ. To read the status, you can also use CRM_STATUS_READ_OW.
    Now simply make the approval steps in the workflow using activity. In the activity, you can use the standard method USERSTATUSPOPUP to send the workitem for approval. In each step use the same activity with different agents as approvers.
    Just go with these things and let me know if you get stuck up somewhere.
    Regards,
    Guddan

  • Regarding workflow

    Hello All,
    I have a requirement to design a workflow for payment for a purchase order like while the finance people release a amount for purchase based on the amount it should take the approval from the concerned person and should allow the purchase order to b released .
    Can u pls help me in defining workflow for the same or u can suggest any documents on tht.
    Thanks,
    Sunny

    <a href="http://www.mindtree.com/clt/cs_ranbaxy.html">see if this helps</a>
    <a href="http://iris.tennessee.edu/Blueprint/Workflow/Workflow.doc">also this one</a>
    regards,
    srinivas

  • Std workflow for Parked Invoices?

    hi guys
    are there any std workflows for parked invoices? Our requirement is that once the Finance clerk creates a customer or vendor invoice he should only be able to park it and not post the invoice. Once the invoice is parked then the system should trigger a workflow and a notification neeeds to be sent to the approver to approve the invoice. Once it is done the finance clerk will post the invoice.
    I switched on the event trace and did a trace on while creating a parked invoice. No event is triggered when the document is parked. If i post the document the event POSTED of object FIPP is triggerd. So since we dont have any std events raised when a document is parked is it possible to have a workflow?

    Hi,
    The event FIPP.CREATED is raise via the customizing (SPRO)
    Financial Accounting -> Financial Accounting global setting -> document -> document parking -> create workflow variant for parking documents.
                                      Assign co.code to a workflow variant for parking documents.
    Have a look at ws10000051.
    Regards,
    Ronit.

  • Workflow for PR release

    Dear Experts,
    We have implemented SAP standard workflow for PR item release i.e WS00000038, when I reject a PR notification is not sent to initiator.
    If I see In SWEL - When a PR item is rejected system is picking up step "PR item significantly changed" instead of "Item release cancelled"
    Request your suggestions in this regard.
    Thanks,
    Uzair

    Hi,
    Please see the below thread, it may help you.
    Re: Trigger Purchase Requsition Workflow trigger after purchase req. changed

  • Email Notifications through workflow for all Approved and Rejected Orders

    hi,
    i have to send Email Notifications through workflow for all Approved and Rejected Orders to the user who have submitted the order for approval.how could it be done.please send ur solutions.
    regards
    yesukannan

    Hi,
    An option would be use Oracle Alert. Create an event based alert on the table where you have order approvals or rejections. This alert will be raised after inserting or updating this table. Create an action linked to this alert, and choose message as action type.
    This setup can be done under Alert Manager Responsibility.
    Regards,
    Ketter Ohnes

  • Workflow for non PO base invoice (FV60)

    Dear All,
    I am trying to customizing workflow for non po base invoice. I have done all the nessary customization setting - obwa , obwj , obwb, obwc, obwd.obwe,obwf & using subworkflow WS10000051. Also I have checked that both Released Necessary & Doc. complited marked when document parked. I refered the following thread for the customization setting.
    Re: Hi Csaba Soltesz, How can you activate workflow
    Now the workflow is not triggering when I a document parked(save as complited). I am checking this via. FB03 ---> workflow --> Workflow overview
    Please not that workflow is working perfectly for other company code in the same client. Hence nessary workflow setting already maintiained in the client.
    *Kindly let me know whether I have missed some step?
    Thanks in advance.
    Regards
    spsahu

    answered

Maybe you are looking for