Need Enhancement which is triggered after material quantity creation

Hi guys,
Iam in need of enhancements or exits which would be triggered after creating quantity for my material. Kindly enlighten me on this issue . I need a place to right a code which will be triggered when i create a material quantity .
Regards,
Sivaganesh

Hi Siva,
I hope you are talking about transfer posting with movement type 561 to get quantity of material in. If yes then you can go for BADI MB_DOCUMENT_BADI after put wait for few second and then get the document number generated.
Please correct my understanding if it is wrong.

Similar Messages

  • Functional module which get triggered after posting of the document F-22

    Hi,
    I am posting the documents using the transaction F-22. I need to update some table after the documet will get post.
    I try to find out the BTE'S in the transaction FIBF but unable to find it out.
    Can anyone help me to find out the relvant functional module which will get triggered after the posting of the documents.
    Please help me with this.
    Thanks in advanced.
    Regards,
    Darshana

    Hi Harini,
    It is also not get triggered while i am posting the documents.
    Can you please suggest me some more functional modules.
    Thanks in advanced.
    Regards,
    Darshana

  • User exit triggering after material save

    Hi all,
            I am lookin for user exit/badi which will get triggered once user creates material master(mm01).i tried with mga00001 & mb_document_badi.None of them works.mga00001 triggers before material is saved in d.b.Please help me.
    Regards
    Anoop

    Hi Anup,
    Try with these badis:
    BADI_MAT_F_SPEC_SEL  BAdI for Material Special Field Selection
    BADI_MATERIAL_CHECK  Enhanced checks for material master table
    BADI_MATERIAL_OD
    BADI_MATERIAL_REF    Addition of customer-defined default data for material
    BADI_MATMAS_ALE_CR   Change Data in MATMAS IDoc When Generating an IDoc
    BADI_MATMAS_ALE_IN   Change Data in MATMAS IDoc Before Posting
    BADI_MATN1           BAdI for Conversion Exit MATN1
    BADI_MATRIX_SORT     Sorting of Matrix Axis Population
    Thank you,
    Thanks,
    AMS

  • BADI or BTE which triggered after FI Document Post

    Hi ,
    I am looking for solution to change document in Loans module  i.e. VDBEKI based on residual document created in FI. for that I am searching for BADI or BTE which will triggered after FI document post.
    Thanks in Advance.
    Regards
    Vimal

    Try using 1030 or 1050.
    Regards,

  • Which event dispatched after text selection done on spark text area in Apple iPad using Adobe Flex 4

    I need to know which event triggered after text selection done in Apple iPad. This way i have done in desktop air app code (mouse events)
    protected function txtEditor_mouseUpHandler(event:MouseEvent):void
                if(txtEditor.selectionAnchorPosition != txtEditor.selectionActivePosition){
                    showNoteToolBar(event);
                    txtEditor.focusEnabled = true;
                    txtEditor.setFocus();
    But in Apple iPad how to achieve through "Touch Event" ? And also i need how to hide all context menu on Spaek TextArea?. Why Touch.End event is not fired after place cursor on text area ?
    Please help me !

    Ok, so I finally got it working but this is not ideal at all. Adobe really needs to give us some direction on how to properly deal with font embedding and TLF now that the release build breaks all functionality with loading runtime fonts and TLF.
    Problem:
    I am embedding collections of fonts (faces) into single family classes. Each individual face is registered with Font.registerFont(). I need to do this because I have to have mixed fonts within text flows - at least according to Alex H's recent blog post.
    Fonts do not display in TLF without doing the following:
    1. GlobalSettings.resolveFontLookupFunction = null;
    2. editor.textFlow.flowComposer.swfContext = ISWFContext(this.getFontContext("AnyFamilyNameFromAnyFontEmbedded", false, false, FontLookup.EMBEDDED_CFF));
    3. Instead of #2, use editor.textFlow.invalidateAllFormats();
    Either #2 or #3 need to be performed. If I have a spark richEditableText control in MXML with defined familes from the loaded fonts. I even tried placing the control into a separate state so it wasn't created until after the fonts were loaded... I still needed to invalidate the formats or set the context.
    The "AnyFamilyNameFromAnyFontEmbedded" does not need to be all of the embedded family names. It only needs to be one of them. Once one is used, all embedded fonts work. Also, I have to use the internal namespace to even get access to getFontContext, another oddity that, in my humble opinion, should never be necessary to create mixed style TLF content.
    My questions are then:
    1. Why am I required to use ISWFContext if I am using Font.registerFont()?
    2. Why is GlobalSettings.resolveFontLookupFunction = null; also required for this to work?
    3. What is the recommended workflow to embed fonts from multiple SWF files into the release build and have it work without having to jump through all these hoops?

  • User exit triggered after clicking on PGI button in vl02n

    What is the user exit which gets triggered after clicking PGI booton in vl02n.
    i used 'MV50AFZ1' which interrupts the process of creating material document.
    so pls tell me any User exit which can be used before the process of creating material doc gets started

    Hey,
    Have you tried with this?
    MV45AFZZ
    MV45AIZZ
    MV45AOZZ
    MV45ATZZ
    or...
    VMDE0004
    VMDE0003
    VMDE0002
    VMDE0001
    V53W0001
    V53C0002
    V53C0001
    V50S0001
    V50R0004
    V50R0002
    V50R0001
    V50Q0001
    V50PSTAT
    V02V0004
    V02V0003
    V02V0002
    V02V0001
    Not sure if possible...buy maybe
    Bye,

  • Function module to retrive material quantity based

    Is there any function module which can help me retrieve material quantity for a particular material where i pass material number, plant, storage location and start date and end dates(posting period) for which i require the material quantity.

    Hi Kaushal,
        Check this lnik out...
    http://www.geocities.com/victorav15/sapr3/abapfun.html
    Regards,
    Santosh

  • Workflow to approve Material Master creation

    Dear all,
    I would like to create workflow to approve Material Master creation as below:
    When Material is created -> Check & Approval (Yes) -> Material is active
                           -> Check & Approval (No)   -> Material is inactive
    How can I do that?
    Could you pls help me to solve this?
    Thanks,
    CH

    Hi,
    Before designing the workflow, you need to find what is the business object and what is the event which gets triggered when material master is created... you can do that using event trace....
    1. SWELS - switch on trace
    2. Create material
    3. SWEL - check trace to find which event is fired
    This will give you business object name..
    Now start building workflow using SWDD... Go thru basic steps for designing workflow...

  • Need badi which triggers immediately after saving the vendor master data

    Hi all.
        I need a badi which triggers after vendor master (xk02) is changed . The badi should trigger after the data base commit ( i.e after all the changes have been stored in data base tables). Pls let me know
    Thans in advance.

    try these:
    EXIT_SAPLV45T_001       V45T0001     Customer exits text determination
    EXIT_SAPMF02D_001     SAPMF02D     User exits: Customer master data
    EXIT_SAPMF02K_001     SAPMF02K     User exits: Vendor master data
    EXIT_SAPMV45A_002     V45A0002     Predefine sold-to party in sales document
    EXIT_SAPMV45A_003     V45A0003     Collector for customer function modulpool MV45A
    EXIT_SAPMV45A_004     V45A0003     Collector for customer function modulpool MV45A
    BADI's:
    CUSTOMER_ADD_DATA     CUSTOMER_ADD_DATA     Additional Data at Customers
    CUSTOMER_ADD_DATA_CS     CUSTOMER_ADD_DATA_CS     Additional Data at Customers (Subscreen Container 4000)
    VENDOR_ADD_DATA     VENDOR_ADD_DATA     Additional Vendor Data
    VENDOR_ADD_DATA_CS     VENDOR_ADD_DATA_CS     Additional Data for Vendors (Subscreen 4000)

  • Need enhancement to increase material (stock)quantity in CO11

    Hi,
    I have a requirement, In Confirmation of Production Order (CO11) if the stock quantity is less than production order quantity i need to add quantity in stock for that i am trying to add material quantity in Goods Receipt  by using bapi 'BAPI_GOODSMVT_CREATE',  coul any one tell where to add the code in CO11 i.e Enhancement name...... or any other way...
    Thanks,
    Shekar

    Moderator message - Cross post locked
    Rob

  • Need BOR & event which triggers after vendor master change.

    Hi all.
        Can you pls let me know the BOR & event which triggers after vendor master change. (Xk02). I used tcodes SWELS (evetn trace) , and SWEL and changed vendor adress using XK02. but I could not find any event or BOR in the trace. Pls help me out.
    Cheers,
    sam.

    Hi
    when we change the vendor details we dont have the event which is automatically triggered by the system so we create an zbusinessobject as subtype  for the vendor(LFA1)  as supertype.
    and create a new event in that z business object .
    change document for the vendor is KRED you can check it in the CDHDR table by giving tcode name.
    after finding changedocument object go to SWEC and create a newentry specifying your changedocumentobject name and BO name and event name and click on radiobutton onchange.
    and now you can check whether an entry is getting in swels or not when changing the vendoor details.
    Thanks.

  • SAP CRM Which BADI is triggered after SAVE

    Hi All,
    I am working on one Interaction center requirement. Basically I would like to know which BADI isgetting triggered after hitting the save button in Complaint tab in CRM WEB UI. I need to enhance that BADI to create transaction link to my interaction record in transaction history tab.
    I appreciate your help in advance..
    Thanks,
    Sar.

    Hi Krishnan,
    My requirement is we have complaint tab configured in SAP CRM interaction center. User can create complaints in CRM UI using complaints button. After creating complaint one button is active for the user like 'Create notofication' User will click on that button it basically calls Transcation laucher in ECC visa SAP GUI to create notification with reference to this Complaint. after creating the notifcation in ECC and after hiting the back button in CRM UI we have to create a link with notification created in ECC in transcation history tab in complaint.
    As I am trying to update the documnet flow in my transaction launcher class I am getting the message saying that 'Order is locked my user id'. This is becuase as I am using the SAP GUI as TL the session is still open in CRM. So I am trying to create the link after hiting the save button for the complaint IN CRM Web GUI.
    I am not sure which option is better in this scenario. Enhancing the Complaints Component or writing the code in BADI or using the update task in my transcation launcher class. I am not sure how frequently we can use the update tasks in CRM not user if it works for CRM UI scenarios.
    Any suggestion are helpfull..
    Thanks,
    Sar..

  • Exit which triggers after SO Save

    Dear Experts,
    I have a requirement to send auto mail to user on customer credit status when user create Sales Order and save.
    I did all the necessary code in the form routine USEREXIT_SAVE_DOCUMENT of include program MV45AFZZ.
    USEREXIT_SAVE_DOCUMENT will trigger before the document save but I need the condition value for that SO and that will be available only after the Order saved therefore my requirement will be completely fulfil if there is any exit which triggers after Order saved, please let me know if there is any exit triggers after SO saved.
    Thanks in advance...
    Regards
    Venkat

    Hi Venkat,
    I think you can achieve through output. You can create an output condition similar to KRML (in which the credit data is send to credit rep) and modify the same as per your need.
    How ever the desired credit data that you are looking for can be called from sales summary(t code-VC/2): Info block 018 Credit info.
    Hope this will help you.
    Please revert to forum if have further doubts
    Cheers
    Atul

  • Manual condition types need to be reapplied after material change

    HI Team,
    For some of order items user enters manually condition type through VA02 for availing discount for the order item,
    I am having a custom program for updation of sales orders, Through which we can change the order materials.
    Order 123 having item material ABC. For which he entered manual condition type ZXYX.
    now using custome program he wants to change the mateial ABC  to XYZ. Thorugh custom progam material is updated. Price has been recalculted.
    But customer wants condition type ZXYX also need to apply for the XYZ material.
    Please guide me how to proced.
    Regards.

    Hi,
    Ask your ABAP consultant to check program MV45AFZZ.
    Here in item pricing update i.e
          FORM USEREXIT_PRICING_PREPARE_TKOMP   *
    write   PERFORM preisfindung_gesamt(sapmv45a) USING charc.
    where charc is  'C' (copy manual pricing elements & redetermine others) or you may also use 'G'(Copy pricing elements unchanged and redetermine taxes.)
    This surely works.
    Regards,
    Amit

  • Which event is triggered after a column in a gridstyle treeview datawindow has been moved or resized

    Hi all,
    I'm using a gridstyle treeview datawindow with 2 levels.
    What I want to do now is when I move the most right column on the screen e.g. 2 columns to the left the information in the level 1 should stay at the same place but the information in the detail and the header level should move to the left.
    I wrote a function that is doing what I want and it works fine if I call that function in a clicked event of a button: e.g. I move the most right column to the left and then click the button to simulate that a event has been triggerered after moving or after I resize a column and then hit the button.
    So my question is what can I do to trigger my function after a column has been moved or after a column was resized?

    Hi Thomas, Try these steps:
    1. Create a ue_lbuttonup user event mapped to pbm_dwnlbuttonup in DW control.
    2. Create another user event named ue_checkmodified. This is not mapped.
    In ue_lbuttonup, enter the below code:
    This.event post ue_checkmodified()
    In ue_checkmodified event, enter:
    If this.Object.DataWindow.Syntax.Modified = "yes" Then
    ... Your logic goes here...
    End If
    That's it.
    HTH,
    Neil

Maybe you are looking for

  • Report on delivery document and item

    Hi experts, I have some report requirements where i need delivery document number and item in the report. I wanted to hear some opinions on how to model this, i mean, should i add document number and item to the cube (0SD_C04) or should i build a DSo

  • How to set border lines in table and also in template in the smartforms ?

    How to set border lines in table and also in template in the smartforms ? As I have to create table with following detals total row = 3 row1 = 3 column row2 = 6 column row3 = 9 column for 2nd and 3rd row data to be fetched using coding. so can anybod

  • More than one apple tv in same home

    can i have two apple tv's in same house using same wi-fi?

  • Adobe Creative Suite, namely, Photoshop CS refuses to activate

    I have an old issue of Adobe photoshop CS. I've been trying for the last 30 days since installing it on my new computer to activate it. Neither Phone nor internet activation "is available at this time." The trouble shoot doesn't adequately explain wh

  • Assign value to final

    i have a field declared final, such as final File db; and i have a method of a class shell that initilize db, but compiler wont let me, i guess this because that compiler cannt tell if db will be given values more than once during the execution of th