UserExit or BADI in VL01n or VL10x after or before the log (VBFS)

Hello
We are trying to update the sale order when proceeding to delivery creation with VL01n or VL10a. If the delivered quantity LFIMG will be egal to 0 we want to changed the confirmed quantity in the sale order.
We are using the function sd backorder update in the userexit SAVE in MV50AFZ1 with help of the log (VBFS CVBFS) but when there is no complete item the delivery is not saved and in the userexit move_field_to_lips we don't have the last message into VBFS before have the final log.
Did you have an idea to resolve my problem ?
Is there an userexit or BADI for doing this ?
Thanks

hi eric,
Welcome to SDN forum.
Transaction Code - <b>VL01N </b>                   Create Outbound Dlv. with Order Ref.
<b>Exit Name           Description</b>
V02V0001            Sales area determination for stock transport order
V02V0002            User exit for storage location determination
V02V0003            User exit for gate + matl staging area determination (headr)
V02V0004            User Exit for Staging Area Determination (Item)
V50PSTAT            Delivery: Item Status Calculation
V50Q0001            Delivery Monitor: User Exits for Filling Display Fields
V50R0001            Collective processing for delivery creation
V50R0002            Collective processing for delivery creation
V50R0004            Calculation of Stock for POs for Shipping Due Date List
V50S0001            User Exits for Delivery Processing
V53C0001            Rough workload calculation in time per item
V53C0002            W&S: RWE enhancement - shipping material type/time slot
V53W0001            User exits for creating picking waves
VMDE0001            Shipping Interface: Error Handling - Inbound IDoc
VMDE0002            Shipping Interface: Message PICKSD (Picking, Outbound)
VMDE0003            Shipping Interface: Message SDPICK (Picking, Inbound)
VMDE0004            Shipping Interface: Message SDPACK (Packing, Inbound)
These are the user exit available for VL01N there is no user exit for VL10a transaction.
Reward with points if it is helpful
Cheers
Alfred

Similar Messages

  • Userexit or Badi for vl01n date check

    Hi experts,
                     While preparing VL01N, BLDATE, WADAT,WADAT_IST  date should be a current date,
    if else i won t allow that delivery to PGI. kindly give userexit or badi  for this issue.
    Thanks and Regards
    G.Vendhan

    Hi,
    Use these steps to find Badi easily.
    1. Go to the TCode SE24 and enter CL_EXITHANDLER as object type.
    2. In 'Display' mode, go to 'Methods' tab.
    3. Double click the method 'Get Instance' to display it source code.
    4. Set a breakpoint on 'CALL METHOD cl_exithandler => get_class_name_by_interface'.
    5. Then run your transaction.
    6. The screen will stop at this method.
    7. Check the value of parameter 'EXIT_NAME'. It will show you the BADI for that transaction.
    Hope this helps u.
    thanks.

  • UserExit or Badi for inbound posting idocs after commit

    Hello Folks,
    I want to know the User Exit/Badi that can be used after inbound idoc gets posted-iam using FM IDOC_INPUT_HRMD for posting idocs, as i want to use perform on commit statement.
    Thanks & Regards,
    Nishanth Kumar

    Hi Nishanth
    Dont sure about the question actually.Can you elaborate.
    see the [thread|Re: User Exit or BADI   for ME21N or ME51N;
    it may help you
    Regards
    Sachin

  • USEREXIT / BADI to get WBS elem system status before&after for WBS in CJ20N

    Hi friends,
    Please help me out to capture the WBS element system status after and before the changes  in CJ20N tcode, the status has to be posted to the P I system.
    Please let me know if any user exit exists for CJ20N.I am not able to find any in CMOD.
    I have tried using the BADI's WORKBREAKDOWN_UPDATE and
                                              PROJECTDEF_UPDATE  .
    but was not able to capture the changed system status .
    Is there any other way to capture the system status and post them to PI.
    Thanks and Regards,
    KC
    Edited by: Krishna Chaitanya  G on May 7, 2009 7:19 PM

    Hi Afzal,
    The User wants to get it posted to the PI system as soon as the system status of WBS element is changed.
    I am already done with RFC FM for this purpose which gets  the changed status of  all PROJECTS-WBS elements.
    Our team is facing some probs with connecting to PI through RFC.
    Getting  'SYSTEM_FAILURE' error, when executing the RFC with PI system's destination.Not able to trace out the probs, they have tested the connection with IDOC which was a success and able to post the PI.
    They want me to capture the data in USEREXIT/BADI and some how trigger the IDOC with back ground job scheduled.
    Thanks and Regards,
    Krishna Chaitanya G

  • Clip is not logged after pushing the log button on the capture window!!

    After entering all info I push the log button, the small log window opens and after pushing ok the logged clip does not appear on the browser at all.

    Hi -
    If you press the large oval Log Bin button, it will bring the bin forward so that it on top of the logging window.
    !http://www.spotsbeforeyoureyes.com/LoggingBinDestination.jpg!
    If you press it and still don't see a bin containing your clips, you may want to consider trashing your preferences -
    http://www.digitalrebellion.com/pref_man.htm
    MtD

  • Userexit or BADI???

    Hi,
    I need to add my own functionality after I save the Purchase order.Now, what should I use  Userexit or BADI???
    I heard support for userexits will not be available in future versions.
    S, which option i.e., Userexit or BADI...is better to use and why???
    Thanks,
    Shivaa.

    Hi,
    BADI
    BADIs(Business Add Ins) are enhancements to the standard version of the SAP system. BADIs can be insterd in SAP to accommodate user requirements.
    The following enhancements /BADIs are available for lockbox
    Enhancement
    FEDI005
    This is functional exit for EDI IDOCs for lock box.
    You can get some more information on this in SMOD transaction
    You can view BADI's in the transaction SE18.
    You need to take the help of a developer to check whether the enhancement works for you or not.
    This is all what I can provide you with, as a novice
    USER EXIT
    Please see here:
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement
    And also from step 1:
    https://forums.sdn.sap.com/search.jspa?
    Under clasification
    From below i will have to use MRP CONTROLLER
    wiase selcection .
    INCLUDE LXM61F01 *
    example coding for User-Exit MRP
    CLEAR: NO_PLANNING, STOP_PLANNING.
    CASE USER_KEY.
    materials of material type 'FERT' only
    WHEN '001'.
    IF MT61D-MTART 'FERT'.
    NO_PLANNING = 'X'.
    ENDIF.
    materials with MRP type 'PD' only
    WHEN '002'.
    IF MT61D-DISMM 'PD'.
    NO_PLANNING = 'X'.
    ENDIF.
    reorder-point materials
    (any MRP type with MRP procedure 'reorder-point planning')
    WHEN '003'.
    IF T438A-DISVF 'B'.
    NO_PLANNING = 'X'.
    ENDIF.
    stop planning after low-level code 03
    WHEN '004'.
    IF MT61D-DISST > '003'.
    STOP_PLANNING = 'X'.
    ENDIF.
    select materials for one MRP controller (specified in user_par)
    WHEN '005'.
    UXPAR = USER_PAR.
    CONDENSE UXPAR.
    WRITE UXPAR+0(3) TO DISPO.
    IF DISPO IS INITIAL.
    EXIT.
    ENDIF.
    IF MT61D-DISPO DISPO.
    NO_PLANNING = 'X'.
    ENDIF.
    select materials of one material class (specified in user_par)
    WHEN '006'.
    UXPAR = USER_PAR.
    CONDENSE UXPAR.
    WRITE UXPAR+0(9) TO MATKL.
    IF MATKL IS INITIAL.
    EXIT.
    ENDIF.
    IF MT61D-MATKL MATKL.
    NO_PLANNING = 'X'.
    ENDIF.
    ENDCASE.
    Thanks&Regards,
    Nsaresh

  • Very bad signal on iPhone 4 after upgrade to IOS 6

    After upgrading my iPhone 4 from IOS 5.1.1 to IOS 6, I started having lot of troubles with signal and signal strength: the phone is continuously switching form 3G to GPRS/Edge, signal strength is always bad, Internet access is almost unusable, and sometimes I can't even make phone calls or send text messages; even when it seems to have good 3G signal, as soon as I try to use it to do anything (even a phone call), 7 times out of 10 the signal drops.
    This doesn't seem to depend on the places where I go, and anyway I know for sure I'm now having signal troubles in the exact same places where I had perfectly good signal before the IOS upgrade. I'm in Italy, my carrier is TIM, but again, it worked perfectly fine before the IOS upgrade.
    Steps I tried to fix the issue:
    Settings -> General -> Cellular -> Cellular Data Network -> Reset Settings
    Settings -> General -> Reset -> Reset network settings
    Using iTunes: backup, reset (also downloading a fresh copy of the IOS image), restore from backup
    Nothing seems to have worked.
    I've been searching around, and it looks like many people have had similar problems after the IOS upgrade, although some of them seem also to have resolved it using some or all of the above steps; anyway, they were not enough for my phone.
    Is there something else I can try? Is this a known IOS bug? Is Apple working on some fix?

    Looks like the reset actually solved the issue. I posted the question soon after having done it, and the signal was still bad, but that was probably due to the place I was in. I've tested it for a whole day, and now signal strength is indeed like it was before upgrading to IOS 6.
    I also called Apple support, and they confirmed is a known bug, and a full phone reset solves it.

  • Need the last exit/BADI to get PO spool after PO is created or changed...

    Hello Experts,
    I have a requirement wherein I need to get the spool number of my PO during create or change mode.
    I have checked BADIs like ME_PURCHDOC_POSTED, ME_PROCESS_PO_CUST but they are called BEFORE the spool is created.
    What I want is an enhancement that is called AFTER the spool is created since I will use that spool to
    download a PDF format of it in my local PC. Hope you can help me guys.
    Thank you and take care!

    Hi Vijay ,
    try in its driver program of PO.
    regards
    Prabhu

  • BADI to modify a BP AFTER save

    Hello Expert,
    i have a scenario in which i have to add information about territory on the BPs after their creation on CRM.
    Simplifying:
    BPs are created / modified on CRM from R/3 through BUPA_MAIN or BUPA_REL
    for each BP in BUPA_MAIN / REL, if the BP has Role "ZROLE" and a relation with the BP "BP_X"add the new BP on the territory "terr_A"
    Now I must find a BAdi that is triggered after the commit of creation / update, because i need all the information on DB to use the BOL in order to assign a territory.
    All the BAdi I've tried (PARTNER_UPDATE, BUPA_ROLE_CHECK, BUPA_FURTHER_CHECKS, BUPA_GENERAL_UPDATE and so on...) are triggered before the commit so, for example, i can't find the information on the BUT000 as well as I can't use BOL programming to do analisys.
    Can you help me?
    Thank you a lot...

    Hello Alberto,
    With the BAdis you will have to use FM that can read memory data while getting created for example BUP_MEMORY_BUT000_GET, but you run a risk that this data may get changed in some other BAdi after you have read it.
    If you must be sure that data is saved in DB table before you start adding territory information, then you can trigger a job from one of these BAdi. Starting time of the job can be system time + 30 seconds so that you have enough time for data to get saved in tables. In the job program you can check again that data has been saved in table before starting your core logic.
    If you have this logic for initial load, then you will have lot of jobs created. Probably best will be to have a separate program for initial load. But if this is for delta, then this solution will not have any problem.
    Cheers,
    Niraj

  • User Exit or Badi for VL01N (before the delivery will be displayed)

    Hello Togheter:
    I have to change the sort order of the delivery items in VL01N before they will be displayed (not at the moment when they'll be stored on the database). Does anybody know any enhancement or user exit or BADI that i can use for this? I've tried with BADI LE_SHP_DELIVERY_PROC, but there is no methode which I can use for reordering the table XLIPS/LIPS before the delivery will be displayed.
    Thanks in advance
    Klaus

    Exits for VL01N ::::::
    V02V0001            Sales area determination for stock transport order                     
    V02V0002            User exit for storage location determination                           
    V02V0003            User exit for gate + matl staging area determination (headr)           
    V02V0004            User Exit for Staging Area Determination (Item)                        
    V50PSTAT            Delivery: Item Status Calculation                                      
    V50Q0001            Delivery Monitor: User Exits for Filling Display Fields                
    V50R0001            Collective processing for delivery creation                            
    V50R0002            Collective processing for delivery creation                            
    V50R0004            Calculation of Stock for POs for Shipping Due Date List                
    V50S0001            User Exits for Delivery Processing                                     
    V53C0001            Rough workload calculation in time per item                            
    V53C0002            W&S: RWE enhancement - shipping material type/time slot                
    V53W0001            User exits for creating picking waves                                  
    VMDE0001            Shipping Interface: Error Handling - Inbound IDoc                      
    VMDE0002            Shipping Interface: Message PICKSD (Picking, Outbound)                 
    VMDE0003            Shipping Interface: Message SDPICK (Picking, Inbound)                  
    VMDE0004            Shipping Interface: Message SDPACK (Packing, Inbound)                  
    Hope they may help a little.
    Regards,
    Jignesh

  • BADI / USER EXIT for MB01 - after posting GR.

    Hi,
    We have some requirement, where we need to create the Goods Issue using bdc after posting the GR in MB01. can anybody give the user exit / BADI for this.
    i have used BADI - MB_DOCUMENT_BADI : It is triggering while click on the Save button in the MB01, but it is calling before post the GR. the customization part should trigger after the GR post.
    Regards,
    Sree

    Hi Sree,
    Do it the other manner. Store the GR in a Z-table and do the BDC or use the BAPI as suggest Keshav in a periodic job, or call it with a job (OPEN_JOB, CLOSE_JOB,...) in a function module, always with the option IN UPDATE TASK. Think that you have the number of document in this BADI and you must wait some time (1, 2 or 5 seconds) until the database save all data.
    Be careful with this badi (MB_DOCUMENT_BADI), see Note 92550 - Stock inconsistency due to customer enhancement (exit, BAdI) to understand the reasons.
    Regards,
    Eduardo
    Edited by: E_Hinojosa on Feb 2, 2011 2:20 PM

  • Userexit or BADI in O4C1/O4C2

    Dear SAP Experts,
    I would like to implement some userexit or Badi in order to control what the user inserts in a field of the O&G transaction O4C1/O4C2. Specifically, I need to obligate the user to fill the field OIGC-TU_ID. I could not figure out so far, that there is any way to do it, not by codification nor by configuration. If you have any suggestions, I would appreciate it a lot.
    Thank you very much in advance,
    Regards
    Dominik Ley

    Dominc,
    Please check the user exits mentioned below
    customer-function '140'
    customer-function '120'
    customer-function '110'
    If none works then check
    OIG_DG_DATA_MAINTAIN
    Note : please take help of Technical person or break point whether it suits ur requirement
    Hope this would help .
    Regards
    Ramvelu

  • Production Order Userexit or BADi

    Hi Everybody,
    Can someone tell me if there is a userexit or BADi which gets triggered when the we are doing availability check from VA01 to create the Production Order?
    This is an urgent requirement.Any help will be greatly appreciated and rewarded :).
    Thanks,
    Supriya Manik.

    Hi Siri,
    As far as I know you can't get hold of the availability check at the Sales Order leve or MRP level.
    According to my knowledge when you enter the material and quantity control goes to MM03 by entering the plant in MRP3 view. From there it will pick the availability check and determines rest of the thing.
    So check point would be at ATP Quantity level. At that point you need to check exact include to add the code.
    Check the program SAPMV45A and in that u will find lot of includes in that. Specifically check the includes MV45AIZZ and MV45AFZZ. If you check those includes u will come to know the exact triggering point from  there you can write the code in the user exist what i mentioned above.

  • USEREXIT or BADI or BTE

    Dear All,
    Is there any Userexit or Badi or BTE available for f-92. Please advise me.
    Thanks in advance,
    RK.

    Check the below exits and BADI
    Transaction Code - F-92                     Asset Retire. frm Sale w/ Customer
    The application area is: FBAS
    Exit Name           Description
    F050S001            FIDCMT, FIDCC1, FIDCC2: Edit user-defined IDoc segment
    F050S002            FIDCC1: Change IDoc/do not send
    F050S003            FIDCC2: Change IDoc/do not send
    F050S004            FIDCMT, FIDCC1, FIDCC2: Change outbound IDoc/do not send
    F050S005            FIDCMT, FIDCC1, FIDCC2 Inbound IDoc: Change FI document
    F050S006            FI Outgoing IDoc: Reset Clearing in FI Document
    F050S007            FIDCCH Outbound: Influence on IDoc for Document Change
    F180A001            Balance Sheet Adjustment
    FARC0002            Additional Checks for Archiving MM Vendor Master Data
    RFAVIS01            Customer Exit for Changing Payment Advice Segment Text
    RFEPOS00            Line item display: Checking of selection conditions
    RFKORIEX            Automatic correspondence
    SAPLF051            Workflow for FI (pre-capture, release for payment)
    Badi Name            Description
    ADJUST_NET_DAYS      Net due days adjustment in FI document
    BADI_F040_SCREEN_600 Example for Screen Enhancement in F040 Screen 600
    BADI_F040_SCREEN_600 Test Badi F040 Screen 600
    BADI_FDCB_SUBBAS01   Example for Screen Enhancement 1 on FDCB Basic Data Screen
    BADI_FDCB_SUBBAS01   FM Implementation for BADI_FDCB_SUBBAS01
    BADI_FDCB_SUBBAS02   Example for Screen Enhancement 2 on FDCB Basic Data Screen
    BADI_FDCB_SUBBAS02   Improper Invoice Screen for  Prompt Payment Act
    BADI_PRKNG_NO_UPDATE Parked Invoices should not update Accounting receivers
    FBAS_CIN_LTAX1F02    CIN implementation for LTAX1
    FBAS_CIN_MF05AFA0    Invoice - Downpayment clear - Tax transfer
    FI_AUTHORITY_ITEM    Authorization Check FM Account Assignments
    FI_FB08_SUBST_BUDAT  Fin. services posting date for FI Doc reversal . with FB08
    FI_HEADER_SUB_1300   Fin. services - Adjust posting date for FI document header
    FI_HEADER_SUB_1300   Example for Screen Enhancement in SAPMF05A Screen 1300
    FI_RES_ITEM_CURRENCY Implement Document of Residual Item with Invoice Currency
    FVFZ                 FI Interface for Loans

  • Is any Userexit or BAdi or enhanc. point while create PO with reference .

    Hello Experts,
    Is there any Userexit or BAdI or Enhancement point while create P.O with reference .
    My requirement is while creating the P.O.(ME21N) with reference, The payment terms is getting copied from the reference P.O. and become grayed out (Non editable) instead of that user want the payment terms which we have maintained in (LFB1) Vendor Master.
    Please help me to resolve my problem.
    Edited by: Ketanp on Mar 7, 2012 11:48 AM

    Hi
    Try with badi ME_PROCESS_PO_CUST
    Regards
    Eduardo

Maybe you are looking for

  • 1,1 running Lion with XP Boot (re-install and what should i use for recovery disk or usb stick)?

    i am trying to give my 1,1 mac pro a little love and would like to keep this machine running lion. i also have a boot camp installation of XP on it. 1. can anyone give me instructions on how/whether i can basically do a fresh install of Lion on this

  • How can I change my icloud username to my new email address?

    Hi How can I change my iCloud username to my new email address? I've registered my new email address on My Apple ID but it has not changed on my new Macbook Pro Any ideas how to change this for good across all devices? Thanks Amy

  • Messages stuck in OAI schema

    Hi, Adapter is up and running but 3k messages are stuck in OAI tables and are not published to the adapter. Records exist in messageobjecttable and aotable. Stopping and starting adapter doesn't reslove this - bouncing db doesn't either. I can publis

  • Photos blurry through email

    Whenever I try to email pictures from Iphoto 08, they show up blurry. They are perfectly clear in Iphoto before I attach them to an email. When given the option to choose the size of the picture to be sent, I have tried each one and it doesn't help w

  • Adding substitution field in FI

    Hi How to add a field for FI substitution. Regards S.Radhakrishnan