How to proceed After blocking the delivery.

Hi SD Experts,
i have a doubt how to proceed after blocking a delivery. My scenario is this " i created a sales order and blocked the delivery of it. So i cant able to create a delivery for that sales order." . Then what should be done to create a delivery for that sales order ( i.e. How to release the Blocked delivery status and to create a delivery)
with regards ,
James
Valuable answers will be rewarded....

Definately Vasanth,
          it will work.
Mostly billing block will be used in Credit/debit memo's.
Only the authorized user can remove the block in VA02.Then user can able to create billing.
This wont happen  in Credit management issue,because we wont maintain any billing blocks in credit management.
block in credit management like:,
sales order level-
         ( 2 release the Credit mgmt block in Sales order- VKM3)
delivery level - 
         ( 2 release the Credit mgmt block in Delivery doc's - VKM5)
*( 2 release the Credit mgmt block in Sales doc's & Delivery doc's at a time - VKM4)
at the time of Goods issue
Hope it adds the information .
reward point if it helps u

Similar Messages

  • HOW TO BLOCK THE DELIVERY IF CONTACT-DATE = SYSTEM DATE.

    HI ALL,
    in va02 transaction, after entering some order number, u will go inside. after going inside, goto GOTO-HEADER-PURCHASE ORDER DATA.
    THEN, IN THAT PURCHASE ORDER DATA TAB, A LAST CONTACT DATE FIELD IS THERE. NOW, THE ISSUE IS, IF THIS LAST CONTACT DATE IS GREATER THAN  OR EQUAL TO SYSTEM DATE, THEN THE DELIVERY SHOULD BE BLOCKED AND ALSO , IN SHIPPING TAB THERE IS DELIVERY BLOCK FIELD. THIS FIELD SHOULD BE SET TO VALUE JITS DELIVERY. FOR THIS I WAS TOLD TO WRITE THE CODE IN THE ROUTINE  , BY GOING TO VOFM - TRANSACTION . IN THIS TRANSACTION, I HAVE TO CLICK ON THE COPYING REQUIREMENTS MENU AND THEN CLICK ON DELIVERIES AND THEN GIVING THE VALUE AS 911 FOR ROUTINE NUMBER COLUMN AND ALSO MENTIONING SOME TEXT IN THE DESCRIPTION COLUMN AND THEN SAVE AND WHILE SAVING THEN IT WILL ASK THE ACCESS KEY, THEN I WILL MENTION THE PROVIDED ACCESS KEY AND THEN I HAVE TO WRITE THE ROUTINE.
    NOW, MY EXACT ISSUE IS HOW TO WRITE THE CODE IN THE ROUTINE TO BLOCK THE DELIVERY ,IF THE LAST CONTACT DATE IS GREATER THAN OR EQUAL TO SYSTEM DATE AND UPDATING THE DELIVERY BLOCK FIELD IN SHIPPING TAB TO JITSDELIVERY.
    NOW, WHERE I AM STUCK UP IS HOW TO WRITE THE CODE TO BLOCK THE DELIVERY.
    IF ANY PART IS UNCLEAR, PLZ REPLY ME SO THAT I CAN MAKE IT MORE CLEAR.
    THIS IS THE CURRENT AND URGENT REQUIREMENT I HAVE TO SOLVE. PLZ MAKE ME KNOW THE SOLUTION  AS SOON AS POSSIBLE.POINTS WILL BE AWARDED.
    THANKING U IN ADVANCE,
    SRINIVAS.

    Hi,
    Who advised you to write the Routine for this requirement?
    Can't this be achieved by writing some user exit code in MV45AFZZ  of Sales order main program SAPMV45A  as this req is related to Sales order.
    I feel this can be achieved via this. Try this first at the header level ( in the correct form).
    If at all you wants to write the code in Routines goto VOFM tcode and select the routine.
    First try to copy the code what was written in the similar existing routine and take the access key and write the same code and modify as per your requirements.
    Most of the times we handle the sy-subrc value in this routines.
    reward if useful
    regards,
    anji

  • Bit by Mountain Lion's Time Machine bug - how to proceed best in the simpler cases?

    My MacBook Air mid-2012 had never been updated to Mavericks.  I had backed it up just a week before a big coffee spill that killed it (June 2014).
    I finally got a replacement never-before-used 2012 Macbook Air running Mountain Lion (great to make the Time Machine restore seamless).
    That's when I tried "Restore from Time Machine" and it showed the "last full backup" as being from June 2013!!!  Then in Migration Assistant, couldn't locate my disk.  I've been bitten by the "Exclusion" bug and my Library/ Applications / System folders have not been backed up since a year ago.  I'm one of the ones that "found out after it was too late." 
    So I'll try the workaround.  Thanks to Pondini for his great website:
    http://pondini.org/TM/D10.html
    http://pondini.org/TM/D10r.html
    My plan is to restore from Time Machine to my 2013 full system.
    Then swap out the Users folder to bring it up to date to the June 2014 version that I have backed up.
    Luckily I have only one user account so this can't get TOO complicated.
    After that, I'll reset Time Machine and check it periodically via the Command-R trick to make sure it's backing everything up fully.
    Still, I'm left with a few questions/concerns that I'm hoping Pondini or others can help to allay before I proceed....
    -What will I have lost in a year from those folders that did not back up?  I know I may have lost non-Mac applications that I downloaded and also any software updates to said applications.  What problems might I encounter in the way of error messages, etc.?  I feel like i don't understand the contents of these folders well enough to realize how in trouble I'm in (or not) regarding these folders being out-of-date by a whole year.
    -Is it really as simple as swapping out the Users folder on the new system with my most recent backup from June 2014?  Any hiccups I should expect from this process?  Will all of my photos go back into iPhoto?  Will all of my mail files go back into the Mail app?  Or in these cases, is there something I need to initiate to smooth out this process?  Photos and Mails are the two big concerns; as for the other stuff, I have yet to find out if it's relevant until a problem occurs.
    -Once I have restored Apps/Systems/Library to the 2013 backup and Users to the 2014 backup, then what?  I'll reset Time Machine but then should I assign it to the new computer?  Should I tell it to inherit the new computer?  Should I wipe it clean and start fresh?  How to proceed after so that I don't have more and more problems down the line, and hopefully don't lose any of the data that I at least have managed to save/restore up to now...
    Thanks in advance for any help and sorry if I'm not more clear; I'm not so technologically literate so I'm not sure how best to phrase these things to get my point across.
    And special shout out to Pondini who made the discovery of this bug a lot easier to stomach thanks to your helpful website.

    A clone is an option.
    Clone  - Carbon Copy Cloner          (Often recommended as it has more features than some others)
    Clone – Data Backup
    Clone – Deja Vu
    Clone  - SuperDuper
    Clone - Synk
    Clone Software – 6 Applications Tested
    Commonly Used Backup Methods

  • How to refresh after delete the records in ALV report ?

    Hi Friends,
    How to refresh after delete the records in ALV report.
    I am deleting records in ALV report .
    After successful delete the screen should refresh.
    u201C Deleted records should not appear in the screen u201C.
    Please guide me.
    Regards,
    Subash

    Hi subhash,
    FORM user_command USING r_ucomm LIKE sy-ucomm      rs_selfield TYPE slis_selfield.
    WHEN 'BACK'.
    Refresh the internal table from the ALV grid
          PERFORM update_alv_tab.
    ENDFORM.                    "user_command
    FORM update_alv_tab .
      DATA :  e_grid TYPE REF TO cl_gui_alv_grid.
      CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'
        IMPORTING
          e_grid = e_grid.
      CALL METHOD e_grid->check_changed_data.
      "update_alv_tab
      CALL METHOD e_grid->refresh_table_display.
    ENDFORM.                    " UPDATE_ALV_TAB
    Then see in Debug mode is it updating or not..
    Please confirm .
    And please paste the code if you can.
    Regards.

  • How can I check on the delivery of an photo but that I created and sent to a friend.  I have the order number but I can't find the tracking information.

    How can I check on the delivery of a photo book that I created and sent to a friend.  I have the order number but I can't find the tracking information.

  • How to proceed on transferring the content of an external hard drive into the time capsule.

    I just bought a new MBP and a 2T time capsule but i don’t know how to proceed on transferring the content of an old external hard drive into the brand new time capsule.
    The old external hard drive is a carbon copy of another external HD which was my time machine backup but unfortunately someone stole it from me…  so I was thinking about transferring the content from the old external hard drive to the time capsule and then set time capsule as the new time machine backup.
    Is there anybody whose can give me a hand and tell what is the best to do?
    Thanks
    sb

    Configure Time Machine preferences. Be sure to remove the external drive from the Exclude list.
    Mac Apps - Apple Support
    Mac Basics
    Welcome to Mac Support

  • HT1089 how to proceed to burn the dvd

    how to proceed to burn the dvd?

    What DVD?  Do you have an iDVD project you want to burn? If not what do you want to burn to a DVD disk?  What are you trying to accomplish. We can't help unless you give us details.
    OT

  • How to cancel the second ATP after changing the delivery date in the SO

    Hello,
    our solution creates automaticly a production order accorting to sales order.
    The system calcule ATP for each items at the creation of the sale order.
    Sometime, we change the delivery date on the scheduled line and SAP do another ATP. If the composants are not available we get an TSUP status on the order production.
    How can we cancel the second ATP ?
    Is it possible to cancel it when we change delivery date ?
    Thanks
    Regards
    Pierre

    I think its not possible to skip the atp during change of the sales order.  All these determinations will trigger before saving the order
    regards,
    Ramana

  • How to proceed further once the explain plan and trace files are generated?

    Hi Friends,
    I need to improve the performance of on of the views that i am working on.
    As suggested in the thread - http://forums.oracle.com/forums/thread.jspa?threadID=863295&tstart=0 , i gave generated the explain plan and the trace file.
    From the explain plan, we can see the expensive operations for the query.
    Can any one please tell, how to proceed further from here on i.e. how to make this expensive operations less expensive?
    For ex: FULL TABLE SCAN might be an expensive operation when the table has indexes.In such cases, how can we avoid such operations to make query faster?
    Regards,
    Sreekanth Munagala.

    Hi Veena,
    An earlier post by you regarding P45 is as below
    Starter report P45(3) / P46 efiling for UK
    from my understanding though i have not worked on GB Payroll you have said that you deleted IT 65 details of leaver,however there must be clusters generated in system from where the earlier data needs to be deleted and may be that is why you are facing the issue.
    In Indian payroll when we execute text file for efiling of tax after challan mapping all the data compiles and sits in PCL cluster and therefore we are unable to generate form 16 with proper output,here we delete the clusters and rerun again the mappings and then check form 16.
    Hope this might help you,Experts have suggested you earlier also,they may correct me for this.
    Salil

  • How to put footer in the Delivery note  sap script form.

    Hi All,
      i am new to SAP SCRIPT , can any one guide us how to Create a footer in the Delivery note sap  script.
      I need to put  some message if the stock of the material is "0"(zero).
           can anyone  tell me the process to do this.
    Thanks
    Channappa Sajjanar

    Hi,
    U create a window in script (Footer), and in the Driver program call this window at last..
    eg:
    create a window in script and call it at the end in the layout..
    /E FOOTER
    P1 'Write Required text what u want to display;.
    now in print program, after printing all the line items in ur internal table call the FM write_form to print the footer...
    LOOP AT itab.
      call function 'WRITE_FORM'
        exporting
         window = 'MAIN'
        exceptions
          others = 1.
    endloop.
    now call, FM write_form to print the footer
    IF stock EQ 0.
    call function 'WRITE_FORM'
        exporting
         window = 'FOOTER'
          element = 'FOOTER'
        exceptions
           others = 1.
    endif.
    Hope it helps!!
    Rgds,
    Pavan

  • Credit Management- i want to allocate inventory but block the delivery

    Dear SAP Gurus,
    i am having a problem with Credit Mgt.
    when order get blocked for credit check that time i want inventory i mean material should allocate to that customer but the delivery should be blocked.
    whats are the customisation needed for such scenario
    Please help me to solve this problem .
    Thanks in advance
    Regards
    Vishal

    Vishal,
    Why dont you try checking credit limit at delivery or PGI level ?
    Standard Process in SAP is providing check at three levels
    1. Order level
    2. Delivery Level
    3. PGI level.
    Check OVA8 settings for credit management at Delivery and PGI level
    So after creation of delivery the stock or inventory be allocated to the user and then u can have delivery block.
    Thanks,
    Raja

  • How to proceed after 16%

    Hi there,
    I was trying to install Oracle9iAS 1.0.0.0 on top of an Oracle8i 8.1.7
    database in a pc running on WIN 2K Prof.
    I was successful in configuring Portal/DAD/Plsql Gateway etc.
    But when i try to run the Database Cache Configuration Wizard there
    is no progress after 16%.. the installation freezes.
    Can u suggest me the remedy!.
    Thanks a lot,
    Prasad

    Definately Vasanth,
              it will work.
    Mostly billing block will be used in Credit/debit memo's.
    Only the authorized user can remove the block in VA02.Then user can able to create billing.
    This wont happen  in Credit management issue,because we wont maintain any billing blocks in credit management.
    block in credit management like:,
    sales order level-
             ( 2 release the Credit mgmt block in Sales order- VKM3)
    delivery level - 
             ( 2 release the Credit mgmt block in Delivery doc's - VKM5)
    *( 2 release the Credit mgmt block in Sales doc's & Delivery doc's at a time - VKM4)
    at the time of Goods issue
    Hope it adds the information .
    reward point if it helps u

  • Even after billing the delivery show in VF04 & delivery shows open qty.

    Hi
    I have a issue. The billing document is created from outbound delivery,still the delivery is showing in the VF04 billing due list. The delivery shows open qty. In the order the same qty is shown delivered.
    please advise.
    The timely reply would be rewarded with full points.

    Hi James,
    I think you are creating the sales order with reference to a quotation.Go to copy controls and select OR and QT  and uncheck the complete reference indicator in the details screen.
    I think this give the delivery status "Completed" after creating the billing document.
    Regards,
    Raghav

  • How to populate 0PO_NUMBER on the delivery item level

    Hello All,
    Is it possible to populate 0PO_NUMBER on the Delivery item level?
    If yes how to do it?
    Thank you

    PO number at the item level of sc or at the header level of the sc next to description
    Such requirement is going to be difficult to achieve because not only one SC could yield multiple POs, but one SC item could potentially have multiple follow on POs. It's not always a 1:1 relation that can simply be presented in a table row. That is one of the main reasons one separated tab is dedicated to follow-on document.

  • How to STOP to create the Delivery in MV50AFZ1?? Is it SY-SUBRC??

    hi,
    how to STOP the delivery creation, if enconters the error message?
    Message was edited by:
            Srinivas

    Trigger the SAP NOTE, by passing the cf_subrc value as 1
    Message was edited by:
            Srinivas

Maybe you are looking for

  • Questions on Client Failver and Fast Failover

    've few questions regarding Client Failover and Fast Faiolver of Oracle Database HA. Before I ask those questions I would like to explain my environment. Below are the details. - We have two physical locations called 'ABC' and 'PQR' - ABC is the prim

  • Connecting a non HP printer

    I have a Kodak All-In-One 3250 Printer installed on my HP laptop and have a wireless router.  Is there any way I can set it up so that not only I'll be able to use it, but also my daughters thru their laptops?  If so, how do I set it up?

  • Funds not appearing in bank account

    Hi there everyone, I'm aware that this question may have been asked a thousand times but will ask again anyway! I transferred money from my PayPal account to my bank account a number of days ago and the funds have yet to show up in my bank account. D

  • Intrastat Arrivals report with a wrong format

    Hello gurus, I have problems with producing the Intrastat Arrivals part for Belgium in the correct format. The file should be SDV format (semi-colon separated). I run ENPA and choose the report relevant for BE. Then I run VE15 to get the file, but it

  • Office 365 ProPlus on RDP.

    Just reaching here, but have you tried right clicking the Click to run installer and running as Admin?