BOR type and event for transaction ABF1

Dear experts,
I am looking for BOR type and event to use in the workflow for transaction ABF1.
Thanks.

Hi,
You can use event trace to check the events for a particular Transaction.
1. Go to Transaction SWELS and Switch on the Event Trace.
2. Then post your document using ABF1.
3. Switch off the trace using Transaction using SWELS.
Then check the transaction SWEL. If it displayed any BO and Events then you can make use of it.
If it is finance related transaction, then you should check for the business transaction Events.
It can be done using wizard SWU_EWBTE.
Please do a search for Business transaction events in SDN.
Thanks,
Viji.

Similar Messages

  • Finding output type and form for the transaction

    hi all,
       i have a problem finding output type and form for the transaction j1iv .actually i need to find the standard output type and form name for the transaction j1iv. how can we do it.

    Hi Abinash,
         Go through the following steps.
                     1 . Go to the transaction <b>NACE.</b>
                     2. You will be able to see the <b>Application and description</b> tab over  
                         there. Select the Application for which you need the output type.
                     3. After selecting the Application..on the top you can see the tab--
                        output types...click in that..here you will be able to see all the <b>output
                        types for that application.</b>
                    4. Now select a output type ..and on the left side u will be able to see
                       the tab for processing routines...double click on it...
                    5. Here you will be able to see the standard SAP program...the form
                       routine...the form..attached to it..
                Please Reward..if helpful..
    Regards,
    Himanshu.

  • Any business Object and Events for CJ01?

    hello friends,
    can any one of u tell me the Business Object and Event for the transaction CJ01?
    Could you please let me know is it  business object (BUS2054) is right one. If it is right one please let me know the Event for CJ01?
    Thanks,
    Sridhar

    Hi Sridhar.
    You want to know if there is triggered an event when you create a project.
    Try the following:
    Activate event trace with SWELS.
    Create a project with CJ01.
    Check transaction SWEL to display trace event.
    Regards
    JCD

  • Output type and application for order cancellation

    What is the output type and application for the cancellation of a sales order

    Hi,
    Try This
    cancellation of sales order:
    go to va02 enter the sales order and click enter
    then sales document->delete
    Reward if usefull

  • How to use same Data Type and Length for two fields

    How to use same data type and length for two fields when using 'FOR ALL ENTRIES IN' in a select statement? For instance the select queries are :
    SELECT bukrs gjahr belnr lifnr budat bldat zlspr dmbtr waers shkzg
    FROM bsik
    INTO TABLE it_bsik
    WHERE bukrs = p_bukrs
    AND lifnr IN s_lifnr.
    IF it_bsik IS NOT INITIAL.
    SELECT belnr gjahr awkey awtyp
    FROM bkpf
    INTO TABLE it_bkpf
    FOR ALL ENTRIES IN it_bsik
    WHERE belnr = it_bsik-belnr
    AND gjahr = it_bsik-gjahr.
    IF it_bkpf IS NOT INITIAL.
    SELECT belnr gjahr lifnr xblnr
    FROM rbkp
    INTO TABLE it_rbkp
    FOR ALL ENTRIES IN it_bkpf
    WHERE belnr = it_bkpf-awkey+0(10)
    AND gjahr = it_bkpf-awkey+10(4).
    ENDIF.
    ENDIF.
    Here it gives an error in the 3rd select query that 'When you use the addition "FOR ALL ENTRIES IN itab", the fields "GJAHR" and "IT_BKPF2-AWKEY+10(4)" must have the same type and the same length.'
    Kindly clarify.

    Hi Saurabh,
    Please see the example code that I have developed for you. It will help you solve the problem.
    REPORT ZTEST_3 .
    tables : BKPF.
    data : begin of it_bkpf occurs 1,
             belnr type RE_BELNR,
             awkey type awkey,
             awtyp type awtyp,
             gjahr type GJAHR,
           end of it_bkpf.
    data : begin of it_bkpf1 occurs 1,
             belnr type RE_BELNR,
             awkey type gjahr,              " change the data type
             awtyp type awtyp,
             gjahr type GJAHR,
           end of it_bkpf1.
    data : begin of it_rbkp occurs 1,
             belnr type BELNR_D,
             gjahr type gjahr,
             lifnr type LIFRE,
             xblnr type XBLNR,
           end of it_rbkp.
    select belnr
           awkey
           awtyp
           gjahr
           from bkpf
           into table it_bkpf
           where BUKRS = 'TELH'.
    loop at it_bkpf.
    it_bkpf1-belnr = it_bkpf-belnr.
    it_bkpf1-awkey = it_bkpf-awkey+10(4).           "Here only append the required length.
    it_bkpf1-awtyp = it_bkpf-awtyp.
    it_bkpf1-gjahr = it_bkpf-gjahr.
    append it_bkpf1.
    clear it_bkpf1.
    endloop.
    select  belnr
            gjahr
            lifnr
            xblnr
            from RBKP
            into table it_rbkp
            for all entries in it_bkpf1
            where belnr = it_bkpf1-belnr
    This is just an example. Change the fields according to your requirement.
    Regards
    Abhii
    Edited by: Abhii on Mar 9, 2011 9:08 AM

  • Does Adobe Story Free have a Type and template for stageplay format and if so where do I click for it. In the Type button I could only find screenplay, TV script, Two column script, AV script and other, but not for stageplay?

    Does Adobe Story Free have a Type and Template for Stageplay format and if so where do I click for it? In the Type button I could only find, Screenplay, TV script, AV script, Two column script, and other but nothing for Stageplay.

    Does Adobe Story Free have a Type and Template for Stageplay format and if so where do I click for it? In the Type button I could only find, Screenplay, TV script, AV script, Two column script, and other but nothing for Stageplay.

  • Transaction KB16N business-object type and key for GOS

    When attachments (notes, PC documents etc) are made to a manual cost allocation in transaction KB16N using GOS (generic object services):
      what is the business-object type?
      how is the business-object key constructed?
    I suspect that the business-object type is BUS6036.
    I suspect that the business-object key is the concatenation of the controlling area and the document number (using internal values).
    Is that correct?
    The reason for my question is that I have a program to display attached notes (and allow drill-down to attached PC documents) that works for various business objects (billing documents, purchasing documents and some FI documents), but I cannot get it to work for manual cost allocations.
    John

    Hi Michele 
    The transaction you are looking for should be SWO1
    Then put the ex "BUS2000116" into the Object/Interface type and ...
    Guess it will help you
    Best Regards
    Daniel

  • FI - BTE events for transaction F110

    Hi all,
    I'm quite new to the FI module and have a question regarding Business Transaction Events. I tried by searching the forum but haven't found exactly what I was looking for, so if someone could help me out I'll be forever thankful!
    The problem is the following: when I create a new customer invoice I fill in various fields, and 2 of them are: Assignment number and Document header text (ZUONR and BKTXT respectively). After saving, if I go to FB03 and view the doc number I just created, I can see these two fields (and they also appear in their respective tables). However, the issue I have is that when I execute transaction F110 for the customer I created and run the payment, I get a new document number (which is basically a copy of the first) that doesn’t have these fields informed with the original values. Therefore, my aim is to code in some type of user exit / BTE and transfer the values to the new doc. Does anyone know what event I could use or how this could be approached?
    Any help would be of use, thanks in advance!
    Adi

    Use event for F110 is 00002040. Use T-Code BERP - to activate this FIBF, you need put in Vendor Master Data communication type SMTP, when run F110 the program dispach PDF attached to email.
    Step 1 - T-Code BERP to find 00002040 – This is a Function called SAMPLE_PROCESS_00002040, copy with another name i.e. ZZZ_PROCESS_00002040
    Step 2 – T-Code FIBF -> Option -> Product -> ….a Customer, Write product name at your choice (for example ZMAIL), make sure the put this active.
    Step 3 – T-Code FIBIF -> Option ->Process Function (or Module) -> …. A Customer.
    Process = 00002040
    Module Function = ZZZ_PROCESS_00002040
    Product = ZMAIL (name of product define by you in stpe 4)
    hope this will help

  • PS Objects and Events for Workflow Builder

    Hi experts, i would like to ask assistance if you have the list of all existing objects and events or even the workflow already available on SAP handling PS transaction?
    Im thinking to create a work flow for approval of supplemental budget for the project.

    Hi
    Check this link.
    http://help.sap.com/erp2005_ehp_04/helpdata/DE/92/bc26a6ec2b11d2b4b5006094b9ea0d/frameset.htm
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/9b/572614f6ca11d1952e0000e82dec10/frameset.htm
    Thanks
    S.Murali
    Edited by: S. Murali on Jul 3, 2009 3:29 PM

  • Training and event for ESS/MSS

    Hi Expert,
    Do we have function for MSS user book course for their subordinate using training and event in portal?
    If there is such function, where can I get the documentation? Also, what is the version e.g. WebDynpro, BSP, or ITS version?
    Regards,
    WaiWeng

    Hi WaiWeng,
    I'm not sure if you will find a user guide book for end user. So far I have not seen it yet.
    We create our own user guide according to the company needs for MSS. You can start off via the link below and with the help.sap.
    https://websmp204.sap-ag.de/mss
    Go through the help.sap for MSS (http://help.sap.com/saphelp_erp2005vp/helpdata/en/2f/d7844205625551e10000000a1550b0/frameset.htm) and then highlight the functions of MSS which your company wants to implement and then from the help.sap, create your own user guide. Its very comprehensive and you can create afew MSS function user guides within afew hours (and you will be told what you need to lookout for interms of needed configuration in both Portal and your HR backend system).
    Hope that helps.
    Ray

  • Data Type, Message Type and Mapping for FTP

    Thanks in advance for your replies.
    As our first production XI scenario, we need to move several (at least 46) files from our SAP instance to a couple of different servers to support our legacy systems.  Once all locations are on SAP this requirement should go away.
    I only want to pick up the file from the one server and place it on the other and this leads me to some questions.
    How do I define the Data Type and Message Type for each of the files?   Do I need to consider the size of the record in each interface and create DT/MT with different sizes.
    Do I need a mapping program that simply maps one structure to the other?

    I recently completed a similar exercise.
    It looks like this...
    server1 ftp (Sender - delete file) - XI - Server2 ftp (receiver - create file).  This will move the file from one server to another.
    I used the same schema and mapped fields on a one to one basis.
    The Size of the files I process are between 6kb and 500kb each, but the mapping/fields remain constant, just the numebr of items change.
    Worked seemelessly for the last three weeks (since go-live)

  • Live Type and Motion for keynote

    I want to make an animation that is the same as Steve Jobs Macworld Keynote 2007.
    But, as you know that keynote doesn't support animation path. So if I use motion and Live Type, can I make that kind of animation?
    I'd never used Live Type and Motion.
    Thanks.

    yes, you could make a file that's a 1024x768 sixed movie, where the object moves in from off the side of the screen, follows a path and stops.

  • DROID 3 KEYBOARD TYPES AND ERASES FOR NO REASON

    I have had my Droid 3 for about 3 weeks now. Bought 2 of them. One for me and one for my daughter. Our physical keyboards like to run-on and repeat letters or numbers or symbols without stopping. And even worse is that if you realize you made a mistake on one letter, when you hit the delete button to erase it, it will erase EVERYTHING you just wrote. My daughters FIX is to not use the physical keyboard...Well that was my whole reason for buying the phone so that does me no good!  
    I had a whole entire grocery list wiped out in the store the other day because I didnt notice that the delete key kept on running after i tried to delete ONE thing from my list. On other forums I have seen people call this phantom keyboarding, but I have not found any answers or updates to this problem. Tried to get help from Verizon and they sent me a USED phone to replace my FULL-PRICE,  PAID FOR, NEW PHONE! Un-believable. And they act like they dont know what Im talking about. I dont see how they dont know what Im talking about especially since i have read about 25 other complaints about the same thing on other droid forums. And now as i research even more I see that people were having this problem with the Droid 2 and yet Verizon still chose to take on a Droid 3 with the SAME problem. Well I will be sending them back their USED phone with the nicks and scratches it came with and hopefully one of you out there is a cell phone genius that can help me out with a solution to fix this, as it seems as though Verizon and Motorola isnt even trying to come up with an update or fix since the Droid 2. 
    If you have a solution, please share it here and with others in the other Droid forums so that we all can help each other out. 
    Thanks to all, and God Bless

    crssyq123 wrote:
    Yes Tidbits, I thought I may have been hitting something as well to make that happen. But trust me, if this is happeneing to you then you should send it in because it may NOT be your fingers, it may very well be the phone. Shift is supposed to give you capital letters and if you hit it twice its suppose to lock you into capital letters, NOT give you repeated run-on letters like this " thankkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk". No Shift I know does this. Nor is shift supposed to erase your entire message just because you hit backspace ONCE. You may wanna check in to that. Thats all im saying.
    Yes SHIFTLOCK + Backspace is supposed to erase everything you write.  It's Android specific on hardware keyboards.  ALL Android devices I have owned with a hardware keyboad does this.
    The repeated letters I do not get at all.  So I believe it's specifically your device or an app you installed that is causing the problem.  If you did a full wipe make sure you don't use the backup feature with Google.  You will put back whatever is causing the issue.  This is WHY some people end up having to return 2+ devices and they tend to assume it's the devices all the time when thousands of people don't have the problem.  There's other factors involved, but so far this isn't mentioned on Motorola Droid 3 offical forums so it leaves me to believe it's something about your device settings and/or your apps installed.  If you already done a return then it's more than likely you cached the bug and when you restore the backup it puts it on your new device.  Before you sign into Google you need to disable the restore(default on).

  • Workflow Events for transaction FP09

    Hi All,
    The requirement is to trigger a workflow when the user posts a return lot through transaction FP09. I used the event trace but this transaction does not fire any event when we post a Return Lot. I tried to find some user exits but with no luck. Is it possible to fire an event when a field in the database table changes ? The table is a standard table(DFKKRK) and the field is STARS. When this field holds a number 5 then it depicts that the document is posted.
    Best Regards,
    Sudhi

    Hi Sudhi,
    Have you checked for a BADI? It is not possible to fire an event when a field in the database table changes if no change docs exist.
    What specific industry solution/extension are we dealing with here? Both the transaction and table are not available at my installation.
    Ramki Maley.

  • Output type and program for ARE1 & ARE3

    Dear Friends,
    Kindly explain somebody what are the standard output types & Program for printing   ARE1 & ARE3?
    What is the process for getting print of these document?
    Thanks in advance

    Dear Friend,
    Thanks for your useful inputs, however I am sorry that even after changing processing routine we are getting same error and system is showing dump message.
    Runtime Errors         LOAD_PROGRAM_NOT_FOUND
    Except.                CX_SY_PROGRAM_NOT_FOUND
    IF i_trntyp = 'ARE1' OR i_trntyp = 'ARE3'.
      SELECT SINGLE *
          INTO ls_areattrb
          FROM j_1iare_attrb
          WHERE sergrp = ls_exchdr-srgrp
            AND trntyp = i_trntyp.
      IF sy-subrc = 0.
        l_output_typ = ls_areattrb-outtyp.
      ELSE.
        MESSAGE s000(8i) WITH 'Output Determination not possible'.
                                                               "#EC NOTEXT
      ENDIF.
    ENDIF.
    SELECT SINGLE * FROM tnapr INTO wa_tnapr
          WHERE kschl = l_output_typ.
    IF sy-subrc NE 0.
      MESSAGE i621(8i) WITH l_output_typ.
    ENDIF.
    IF i_trntyp = 'ARE1'.
      l_form  = wa_tnapr-fonam.
    ELSEIF i_trntyp = 'ARE3'.
      l_form  = wa_tnapr-fonam2.
    ENDIF.
    PERFORM (wa_tnapr-ronam) IN PROGRAM (wa_tnapr-pgnam)
              TABLES it_excdtl
              USING i_trntyp l_form i_copies ls_exchdr.

Maybe you are looking for

  • A better way to run .FMX from hyperlink

    Dear all, I am finding ways to execute .FMX from hyperlink in HTML. I tried to create a shortcut file (.LNK) that runs the .FMX and then using a hyperlink to refer that shortcut file. However, the browser prompts me for whether to run or to save the

  • ITunes filling in artist field in bizarre way

    Hi all, I've found that when I'm typing a track's info in the "Get Info" screen, it uses a really strange way of guessing what I'm typing. For example, if I have a track whose artist name I want to change to Ottmar Liebert, as I start typing it will

  • Photoshop elements 10 camera raw for nikon d7100

    I got a Nikon d7100 and PE will not read the raw (NEF) file.  I installed Camera Raw Converter v7.4 but it still won't read the files.  I have raw files from my D90 and they work fine.  I use Windows 7

  • Access document stage instead of object stage

    Hi AS3 community, I've run into a brick wall and was hoping I could use your help. I have the following class set up: package            import flash.events.MouseEvent;           import flash.text.TextField;           import flash.display.MovieClip;

  • Is it possible to download a book in Ibooks format from other websites to your itunes account on the PC?

    I am currently writing a manual in Ibooks author for my company that is going on the company web server; the server requires a common access card to access the server. Because of this downloading the Ibook directly to an Ipad isn't an option. The wor