Automatic triggering of idoc for Personal Actions T Code (  PA40 )

Hi Experts,
I wanted to do automatic triggering of idoc after performing Personal Actions by transaction PA40.
Needed some info .
Thanx in Advance,
Pradipta

Hi Pradipta,
You can use the change pointers for this.  Just check for what fields you want to trigger an IDOC.  But this can not be triggered immediately.  You have to run RBDMIDOC frequently.  It will take the input as messaeg type and generate the IDOCs.
Before that please check if the change pointers are activated for this message type or not.
shylesh

Similar Messages

  • Reg : change pointer mechanism for triggering the IDOC for delivery note

    Hi ,
    I am working on a change pointer mechanism for triggering the IDOC for delivery note and will be using this message class DESADV.
    So SAP has suggested for assigning the message class DESADV with the function module in MASTERIDOC_CREATE_SMD_DESADV in BD60 transaction code.
    So I was looking to create this MASTERIDOC_CREATE_SMD_DESADV function module in SAP and SAP suggesting that  we should create this MASTERIDOC_CREATE_SMD_DESADV function module as same as the function module MASTERIDOC_CREATE_SMD_MATMAS.
    So do anyone knows that is there any tool has been provided by SAP for creating this function module MASTERIDOC_CREATE_SMD_DESADV in SAP system for triggering the change pointer mechanism for outbound Delivery.
    Thanks !
    Regards,
    Kiran

    Hi,
    When you are change pointer the system itself will take care of sending the changed master data to your partner system and the user will not have any intervention.  If you really wanted to have that then you need to use the change pointers to read the master data which is modified in a custom program and then display that on the screen.  Once the user selects that master data records then trigger an IDOC for creating the idoc for that master data and also flag that master data record as processed in the SAP BDCPS standard table, so that the same record will not be picked. If you wanted to know how the change pointers piece of code is written go through the program RBDMIDOC and you can understand how the change pointers logic is written.
    Thanks,
    Mahesh.

  • FM /BAPI for applicant actions Tx code PB40 in sap hr

    Hello all..
       Could you pls let me know the FM/BAPI for applicant actions (Transaction Code PB40) in  SAP HR ABAP
    Thanks in advance..
    Cheers,
    sami.
    Moderator message: if it exists, you can find it yourself by doing some research.
    Edited by: Thomas Zloch on Mar 15, 2011 2:02 PM

    Hi,
    There are no BAPIs/RFCs to create Infotypes directly. You have to create a custom wrapper RFC around the std function module HR_INFOTYPE_OPERATION to meet your requirements. This function module enables you to maintain master data for employees and applicants. You can transfer one data record ie one infotype record per employee at a time. In your case it would be 3 function calls per each employee. All validation checks take place that would take place in the individual maintenance screens in the dialog. If necessary, the module returns an error message. The error messages are the same as the error messages in the dialog, that is, the individual maintenance screen error messages are transferred rather than interpreted by this module.
    Regards,
    Suresh Datti

  • Triggering inbound idoc for FI T.Code F-02

    Hi,
    Anybody has triggered idoc for posting key 40 & 50 for F-02 T.Code in ECC 6.0, plz share their experience & triggering inbound idocs.
    rgds,
    balu

    closed

  • Automatic generation of Idoc for outbound delivery

    Hi Experts,
    I need to generate Idoc automatically for each outbound delivery created in VL01n. I just wanted to know that whether we need to asign output type for each delivery number manually or is there any automated process available to generate Idoc for all the outbound deleveries automatically. Could some one share the information regarding the above matter and other information if there is any.

    Hi,
    U wont manuallly assign the output type for every delivery u create.
    There will be Customization part which will be done by Functional  guys and they will do that configuration.
    This will auotomaticcaly set the Output type, medium..
    Ones the configuration is done u just need to create partner profiles ( port and rfc by Basis people) .
    Rvert back if any issues,
    regards,
    Naveen

  • Triggering of mails for different actions

    I have to trigger different mails for different actions. Eg: A2 - Confirmation Action and A3 - Promotion Action.
    In dynamic action I have written:
    0000                   06     4     P     T001P-MOLGA='40'
    0000                   06     6     P     P0000-MASSN='A2'/X
    0000                   06     7     P     P0000-MASSN='A3'
    0000                   06     8     M     M0001
    and in M0001 feature I have maintained :
        A Master Data and Time Data
            INFTY Infotype
                0000
                    SUBTY Subtype
                        A3
                            IDTXT MAIL_FOR_I0002
                            RECV1 X
                            RECV2 X
                            RECV3 X
                            OUTBX X
                            NAME1 RCNEW
                        A2
                            IDTXT MAIL_FOR_I0006
                            RECV1 X
                            RECV2 X
                            RECV3 X
                            OUTBX X
                            NAME1 RCNEW
    It doesnt work but if i maintain dynamic action as
    0000                   06     4     P     T001P-MOLGA='40'
    0000                   06     6     P     P0000-MASSN='A2'
    0000                   06     8     M     M0001
    and in M0001 feature I have maintained :
        A Master Data and Time Data
            INFTY Infotype
                0000
                            IDTXT MAIL_FOR_I0002
                            RECV1 X
                            RECV2 X
                            RECV3 X
                            OUTBX X
                            NAME1 RCNEW
    the mails are getting triggered with no problem. Im not sure where i am goin wrong. Please help as I have send out different mails for different actions and i have 9 types of actions to take into account here.
    Points wil be rewarded

    Hi BI ,
      Did you try the dynamic action by including '/X' and try to maintain
    M0001 feature as u had maintained earlier.
    A Master Data and Time Data
    INFTY Infotype
    0000
    SUBTY Subtype
    A3
    IDTXT MAIL_FOR_I0002
    RECV1 X
    RECV2 X
    RECV3 X
    OUTBX X
    NAME1 RCNEW
    A2
    IDTXT MAIL_FOR_I0006
    RECV1 X
    RECV2 X
    RECV3 X
    OUTBX X
    NAME1 RCNEW

  • Triggering an idoc for Quotation

    Dear experts,
    I am beginner to ALE & idocs.I want to see how ALE works by triggering idoc for quotation viewed through VA23.
    I want to transfer a single quotation between y Development logical clients.
    Configuration is done in SALE.
    Basic type is ACC_SALES_QUOTA01
    Messagetype is ACC_SALES_QUOTA
    E1BPACCRSO and E1BPACSQ00 are segment types.
    I can also see the documentation of same in WE62
    Function module in WE57 is BAPI_IDOC_INPUT1 and BAPI_IDOC_INPUTP ie two different for same basic and message type .
    My first question is why so ?.Which will triggger .?
    in WE41/WE42 how will i know for given functionmodule which process code is assigned?.
    How can i know whether this basic type is an inbound idoc or outbound idoc or any idoc basic type can be used as outbound and inbound ?.I am little confused as i am new to ALE & idocs.
    If i assume that any idoc can have any direction ie inbound as well as outbound then i should have process codes in WE41 as well as WE42 ,which is not true here.
    Edited by: aditya  sharma on Jul 14, 2010 8:15 AM

    Hi,
    you can refer below link for ALE-IDOC info.
    http://help.sap.com/saphelp_46c/helpdata/en/d5/edf163dcdc11d1890c0000e8216438/frameset.htm
    WE41 refers to outbound process codes and WE42 refers to inbound process codes.
    for quotation use SD12 process code for outbound.

  • Triggering an idoc for FI tcodes

    Hi all
    How to tirgger an idoc for FI transactions for eg F-31.as in SD and MM can we use message control technique to trigger idocs ?
    Regards
    Uday

    Hi
    DIRDEB  ( Message Type)
    Preauthorized withdrawal
    - FEDI0003 EXIT_SAPLIEDP_003 FI-EDI outgoing payments: Save PEXR segments (customer directory)
    PAYEXT(Message Type)
    Extended payment order
    - FEDI0003 EXIT_SAPLIEDP_002 FI-EDI outgoing payments: Save PEXR segments (external payments)
    - FEDI0004 EXIT_SAPLIEDP_901 FI-EDI outgoing payments: New partner house bank
    - FEDI0004 EXIT_SAPLIEDP_902 FI-EDI outgoing payments: End of IDoc payment (VBLNR)
    - FEDI0004 EXIT_SAPLIEDP_903 FI-EDI outgoing payments: End of partner house bank
    Regards
    Pavan

  • Problem in triggerring EDI idoc for Purchase order..

    Hi experts,
    I am trying to create an outbound EDI IDOC for a PO.
    I have configured the partner profile in partner type LI with message type ORDERS in outbound parameters. I have created a new output type ZEDI for EDI, and entered in a message control, as application EF, message type ZEDI and process code ME10.
    But when i go to the me23n and goto--> messages, but when i click F4 for output type i am not able to see the new output type ZEDI i have created.
    And if i also enter NEU with medium EDI, and Partner function VN, and partner 3000(where i configured the parnter profiles), its giving an error as, "maintain outgoing EDI-connection data for partner 3000".
    Kindly help me out. please experts reply me..
    Nithin

    Hi
    <b>In the transaction NACE</b>
    you need to maintain the necessary 'Z' output type, in your case.
    Hope this will help.
    Please reward suitable points.
    Regards
    - Atul

  • I am triggering My IDOC for XI interface Error passing data to port

    Hi All
    when i checked the partner profile , it is givng the error as this one , and i dont to how to go for this one
    No Message Control entry for this entry

    Hi Sridhar,
    Cross check with this weblog:
    /people/swaroopa.vishwanath/blog/2007/01/22/ale-configuration-for-pushing-idocs-from-sap-to-xi
    Sachin

  • How to display "action description " for an action

    hi,
    how to display "action description " for an action

    hi,
    Go to SPRO>Personal Management> Personal Administration--> Customizing Procedures --> Actions --> Setup Personal Actions/Create Reasons for Personal Actions.
    I think it will solve your problem.

  • Triggering idoc for FI F-02

    Hi,
    Anybody has triggered idoc for posting key 40 & 50 for F-02 T.Code in ECC 6.0, plz share their experience & idocs.
    Thanks & Regards,
    Balaji

    Hi,
    Anybody has triggered idoc for posting key 40 & 50 for F-02 T.Code in ECC 6.0, plz share their experience & idocs.
    Thanks & Regards,
    Balaji

  • Automatically triggered reminders for order confirmations

    Hi,
    Does anyone know whether it is possible to set up automatically triggered e-mail reminders for purchase order confirmations?
    Best regards
    Thomas

    Hi,
    maybe you can use the dunning procedure as reminder. You can find dunning data in the vendor mastere and you have to set up the message determination.
    regards, Paul.

  • Logic for Dynamic Actions

    Can any one tell me the logic for implementing Dynamic Actions.
    Regards
    vamsi.

    What are dynamic actions and how to configure it?
    Ans) Dynamic actions are performed automatically by the system, depending on certain conditions. If maintaining one infotype has an effect on another infotype, the system automatically displays the second infotype for processing.
    Dynamic actions can run in the background i.e. the user does not see the run on the screen.
    A change in one field of an infotype might require, that certain other infotype be updated at the same time. The details can be specified as a dynamic event. It is automatically triggered by the system.
    *Examples: *
    The Personal Data infotype is newly created, and the Number of children field is filled. Once the record is saved, the system automatically displays the Family/Related Person (0021) infotype and the Child subtype (2) for processing. An employee is hired, and the probationary period is entered in infotype Contract Elements. Once this information is saved, the system automatically displays a record from the Monitoring of Dates (0019) infotype and the subtype Expiry of probation (1) for processing.

  • Automatic Trigger of Idoc Sending to PI on Material Master Create/Change

    Hi All,
    I would like to ask how to automatically trigger sending of idoc on material master create/change without using a standard transaction like BD10. I already tried using MASTER_IDOC_DISTRIBUTE in the material master change user exit. It does send the idoc but my problem is when an inbound idoc creates a material, it will then pass through the userexit and use MASTER_IDOC_DISTRIBUTE again.
    Any suggestions? Or do you have a better solution for this? My requirement is when uer goes throgh MM01/MM02 an idoc will automatically be sent to PI.
    Thanks.

    First of all a quick comment to your present solution. If it works and your only problem is that you'd like to suppress triggering the IDoc creation when a material is created/updated via inbound IDoc then you might want to just fix that. There's many possible ways to approach this, it all depends how much you want to change and what your processes are (I sorted the listed ones in order of personal preference, though the list is not complete for sure):
    <ul style="list-style:circle;">
    <li>Export some flag to memory when processing an IDoc that you can import in your exit and thus recognize that you don't want to send an IDoc. Depending on how you are processing your inbound IDoc BAdI BADI_MATMAS_ALE_IN might work; you might find others if this is not applicable or sufficient. If you're working on ECC 6.0 you could also consider coding the export of the flag in an implicit enhancement spot in your function modules used for IDoc processing.</li>
    <li>Evaluate in your existing coding the transaction code SY-TCODE; most likely you should see a clear difference between your IDoc processing and the other updates where you want to trigger the IDoc.</li>
    <li>Most likely the IDoc processing triggers function module MATERIAL_MAINTAIN_DARK (e.g. MATERIAL_INPUT_MATMAS01 does); this function module uses a global variable FLAG_BAPI_CALL to indicate the non-dialog processing. So if you feel adventurous you could evaluate this flag in your coding.</li>
    </ul>
    Change pointer won't really do you any good if your functionality is already working without them apart from the trigger. Even if you write change pointers, you still have to implement the trigger functionality, so essentially back to square one...
    In general another good option is often to use workflow events that are already triggered. I.e. in your case business object BUS1001006 almost does the trick. It has events for <em>ViewCreated</em> and <em>Created</em>, but unfortunately lacks events for material updates (and I didn't see any other appropriate object that has it and a quick trace while updating a material didn't fire any appropriate event).
    Cheers, harald

Maybe you are looking for

  • IDVD ejects dvd disc one minute early, before burning is completed. Why? What can I do to fix this?

    iDVD ejects the dvd disc one minute early, before burning is completed. Why? What can I do to fix this? I have checked project via mapping and there are no problems with it. I have previewed the entire project and it runs fine.

  • Question on date, time and time stamp related - high priority

    Hi friends,      My requirement is to find the processing time (time taken) of a task done by an agent in wf. For that I use Start Date, Start Time, End Date and End Time ( from struc SWP_LOGTAB ). I have to display the time taken by an agent in the

  • IPhoto book ordering goes to Germany?

    I have two iMacs both bought recently in Dec 2011 and both registered with Apple. My daughter created a book from iPhoto (Camping Trip) and when clicking on the order the book, it wants to order the printouts from Germany with Euro currency to pay fo

  • Post installation for XI

    Hi All, I have installed ECC 6.0. I have added XI component also. Now i need to perform post installation steps for XI alone. i have downloaded the NW7 installation Guide MAXDB. is that enough? or should i need more documents.... Also, i found out a

  • How do I change viewing time of each clip?

    I am creating my first movie from a series of stills.  I need to adjust the number of seconds of viewing for each clip but can't remember how to do this from my session with personal projects Can anyone help?