Delivery block  Z3 automatically coming in delivery

Hi All
Please suggest me on the below issue,
Scenario:Sales order is created then the sales document is blocked for credit check.After releasing the document delivery document is created.After saving the delivery document automatically delivery block is coming in delivery header adminisatration data that is Z3-Confirm Price.
But we are not entering any delivery block any where.This delivery block is coming automatically in delivery.This block is coming for a particular customer,But there is no blocking for that customer in VD 05.Is there any other setting for blocking particular customer.
Please revert back with some solution.
Thank you
Goutam

Hi,
Its something like custom message not a standard message, please check is there any block at item level or header level or is anybody written any code based on one of key in customer master before PGI check the price of sales order.
Hope check in any sales order, delivery exits about anybody done code.
If it helps give rewards
rgds
gautam

Similar Messages

  • Blocking of Automatic PR creation by Sales Order

    Hi Gurus
    I need to block the automatic creation of PR from a Sales order and it should happend when an automatic block is created based on the pricing condition. My code in BADI creates the block but in background it creats the PR also and when later I try to release the block system doesnt alow me to do so. I need to find the place when I can code to block the auto PR creation as when i manually block the PO there is no PR created.
    I need to find a place exactly where I can set VBAP-ABGRU to block the PR creation and I dont know exactly where I should do it.
    I have tried several Enhancement spots and BADIs to do so but everywhere program is proving smarter than me.
    Please guys suggest a wayout ASAP.
    Thanks a lot

    Hi
    You can use the BADI  <b>ME_REQ_POSTED </b> for this
    Method <b>POSTED</b> have a paramter <b> IM_EBKN</b> which has VBELn (sales order Number in it),
    so fetch the ABGRU field from VBAP using this VBELn and
    using that you can raise a message  based on that field.
    see the sample code for this (not using VBELN)
    BAdI Name: ZPUR_RFQ (Implementation name) Purchase Requisitions
    Definition Name: ME_REQ_POSTED
    Interface Name : IF_EX_ME_REQ_POSTED
    Implementing Class: ZCL_IM_PUR_REQ
    Method :            POSTED
    METHOD if_ex_me_req_posted~posted .
      DATA : v_mtart TYPE mtart.
      DATA l_s_eban TYPE ueban.
      LOOP AT im_eban INTO l_s_eban.
        IF l_s_eban-estkz NE 'B'.
          CLEAR v_mtart.
          SELECT SINGLE  mtart INTO v_mtart FROM mara WHERE matnr = l_s_eban-matnr.
          IF v_mtart EQ 'ZERS' OR v_mtart EQ 'FHMI' OR v_mtart EQ 'UNBW'.
            MESSAGE e000(zm_msg) WITH 'You are not allowed' 'to create PR for stock items'.
          ENDIF.
        ENDIF.
        IF  l_s_eban-knttp NE 'F' OR l_s_eban-pstyp NE '9'.
          IF l_s_eban-knttp NE 'A'.
            IF ( l_s_eban-pstyp NE '9' AND l_s_eban-pstyp NE 'D' )  AND l_s_eban-matnr EQ
    space.
              MESSAGE e000(zm_msg) WITH 'You cannot create' 'a PR without material number'.
            ENDIF.
          ENDIF.
        ENDIF.
      ENDLOOP.
    ENDMETHOD.
    Reward points if useful
    Regards
    Anji
    Message was edited by:
            Anji Reddy Vangala

  • Releasing Blocked invoices Automatically

    Hi All,
    During the relasing blocked invoices automatically, after entering the selcition parameters and selecting the radio button Release Automatically executed the transaction. In the output screen the system only displays the message " Blocking reason deleted for 1 item' But the system is not showing the invoice for wihch the blocking reason is deleted,
    Can anyone tell me the reason why it is not displaying the invoice. Is there any settings requried to display the invoice in the output?
    Thanks in Advance.
    with regards,
    Vivek Swarnapuri

    Dear,
    Check this info will helpful for you.
    https://wiki.sdn.sap.com/wiki/display/ERPSCM/MM-IV-LIV-MRBRInvoiceReleaseinLIVTransactionMRBR
    Regards,
    Syed Hussain.

  • Payment release required; payment block set automatically Message no. F5707

    Hello Friends,
    I am trying to post vendor down payment with T.CODE F-48 but is am getting this Error " Payment release required; payment block set automatically, Message no. F5707"
    Will any budy please make me clear with this issue ....
    Have a nice day...
    Regards
    Amresh...

    HI g.amresh,
    Please check with the Payment Requiest F-47.  Are you using this function then check Receipt box in F-48.  I think that would be the reason. 
    Regards

  • When I create a new address in Contacts the country is automatically coming in as Netherlands - though I'm using the phone in USA. Can't find how to change country default.

    When I create a new address in Contacts the country is automatically coming in as Netherlands - though I'm using the phone in USA. Can't find how to change country default.

    https://discussions.apple.com/message/16474985#16474985

  • Block dialogs from coming to front automatically if not already front app

    It's 2011, 43 years since I first used and programmed computers...
    I do a lot of writing, and I am really tired of applications (in the background) suddenly popping up dialog boxes without asking permission first, since sometimes I am typing away and the dialog box traps it, or worse: I hit the enter key just as a yes/no dialog comes up, and I have *no* idea what I said Yes to...
    Is there any way to Block dialogs from popping to the front without, say, bouncing the dock icon first?
    thanks

    Do you see a flashing Photoshop icon or button in the TaskBar if this occurs?
    If so, Windows 7 is blocking Photoshop from popping to the front, possibly because it thinks Bridge is still current.
    I don't use Bridge, so I can't tell you whether it's an improper interaction at that level, but I can say that sometimes video drivers can affect window behavior...  Check to see if your video card manufacturer has released a newer driver than the one you currently have.
    -Noel

  • Incase of GR with Blocked Stock automatic blocking of MIRO (Vendor Invoice)

    Dear Experts,
    If we are making a GR with blocked stock, i.e. the material is not open for consumption as this is under inspection, system will not stopping to make vendor invoice against the PO(GR Qty).
    If the GR is under blocked stock how automatically system will not allow us to make MIRO or MIR7(Vendor Invoicing),
    Please advise,
    Regards,
    Alok Parida

    Dear Mr Manohar,
    In the QM View - QM Control Key below keys are found.
    Which one is to be selected for blocking Vendor Invoice Posting in case of Goods are under Quality Inspection.
    0000     No active functions, info message
    0001     Delivery release
    0002     Delivery release, tech. delivery terms
    0003     Delivery release, QA agreement
    0004     Del. release, tech.del terms, QA agreem.
    0005     Delivery release, certificate
    0006     Del. rel,TechDelT,QA agreement,certif.
    0007     Del. release, invoice block
    8888     Del. block inactive
    9999     All functions active with error message
    Regards,
    Alok

  • IE 11 is not blocked during Automatic Update step.

    Greetings.
    I am experiencing something very strange with our Windows Deployment Servers.
    I have WDS 2013 with AIK-8.1 combination server to do our machine deployment. Some of our machines need to have IE11 blocked from installation (for compatability issue). As in case with IE10 before we installed blocker from microsoft and then captured image.
    Before capturing it it was tested by runnign auto update and ie 11 is not being installed.
    Problem is during deployment during automatic update step (post application) the system picks up and installs ie11.
    If I remove it by hand after installation is over and run windows update - it's not installed. If I disable auto-update step in installation - and run them by hand after - it's not installed.
    Does anyone else experienced this scenario when blocker doesn't seem to have effect?

    Hi,
    According to FAQ here:
    Internet Explorer 11 Blocker Toolkit: Frequently Asked Questions
    http://technet.microsoft.com/en-us/ie/dn449234.aspx
    What registry key is being used to disable delivery of Internet Explorer 10?
    HKLM\SOFTWARE\Microsoft\Internet Explorer\Setup\10.0
    When the installation is over and about to updating, cancel the update and check the registry key.
    A value of 1 turns off the automatic delivery
    of Internet Explorer 11 using Automatic Updates and turns off the Express install option.
    Not providing a registry key, or using a value of anything other than 1,
    lets the user install Internet Explorer 11 through Automatic Updates or a manual update.

  • Payment Block Status automatically set 'Y' in FBV2

    Hi Team,
                 My requirement is this,   when user want to post document by T Code  FBv2 or MIR4 
                 if user stands on 25 to month end date. means  system date check then
    Payment block automatically set to 'Y' (month end posting).
    for this one i used many BADI and FM but not working as of now.
    one BADI i used as FAGL_SET_DOC   in debugg mode its updating the that fields value
    as its technicsl field name is  ZLSPR  whic i set  to 'Y'
    its working fine in debugg mode , but when we again check for that Document no then that filed's value is not populating as required.
    So please suggest me how can i set Payment block status to 'Y' as month end posting.
    Thanks
    Vivek

    hi Hiriyapapa,
                       I used BADI    FAGL_SET_BADI for our field update
    method is CHANGE_SEGMENT_PSEGMENT
    there i put code as below
    TYPES:  BEGIN OF TY_EKPO,
               EBELN TYPE EBELN,
               EBELP TYPE EBELP,
               PSTYP TYPE PSTYP,
               END   OF TY_EKPO.
       DATA : IT_EKPO TYPE TABLE OF TY_EKPO,
              WA_EKPO TYPE          TY_EKPO.
       DATA: WA_ACCIT TYPE ACCIT,
             L_TABIX  TYPE SY-TABIX.
       IF SY-TCODE = 'MIR4' OR SY-TCODE = 'FBV2'." OR sy-tcode = 'ZTR_SEG_RECLASS_REV' .  "Tcode for Netting Counter wise and Segment Reclassification
         BREAK 51393182.
         SELECT EBELN
                EBELP
                PSTYP
                FROM EKPO INTO TABLE IT_EKPO
                FOR ALL ENTRIES IN CT_ACCIT
                WHERE EBELN EQ CT_ACCIT-EBELN
                AND   EBELP EQ CT_ACCIT-EBELP.
         IF SY-SUBRC = 0.
           LOOP AT IT_EKPO INTO WA_EKPO .
    *          <--Begin of Change by Ashutosh Mishra     27-june-14 HRDK950590
             IF WA_EKPO-PSTYP = '9'.    ."BREAK 51393182.
               LOOP AT CT_ACCIT INTO WA_ACCIT.
    *         if WA_ACCIT-EBELN is NOT INITIAL.
                 IF SY-DATUM+6(2) EQ '25' OR  SY-DATUM+6(2) EQ '26' OR  SY-DATUM+6(2) EQ '27'
                 OR SY-DATUM+6(2) EQ '28' OR SY-DATUM+6(2) EQ '29' OR SY-DATUM+6(2) EQ '30'
                 OR SY-DATUM+6(2) EQ '31'.
                   WA_ACCIT-ZLSPR = 'Y'.      "SET Y PAYMENT BLOCK STATUS
                   MODIFY CT_ACCIT FROM WA_ACCIT TRANSPORTING ZLSPR.
                   CLEAR : WA_ACCIT.
                 ENDIF."endif.
               ENDLOOP.
             ENDIF.
           ENDLOOP.
         ENDIF.
       ENDIF.
    ENDMETHOD.
    in debug mode its working fine its updating as i want , but when we out of debug its not updating that fields status.
    I request to you please suggest me for this issue.
    Regard
    Vivek

  • Problem about release of blocked invoices automatically

    Hello,
    We have many blocked invoices against payment that come from I/R in MM.
    The main reasons that they were blocked come from Quantity and Date difference.
    We know that invoices with the blocking reason "quantity" or "date" are released automatically
    if the blocking reason is no longer valid.
    but in tcode "MR02" or "MRBR" we tried to release the automaticallym but it didn't work.
    How come they were not released?
    Do we have to release all of them manually?
    Many thanks to help us.

    Hi,
    If that is the case then do not block invoices for blocking reason "quantity" or "date".. in customization..
    Thx
    Raju

  • After downloading IOS 8.0.2 on my iPhone 5, my email messages are not automatically coming through.  I have to open my mailbox and wait for messages to download.  Do I need to reset or change settings for mail?  Please help.

    After downloading IOS 8.0.2 on my iPhone 5, my email messages are not coming through automatically. Before, my email messages would come through automatically and my iPhone would alert me each time an emial message was recevied.   I now have to open my mail in-box and wait for my email messages to download.  Do I need to reset or change my mail settings?  This issue is delaying my abiliy to receive and respond to email messages in a timely manner.
    Please Help.
    Jesse

    Hi Chris.  Thanks, for the suggestions re: my email issues.  They were helpful and yes I did check all items you referenced.  I even contacted Apple support and spent about 40 minutes on phone checking all settings.  However, after all these efforts, my mail and calendar issues were not resolved.  Apple Support finally recommended deleting the mail account and then reloading it - and it worked!  I am now receiving my emails and calendar appts. in real time again.
    Just wanted to share this in case anyone elest has a similar problem with mail/calendar after downloaing i.O.S. 8.1 onto iPhone 5.
    Thanks, again.
    Jesse

  • MRBR- Remove Blocking reason automatically

    Hi,
    we have below scenario:
    Invoice created for a vendor in MIRO with reference to PO withour GR. Payment Block "R-Invoice Verification"  is set in the invoice due to Quantity and Price Block.
    Now the requirement is to remove the Invoice block automatically in the background and work item should be removed from the inbox.
    When we scheduled a batch job for MRBR with options "Release automatically" ,system selects only the invoice where the reason code is invalid i.e., where a GR has been performed for the invoice.
    Checked SDN forum but could not find the solution.
    Can you suggest how we can automatically remove the block using MRBR without creating GR.
    Thanks in advance.
    Raj.

    Hi,
    Go for Hold in MIRO  & then Post Held MIRO Invoices
    http://e-mory.blogspot.com/2007/11/sap-mir6-post-miro-invoice.html
    Regards,
    Biju K

  • Release Credit Blocked SO Automatically

    Hi Expert,
    I've just changed the credit control setting in OVA8. Before this change, there are a lot of sales orders were being blocked due to the previous setting. After the changes done (change "Deviation in %" from 0% to 50% & change "Days oldest item" from 1 day to 2 days). There should have many blocked SOs which are not fulfils this new rule anymore.
    May I know any t-code/program can be run to automatically release those blocked SOs which are not fulfil the new rule after the changes done?
    Many thanks & regards,
    Poi Yoke

    Dear Aw Poi Yoke ,
    The list of sales order in VKM3 will be those which are blocked due to the current OVA8 setting.
    What you can do is run the credit re-organisation programs for those  sales order which were created before making the configuration changes. (you can get the list by considering the document creation date)
    Now check the programs
    http://help.sap.com/saphelp_470/helpdata/en/93/743861546011d1a7020000e829fd11/content.htm
    You will find the option of entering the document no in one of the above program.
    Do it and so the new check will be applicable for the sales orders already created before the configuration changes.
    Check in testing server and revert back.
    Thanks & Regards,
    Hegal K Charles
    Edited by: Hegal . K . Charles on Feb 10, 2012 10:34 AM

  • Human task is automatically coming back to Suspended state from Resume

    All,
    We are using soa 10133.
    We have a suspended human task. We are logging as bpeladmin and resuming it
    in few minutes task is coming back to suspended state automatically.
    Any help please ?
    Regards,
    Praveen

    Hi
    I gto the resolution.
    This is not something done by BPEL PM
    This is the business logic built.
    Thanks,
    Praveen

  • Firefox blocks the automatic reloading of my company email site and "allow" won't work

    When I open my company webmail site, I immediately see a message that reads: "firefox prevented the automatic reloading of this website". I clicked "allow" and the message just pops up again.

    The problem with this fix is that when you disable the block as instructed above, you are also turning off the warning of a page redirecting you to a different site. This is risky as some sites redirect you to malicious sites and you can't stop it as you are not warned. I don't know why Mozilla linked these two item in the options, but I wish I could get rid of the block on reloads and keep the redirect warning. Anybody know how to fix this?

Maybe you are looking for

  • I am trying to access iPhoto from my MacBook Pro on my iPhone 5s

    I am trying to access iPhoto on my iPhone 5s from my 2008 MacBook pro. I have synced both devices, have set up iCloud, have downloaded iOS7 and Mavericks, and have photo sharing and photo stream turned on on the iPhone. I am using iPhoto '08, version

  • Problems with Inter-Portlet Communication in Weblogic Portal 10.3

    Hi, I'm developing a web application using Weblogic Portal 10.3. The requirement is that the work requests have to be stored in a workbasket which can be submitted by the user at the end. The user can create multiple request of same form. Consider a

  • Vendor Master Activity

    I want to clean up our Vendor Master File. I need to get a list of all Vendors with no activity over the last 3 years. It's seems this would be a standard report but I do not see one that meets this needs. How do I get  a list of Vendors that can be

  • The question about the house bank

    Use t-code FI12 to define the house bank,could anyone please tell me the function of the bank key?And why different house bank can have the same bank key?

  • Urgent !!! coding for report 9i

    Hi evryone I need oracle proffesional to solve my issue. I have foloowing code Written Onn KEY-Print Trigger (form 6i): DD_PARAMETER(LIST_ID, 'P_FIN_YEAR', TEXT_PARAMETER, :FIN_YEAR); if :bic_cat_no = 3 then      ADD_PARAMETER(LIST_ID, 'P_maint_type'