Delivery Block Status text  / Billing Block Staus text

In  the Sales Order Overview Screen
Sales View
Even though we had removed the delivery Block from the Schedule lines and saved the order,
We still have the
Delivery Block Status  as  BLOCKED
Billing Block Status  as  BLOCKED
How can we remove this?

Hi,
Check sales document type in configuration VOV8 whether delivery and billing is blocked. if it is blocked make it as blank. and check in sales order.
Regards,
Sasikanth.Ch

Similar Messages

  • Delivery block status is Blocked

    Hi all,
    In a standard order(VA02), initially for item 10, we enter a material and then save it.
    Then the same item 10 is changed into a different material.
    However, the delivery block status in Item 10 for the first material is still 'Blocked', whereas for the newly entered material the delivery block status says 'Not Blocked'.
    Please let me know the reason for this.
    Thanks and regards,
    Anishur

    This is not standard (if i recall). This might have developed in one of your sales user exits. Check out all of your user exits in program SAPMV45A..... Specially in source determination and save document prepare user exits (may be in include MV45AFZB and MV45AFZZ)

  • Service contract - Billing block

    Dear Guru's
                 i am doing  the service contract with standard document type  WV.But my client requirment is,he wants to block the individual line item wise in VA41 and Release in VA42 by individual line item and do billing in VF01.
               could anybody tell me how to configure the same. i am using the Billing plan Periodic .
    Thank you
    suribabu

    Hi,
    You can achieve same using status profile conifg at item level, i did same for my service contract for order creation block ( IW31) and Billing block,
    try with status profile , i hope its help you to block Service items in sales contract.
    Regards
    Nishad

  • Billing block and Order Reason

    Hi Gurus,
    I have recently created a billing block which I have entitled Z2 - Goods Movement and assigned it to all customized Z sales documents.
    This is a requirement from our client wich has the following effect:
    - It still allows delivery to happen
    - It doesn't print the invoices or other sales documents but saves them to be produced on demand at a later time
    Now the client wants to link this billing block so that when their end-user creates a sales ordermin VA01, he also chose an order reason to justify the use of this billing block. He wants to call this order reason: 'Billing block for goods movements'.
    1- Is that possible to do without using ABAP?
    2- How can I create a new Order reason myself?
    Your help us greatly appreciated.
    Thanks
    Chris

    Hi Chris,
    Your first point:
    I have recently created a billing block which I have entitled Z2 - Goods Movement and assigned it to all customized Z sales documents.
    This is a requirement from our client wich has the following effect:
    - It still allows delivery to happen
    - It doesn't print the invoices or other sales documents but saves them to be produced on demand at a later time
    You have created a billing block so it does not stop delivery to happen. To stop delivery you must use delivery block.
    With billing block you can not make billing document, then how you can print the invoice.
    You can create your order reasons in IMG- S&D -
    Elaborate what actually you want with order reasons? In billing block only you can give the reasons for that.
    Regards,
    Ravi

  • User exit / BADI for billing block in VL01n

    Hello Techies,
    Through custom transaction we are creating delivery notes. We run a background job to pick up these delivery notes & create return deliveries using BDC call transaction method calling VL01N (We also create order of type return for same). Though i can not see any place where billing block is filled in custom program but still there are some deliveries with billing block. Could you please let me know if there is any User exit / BADI for billing block or any configuration setting for same?

    Just to add more details:
    Our program sets memory id field.
    We call transaction VL01N.
    program clears memory id field value.
    all this happens in loop for number of deliveries.
    In VL01 user exit overwrites LIKP-FAKSK value to 05. However we have written code here which imports value from memory id. by this we come to know that we have created this delivery using custom transaction & billing block should not be set.
    From this we can conclude that only when sy-subrc for import memory id is not equal to 0 then billing block is set.
    what could be the reason for sy-subrc for import memory id is not equal to 0 ?
    can it be because of number of deliveries created at a time where memory id export / import is causing problem?
    we are not able to replicate this issue in Dev/Quality systems.
    Thanks & Regards,
    Sachin

  • Delivery block status text

    Hi,
    I need to get text for the field "DELIVERY BLOCK STATUS" under the tab "Shipping" in transaction VA03.
    The delivery block status is saved in VBUP-LSSTA and possible values for this are space,A,B and C.
    However in tarnsaction it is displayed as BLOCKED,Not blocked as shown in below fig.I want to know where these values for staus text are saved in system and how to retrieve them?

    They are stored in table TVBST.
    When the system is displaying VA03, it calls function module RV_DOCUMENT_POS_STATUS_TEXTS. This function will obtain the values from table TVBST. For example, look at this code in the function:
      READ TABLE XTVBST WITH KEY TVBST_KEY BINARY SEARCH.
      IF SY-SUBRC = 0.
        VBSTT-LSSTA_BEZ = XTVBST-BEZEI.
      ENDIF.
    If you look in SE16 for table TVBST and search for the following:
    Language                          EN
    Table name                        VBUP
    Field name                        LSSTA
    you will see the following entries:
    Language    Table name                  Field name                     Status Description
    E                  VBUP                           LSSTA                            Not blocked
    E                  VBUP                           LSSTA                    A      Not blocked
    E                  VBUP                           LSSTA                    B      Partially blocked
    E                  VBUP                           LSSTA                    C      Blocked
    This is where the descriptions are obtained from.
    Hope this helps.

  • Status changes in Problem not logged in Text assignment block

    Hello,
    when processing status changes via actions for example in ChaRM process, the status changes are logged in text assignment block.
    But for problem or incident management the status changes are not logged in text assignment block.
    How to do this?
    Thanks and regards,
    Jan

    Hello,
    sorry, but this is not working, action gets executed (I scheduled it when reaching status) but no update in text log happens.
    Any other idea?
    Regards

  • Copy control from Sales order to Delivery field FAKSK (Billing Block)- VTLA

    Hi All,
    I'm facing a standard issue, inputs and resolution from you would be appreciated,
    Issue is, If we put the Billing block in Sales order header this should not allow us to create an Invoice, But in my examples i can create the Invoice without any errors!
    The billing block from SO will be copied into Delivery header? if yes this will definitely not allow in my cases to create an Invoice, but i cannot see the Billing block copied into my Delivery! any Copy control settings missing?
    Why the Invoice will not check the Billing block from Order while creation?
    Thanks and best regards,
    Siddaram

    The billing block from SO will be copied into Delivery header? if yes this will definitely not allow in my cases to create an Invoice, but i cannot see the Billing block copied into my Delivery! any Copy control settings missing?
    Check Copy settings in VTLF tcode. Target is your delivery type. Source is your Sales Order type. Double Click to see Data transfer. Click on the small icon in field Header Data. Find your routine number and select source text. Look at the code if there is mention about LIKP-FAKSK field. You don't have ABAP, search the forum or google on how to comment it on your own to remove this data transfer.
    Why the Invoice will not check the Billing block from Order while creation?
    Check Copy settings in VTFA if it is Sales Order to Billing or VTFL if it is Delivery to Billing. Do something like above to find routines. But this time round is to check Copying requirements not data transfer and it can be at billing type level or at item level. If no check on VBAK-FAKSK field, you can copy the standard routines or make modification to customized routines to build the requirements checks. If no ABAP, search google on how to change routines.

  • Sale order delivery and billing blocked

    Hi sap sd gurus
    I have a problem after creating a sale order , the one line item in sale order showing status of delivery blocked and billing blocked , now i am unable to post delivery and billing when i see in schedule line item order qty and confirmed qty .
    Now i want to find why this is blocked and remedy for removing this block .
    Could anyone suggest me in this issue asap
    thanks in advance
    Kanna

    Dear Kanna,
    Go to XD02 at the toppage you will find Extras
    In that Extra Topage  you will find a field   Blocking Data.
    Check whether Order block and Delivery Block has been ticked.
    If ticked is there remove the tick and try Delivery and Billing.
    If you have any concerns revert back the same to me
    With Regards,
    Amjath

  • SO created delivery and billing blocked

    Hi sap sd gurus
    I have a problem after creating a sale order , the one line item in sale order showing status of delivery blocked and billing blocked , now i am unable to post delivery and billing when i see in schedule line item order qty and confirmed qty is present.
    Now i want to find why this is blocked and remedy for removing this block .
    Could anyone suggest me in this issue asap
    thanks in advance
    Kanna

    Hi,
    In shcedule lines VOV6 you have maintained  delviery block that might be one of the reason to get item blocked for delviery...
    And also some body might set delivery and billing block manually at item level so please also look at change log of that document...
    Please go to VA02 and there at schedule lines data of item level there u just reomove the deliver block manually and then save the order and also at item level in billing tabage please remove billing block manually...
    Then  try to create delveiry and billing...
    Regards
    sankar
    Edited by: sankar sankar on Jul 9, 2008 3:00 PM
    Edited by: sankar sankar on Jul 9, 2008 3:03 PM

  • Delivery and Billing block error message instead of warning in VA-01

    Hi
    We have defined certain block codes for customer in delivery block and billing block, when i block the customer using these codes and use that customer in creating sales order VA01 i get warning message instead of error.
    We donot use credit managment, Is it possible to convert warning mesg to error by configuration?
    For overall block i get error mesg.
    Thanks,
    Vaishnavi

    Dear Friend,
    One way you set that message as a error message that control is there
    Sales and Distribution > Sales > Sales Documents > Define Variable Messages
    above path find the message and put the status as error message it will work fine
    Regards
    Hanumant

  • Delivery & Billing Block at Item level in Sales Order ( Urgent)

    HI All,
    I am getting delivery & Billing block at item level when I create an order with config material.
    And I am unable to remove the blocks manually since they appear in display mode even in change mode of sales order.
    but I could see a biiling document for this order in document flow with 0 value.
    Note:
    1. The item does not have any reason for rejection
    2. Ther is no block set at schedule line category too.
    Please give me your valid suggestion as soon as possible since it is production issue.
    Thanks & Regards

    Hi Chandra,
    Please try with this
    Run VKM5 transaction with that delivery
    I hope it will help you,
    Regards,
    Murali.

  • Proforma Invoice program ---delivery related with billing block on SO

    Hi,
    I need some help on Profoma Invoice--delivery related.
    I have created a Sales order with Billing block, then created delivery and picking,handling but no PGI.
    Now I am trying to create a Proforma invoice for delivery (before PGI ),
    I can  create the Proforma invoice manually using VF01 by selecting the document type and by delivery number input in the docs selected.
    But I want to create the proforma for the above mentioned scenario using batch job, I have tried both RV60SBAT and SDBILLDL but both of them are not working.
    Both the program are fetching delivery for proforma creation if PGI is done (Even though the billing block is set on Sales order)
    or Billing block is not there on Sales order if PGI is not done.
    Thanks and Regards,
    Ananda

    Hi,
    The programs below are for the specified transactions below.
    "SDBILLDL" program is for  the transaction "VF04" which is for creating the Final invoice(Original Invoice) i.e. Billing due list.
    Where as "RV60SBAT" is for the T.Code "VF06" which is for creating the invoice in background.
    So these two programs will not create proforma invoices.
    Incase if you have only proforma invoice not final invoice,then maintain this proforma invoice type in "VOV8" T.Code under order/delivery-related billing.thwn you can create Proforma invoice by using Vf04/VF06(By using these programs).
    Regards,
    Krishna.

  • Foreign trade--Posting status of billing document block

    Hi,
    We have foreign trade set up.  In that we defined incompletion schema at line item level with commodity code as "Field ready for input - Incompletion check active".
    Can anybody tell me that, in the above setup, can there be a billing block or posting block if commodity code is not maintained in the billing document.
    And in which cases Posting status will  be "missing foreign trade data" in billing document.
    Rajesh.

    Hi Rajesh
    If you have maintained commodity code as "Feild ready for input",and if you have maintained commodity code feild as error message then it will block the billing document
    Generally the posting status will be "missing foreign trade data" in the billing document if the foreign trades data is not maintained in material master record,proper configuration is not done
    Kindly check the following link which will help you
    http://help.sap.com/printdocu/core/print46c/en/data/pdf/SDFTPRO/SDFTPRO.pdf
    Regards
    Srinath

  • Delivery block status

    hello guru's
    While creation of sales quotation in shipping tab there is field delivery block status there it’s coming automatically ‘blocked’ how to change that field.
    Here we are using make to order scenario with controlling module.
    After done CO Configuration it’s coming that message
    Can any one help me?
    Regards
    Dharma

    hi,
    goto the customer code in xd05. u will notice the delivery block there. now follow this path. imglog execution-deliveries-reasons for blocking in shipping-blocking readsons/criterion---unchek the order col.
    saurabh

Maybe you are looking for

  • SystemExec.vi runs sluggish minimized. 30 sec vs 5 sec for same USB operation.

    I am programming Microchip PICs with a Promate 3, through the USB, using SystemExec.vi. When I run with the window minimized, the operation takes ~30 seconds. When the window is left maximized, the operation takes ~5 seconds. Has anyone run into this

  • HELP ME!!!! itunes wont open, error says could not open key......

    I attempted to update itunes to the newest upgrade, and the upgrade was unsucceful, and now this error comes up everytime i try to open itunes (it wont open at all). the error says Could not open key: HKEYLOCALMACHINE\Software\Classes\.wav\OpenWithLi

  • HT201210 Why can't I restore my iPad?

    Ok, so long story short, I NEED to restore my iPad to update it to iOS 6. Then this happens in order: When I open up iTunes, before I even get to click on my iPad, it says: "The software on the iPad '**** iPad' has expired and must be updated to a ne

  • Complete mess: Here is my story

    I've BT line and O2 broadband at the moment. As O2 is not upgrading to fibre in near future, I've decided to sign up with SKY because it is slightly cheaper and no traffic shaping. 06 July: Called BT to terminate the line, but got offered a very good

  • I dropped my phone is water. How do I get it to work again?

    So I dropped my phone in water and I quickly took it out. And it still works, but the speakers are broken on it. How do I get them to work?