Issue with Transporting MV50AFZ1(Delivery User Exit)

In the delivery user exit MV50AFZ1, there are two performs. The FORMS for these are in an include program. The Syntax check is fine, everything is activated.
When I move this to QA and double click on the perform it says that the form do not exist and ask if I want to recreate. Thatu2019s weird.
The syntax check in QA is fine.
There are no errors in the transport when I moved this to QA.
I generated the program in QA. Also re-transported several times but the problem persists.
Has anyone ran into this before?
Any help would be appreciated.
Thanks,
ALAM.

Hello,
You were not clear at all...is the include program on your QA?...if it is....go to the exit by SE80 and look for an option PROGRAM->GENERATE....it may solve the issue,
Bye
Gabriel P.

Similar Messages

  • Need Form routine in MV50AFZ1--Delivery User exits

    FOR ANY VENDOR OUTSIDE INDIA, THE SYSTEM SHOULD ALLOW TO MAKE A SINGLE DELIVERY WIHTOUT TAKING INTO CONSIDERATION THE SUPPLYING PLANT ...
    Could anyone  tell me  which routine would be suitable to include the code. (Vendor Country <> IN)

    Hi priya,
    I think you cannot do this through the user exit, Delivery split based on the Supplying plant is the standard functionality.  Consult with the functional consultant to know whether the same can be done through configuration.
    Regards
    Vinod

  • Issue with MIR7(BADI or User exit needed for stop SO data updating)

    Hi,
    While using MIR7 to post invoice, corresponding sales order item data is changed ,such as 'Billing date'.
    We don't want this happen. Please let me know if there is any BADI or Uer exit for achieving this. Thanks in advance..
    Regards..

    Hi,
    These are all BADI/Exit of MIR7 transactions.
    MRM_TRANSACT_DEFAULT
    MRM_HEADER_DEFAULT
    WRF_PREPAY_INVOICE
    MRM_ITEM_CUSTFIELDS
    BADI_FDCB_SUBBAS01
    BADI_LAYER
    BADI_FDCB_SUBBAS02
    BADI_FDCB_SUBBAS03
    BADI_FDCB_SUBBAS04
    BADI_FDCB_SUBBAS05
    PPA_CUST_BADI
    FI_TRANS_DATE_DERIVE
    Thanks ,
    Abhijit

  • Problem in updating LIPS table in outbound delivery user exit

    Hi,
    I wrote a code in outbound delivery user exit (save document userexit) to update LIPS table.
    for example
    XLIPS-LGORT = '0657'.
    XLIPS-PIMNG = I_LIPS-LFMING
    (PICKing QUANTITY =  DELIVERY QUANTITY)
    MODIFY XLIPS TRANSPORTING LGORT PIMNG.
    After outbound delivery created i couldn't found my entries in lips table. it shows me as blank.
    Can anybody tell me what went wrong?
    Thanks and Regards,
    Suresh.

    Hi Suresh,
    If you want to change any delivery data, like LIKP or LIPS you should use the USEREXIT_SAVE_DOCUMENT_PREPARE exit. The exit you are using is called after all delivery data is passed to the update task.
    Regards,
    John.

  • When will Apple resolve its issue with Adobe so iPad users can use flash?

    When will Apple resolve its issue with Adobe so iPad users can access flash?

    That isn't going to happen. Adobe has not only given up on iOS, they have given up on all mobile device now.
    Why do you think you need Flash?
    Allan

  • Issue with length of delivery field displayed in LM06 on RF device

    Hello everyone,
    I have a challenging issue which I have posted on another forum as well, and was hoping that somebody on SDN may be familiar with this.  This issue is being reported by one of our warehouses.  SAP RF transaction LM06 is used extensively in this warehouse, and we use a 10 digit delivery number. The delivery field itself in SAP is 20 characters, and we have always displayed 10 on RF. The warehouse is telling me that about a week ago, the number of characters displayed on the RF device for the delivery field in LM06 changed from 10 to 9, and that a leading zero was being inserted when the barcoded delivery number was scanned. There have been no changes to the barcode on the picklist, and I am told there have been no changes to the printer that prints the pick list. A change was deployed a week ago that contained some unrelated configuration and a small code change in a user exit for transfer order creation. Neither of these is in any way related to LM06. Our basis team tells me that there have been no changes to the SAP console server, but I have no way to verify that myself as I am a WM functional consultant. Can anybody tell me if they have seen a problem like this before, or if the field display for a transaction like this is configurable in the SAP console server? The RF hardware being used is the Symbol PDT-8146. Unfortunately, I am 10,000 miles from the warehouse, which puts me at a bit of a disadvantage in trying to diagnose this.

    Thank you both for the good feedback.  I have also gotten some useful feedback from my posting on ittoolbox, and have forwarded all of the responses to a colleague who is located at the site where the warehouse is located.  I will provide feedback once my colleague has had a chance to investigate further based upon the suggestions that I have received.

  • How to change actual quantity in Outbound delivery User exit

    hi all ,
    My requirement is to change the quantity of outboud delivery according to some logic .but my issue is after writing the code MV50AFZ1 , system is not considering the quantity changed by me , it is taking the quanity directly from sales order confirmed quantity .
    please anybody help on this issue  .

    Hi,
    Under which user exit have your written your code:
    USEREXIT_MOVE_FIELD_TO_LIKP or
    USEREXIT_MOVE_FIELD_TO_LIPS or
    USEREXIT_SAVE_DOCUMENT or
    USEREXIT_SAVE_DOCUMENT_PREPARE
    I think if you write your code within the USEREXIT_SAVE_DOCUMENT, it should work.
    Regards,
    Subramanian

  • Issue with STO over delivery

    I am sure this topic has been taken up so many times before. I have browsed through almost all of them. I still do not have a way of restricting STO over delivery! Require your expertise!!.
    My requirement is that STO over deliver should not occur when using VL10* transactions alone.
    We tried to export a flag (say delv_flag)from program 'RVV50R10C'  to shared buffer and import the same into BADI LE_SHP_DELIVERY_PROC (DELIVERY_FINAL_CHECK) to capture error message when STO over delivery is created. The entire logic is built based on this flag alone.We are deleting the flag in V50R_MAIN of the program 'RVV50R10C'.
    There are some issues with this method:
    1. In some cases the delete flag statement gets executed before importing from memory and hence an STO over delivery gets created. (I don't know how or why!).
    2. When VL10* transaction is executed, the delivery flag is set. At this point in time, if the user tries to delete delivery without exiting the transaction, the BADI will get triggered and error message will be displayed. This is not correct functionality since error message should be displayed only for VL10* transactions.
    Suggestion:
    If I change the location of exporting the flag to include 'LV50R_VIEWF43' (form delivery_create), do you suppose it would work? Would Idocs trigger this?
    If anybody has worked on similar requirement please share your inputs. Urgent!!!!
    PS:
    I have read about delivery tolerances too "The overdelivery tolerance functionality is available only for the deliveries created with reference to sales orders and not for deliveries created with reference for PO's or STO's".

    Dear Sapna Morey
    I think OMCQ T.Code-- Select message M7--024 Change from Waring to error
    Please try once with this it may work To control over delivery tolarency in STO
    Dear  Lakshmipathi G sir
    i have one doubt please clear me sir please
    To control Over delivery tolarance in sap standard  is not available , then what is the use of the above one.
    Because i have searched a lot , i didnt find the logic about this
    Thanks a lot sir please help me sir
    Thanks

  • Packing data at delivery user exit or BADI time

    I create a delivery and enter associated packing data (handling units HU), then save the delivery.  At user exit time, the delivery header is available via XLIKP and the delivery items are available via XLIPS tables, but the packing data is not! 
    Now, program SAPMV50A has a table called CVEKP, whose structure is VEKPVB, the handling unit header, but this table is always empty.
    I thought I had a solution: instead of putting my custom logic in user exit MV50AFZ1, I tested putting my logic in the "Delivery Publish" BADI.  Supposedly, this one is executed after the commit work, and so I could then read table VEKP directly and get the handling units. No such luck!  Unfortunately, at the time the BADI is executed, the VEKP table may or may not be updated.  Even adding the WAIT option wasn't 100% effective.
    But these attempted workarounds still leaves the big question unanswered: "Where are the handling units data stored during execution of transaction VL01 or VL02"? 
    Anybody know?

    which BADI u have seen ?
    what abt ur requirement ?
    Regards
    Prabhu

  • Having issues with starting systemd as user.

    I am trying to process through the steps for configuring SABnzbd for local user configs but after rebooting from completing the steps here. I double checked my work but I still get an error when I am trying to start the service as me.
    This is what I am getting:
    $ systemctl --user
    Failed to issue method call: Process /bin/false exited with status 1

    MPD is not running:
    % ps -ef | grep mpd !1004
    honza 2625 1629 0 22:41 pts/0 00:00:00 grep mpd
    Then I made that /etc/systemd/system/[email protected] file, same as yours.
    % sudo systemctl enable mpd@honza !1006
    ln -s '/etc/systemd/system/[email protected]' '/etc/systemd/system/multi-user.target.wants/[email protected]'
    % sudo systemctl start mpd@honza
    This seems OK, but MPD is not running.
    % systemctl list-units | grep 'mpd' !1009
    [email protected] loaded failed failed Music Player Daemon
    [email protected] loaded failed failed Music Player Daemon
    That was your first example. The second one:
    honza@inkognito ~
    % systemctl list-units | grep 'mpd'
    honza@inkognito ~
    % systemd --user &
    [1] 1703
    honza@inkognito ~
    % mpd.service: main process exited, code=exited, status=1/FAILURE
    mpd.service: control process exited, code=exited status=1
    Unit mpd.service entered failed state
    I used the same service file.
    But at least the "systemd --user &" line in terminal helped a little, because I'm not getting that first error anymore.
    % systemctl --user status mpd
    mpd.service - Music Player Daemon
    Loaded: loaded (/home/honza/.config/systemd/user/mpd.service; enabled)
    Active: failed (Result: exit-code) since Čt, 2012-12-20 22:59:14 CET; 2min 37s ago
    Process: 1710 ExecStop=/usr/bin/mpd --kill (code=exited, status=1/FAILURE)
    Process: 1708 ExecStart=/usr/bin/mpd %h/.config/mpd/mpd.conf --no-daemon (code=exited, status=1/FAILURE)
    CGroup: name=systemd:/user/honza/2/systemd-1703/mpd.service
    So.. something's wrong.
    Thank you for your help, btw.

  • Returning to initial screen with earlier values from USER EXIT

    Dear All,
    I'm creating message invoking code in one of the user exit in the FB60 Transaction. When the user saves the invoice, as per code, an error message is displayed if the invoice is for a particular order. but after showing the message , the transaction itself is getting terminated. The type of the message is 'I'.
    We require that after showing the message, the user should get back to the earlier screen with earlier values of all fields except ORDER number.
    In short it should lead us to change the order number and nothing else.
    Please help as it is really an urgent issue.
    regards
    Ajay.

    hi ajay,
    i do not know the complexity of your user exit,
    maybe you could try using 'SET CURSOR FIELD <fieldname>.'
    but SET CURSOR would only work for types C,N,T .
    try it out and transfer me with your knowledge if you find another way out
    cheers,
    Aditya.

  • Issue with Packing in Delivery document

    Hi All,
    I have an issue. Created a delivery with reference to the order, i am in the process of packing, not able to enter the packing material inHandling Units screen in the delivery document. if i am in VL02N screen but Handling unit screen shows as Display. Not able to enter the Packing material. Kindly suggest.
    Regards,
    SK

    Hi,
    First Create handling unit for packing....
    By transaction HU02,  you can create HU.
    in HUPAST transaction ,packing is carry out.
    U can put packing material manually in the HUPAST.
    U ve to create HU Number range and material group packing material and packing material type....
    This packing material type should be same in ur Material master... just go in SAP standard or by copying it.....
    Try it.... if u could not..... just post the ERROR u r getting....

  • Problem with step 2 in user exit.

    Hello collegues,
    I have a problem with the variables user exit in the bex analyzer. I have created a variable user exit and this is used as user authorization, and this variables is optional and enabled to entry . When i debugg the user exit, i put the break point in the step 1, in the step 0 and in the step 2, i can check the step1 and 0 but in the step 2 don´t stop. 
    Why does this happen?
    Thanks for your collaboration.

    Variable enabled to entry are not are not candidate to step 2. This step is only called once per exit variable not enabled to entry.
    Regards,
    Fred

  • Sharepoint 2010 Content Deployemnt Job issue with duplicate fields in User information List

    Hi friends,
    I am facing below issue with the content deployment job.
    It was working earlier. But now since from couple of days all the content deployment jobs in production environment are failing with below error.
    Field name already exists. The name used for this field is already used by another field in the list. Select another name and try again.
    ObjectName="User Information List".
    When I check the fields in User information list in targeted site, I found couple of columns are dupicate like "ask me about",first name","Last name" etc.
    Do i Need to drop target site collection or recreate with fresh content deployment job.
    Please suggest.
    Please help .
    Regards
    Subrat

    Hi,
    According to your post, my understanding is that you got duplicate field error.
    Based on the error message, you can try to use the following code sample to remove duplicate records, and check whether it works:
    http://social.msdn.microsoft.com/Forums/en-US/sharepointgeneralprevious/thread/41ee04bd-91fb-4bf9-932a-bac42c56c357
    Here is a similar issue, you can also use the ‘RemoveDuplicateColumn64’ provided:
    http://sharepointsurfer.wordpress.com/2012/04/27/how-to-fix-publishing-site-content-deployment-error-duplicate-first-name-column/
    What’s more, as you had said, you can recreate a site with a fresh deployment job.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Odd issue with message tracking. (User's emails show as SUBMIT and not SEND. No Byte Size) Exchange 2010

    Hi everybody.
    I had been tasked with tracking down a user's emails.
    I ran a script in powershell to export data I could work with.
    For some reason this particular user's emails in this time range do not show up as the EVENTID "SEND".
    They also do not have a Byte Count nor a list of recipients.
    They only seem to show up as "SUBMIT"
    Apparently this user has been sending out emails with a large amount of BCCs.
    Is there any way to actually see this activity? Why would it be showing up as SUBMIT and not SEND? Why won't it show any recipients or byte count?
    Here is my example script.
    Get-MessageTrackingLog -ResultSize Unlimited -Server "contoso-ex1" -Start "5/1/2014 12:01:00 AM" -End "5/8/2014 6:40:00 PM" | Select Sender,{$_.Recipients},{$_.RecipientStatus},MessageSubject,TimeStamp, EventId, Source,SourceContext,MessageId,InternalMessageId,ClientIP,ClientHostName,ServerIP,ServerHostName,ConnectorId,TotalBytes,RecipientCount,RelatedRecipientAddress,Reference,ReturnPath,MessageInfo
    | Export-Csv .\MessageTrackingLog.csv
    Please note that only this one user's emails are showing only as SUBMIT. The rest are mostly SEND.
    MCSE 2003, Exchange. MCTS Vista, 7. Administrator of awful, neglected website http://timssims.net

    Hi,
    I’d like to double confirm the question: This issue occurred only on one specific user in a particular time range.
    In other time, the message tracking shows correctly information for this user.
    I suggest we check the application log during that time range and see whether there are any related event IDs about this user.
    Thanks,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Simon Wu
    TechNet Community Support

Maybe you are looking for

  • Connecting Samsung mobile to Mac

    Hello, Wasn't sure where to post this as it's a long shot but does anyone know how we can connect my sons new Samsung monte mobile to one of our macs, the software supplied is Windows only & we have no pc's. We have I phones but i didn't want to buy

  • ABAP Development standards for HR- ABAP

    Hi ALL Does any body has any document for Programming standards in HR ABAP programming. Thanking in advance for you support. cheers AJ

  • AIR-CT5508 wont upgrade to 7.6

    Hi, I wanted to see if anyone has had issues with upgrading to 7.6 images on their AIR-CT2504 or AIR-CT5508.  I have one unit in the lab that refuses to update and I had a customer call me today with the exact same issue.  Maybe someone from TAC has

  • EBS - UCM Integration on HTML Based Pages

    Hi All, I already integrate EBS 12i with UCM 10g using the Managed Attachment Solution. The Zoom button work fine and it connect to UCM nicely. But zoom button only appear on Form Based pages. Is there any solution if i want to attach document from U

  • Safety stock alesrt

    If total stock of a material goes below safety stock user can get a message at inbox as an safety stock alert... How can be the scenario configured???????? Please suggest mmmmmme.......