Sales Order Header Conditions greyed out

Hi All,
For two Sales Organisations and for two Order types (QT and Order) few of the condtion types (Header Condtions) are automatically coming as empty values (0.00) and are greyed out while creating a sales order / Quotaion. Now if user wants to change these values, he has to re-enter the conditions again and give some value (Discount/Freight). Therefore, there are two same condtion types in the sales order / Quotation (one greyed out with empty value and other which user manually entered).
Now my question is, why the system is taking the empty values and why the condtion type is getting greyed out? Can I debug it? if yes, where should i keep the break point or which user exit i need to check the logic (am sure it cannot be controlled by configurations).
Awaiting ur replies.
Thanking you in advance.
Cheers,
Anil.

Hi Ram,
Thanks for patiently replying to my questiosns.
As these are Header condtions no access sequence is maintained. More over, when i try to create a condtion record for these condtion type, system throws me the error.
Am sure it has nothing to do with our standard customizing and must have some logic behind it. But how and where to investigate it? at what part of program i need to debug? which user exit should i refer??

Similar Messages

  • Partner field in Sales Order should be greyed out

    How can I do the configuration for making a particular partner in Partner Tab of a specific Sales order type greyed out so that it is not open for change

    Follow the following steps:
    1. Go to transaction <b>"VOPA",</b> next select the radio button for sales document header.
    2. Click on<b> Partner procedures [F6]</b>. Select the procedure which is assigned to the sales document.
    3. Click on <b>Procedure details [F2]</b>.
    This would gives you all the partner assigned to this procedure in turn attached to the sales document. One can make configure the partner as "Changeable", Mandatory, etc.
    Regards,
    Gauravjit.
    Reward Points if solution is helpful.

  • Sales Order - Header Condition

    Hi Experts,
      I am able to create Sales Order Using BAPI in LSMW.
    But I have a requirement where I ahve to migrate a Condition Type for freight in the Header with an Amount.
      I used Segment E1BPCOND. But this condition goes for each line item and at the same time it gets repeated in teh HEADER Condition as many times as the Item.
      But I need this condition in the HEADER Only ONce irrespect of the number of line items.
       Could you please get me a solution how do I carry out USING BAPI mathod in LSMW.
    Thanks,
    Jack.

    Well,we have implemented for transportation the ``route-settlement`` ,I didn`t meet with ``stops during the sales order`` ,but we are using  kind of condition ... I suppose You will create Your own requirement (VOFM) ,If I would be You ,I copy and change the requirement what Your current condition is using,so You have to create a new one using ABAP ,then test in the development .However if You really want to give a chance for using SAP`s cond.rec. then ask them for an advice on OSS or search in NOTES ,might they have the solution. I don`t know Your system ,and its quite difficult to give an advice,Your problem is very specific,on which the management here used to spend days or weeks to decide if we should go for it or not. I am sorry if I couldn`t provide for You any solution ,but anyway You asked an opinion about Your steps ,and mine is that You have to create Your own cond.rec.with a requirement.
    Good luck,and let as know about Your succes!
    Regards,
    Gabriel Czilling

  • Sales order sold to greyed out

    Hi,
    when i was practicing in IDES i found in sales order change view the sold to part field is grayed out and doesn't allow for change.
    can any body help me out in making it to as normal change field.
    Thanks
    Reddy

    Based on the scenario, you require to configure Partner function accordingly.
    Normally in sales ordere, if you check not only sold to party, but other fields such as sales area .... are also greyed out.
    However, if you want to configure Scenario: Sales order with dummy customer, you will require sold-to-party in editable mode.
    You should refer to site: help.sap.com
    SAP Best Practice --> Baseline Practice --> For Eg: Based on ECC 5.0 --> Select Country, say India -->  Technical Information --> Building Block --> select Country, say India --> List of scenario's & basic configuration.
    Regards,
    Rajesh Banka

  • Question around Sales Order Header Condition.

    Well, a new requirement came up and, I'm trying to solve it using the standard functionality of SAP but, seems it's not working properly. I'm thinking on develop an alternative formula but, let me know your opinion. Take a look at this requirement and cases :
    Template Request u2013 Business Requirements
    Request Title :  Allow fixed amount pricing conditions without regard to ATP results
    Functional Area : SCO Pricing    
    Problem Summary:
    The US allows customers to combine multiple orders to be delivered on a single truck to different locations and charges a flat $75 stop-off charge for each stop after the initial stop.  The $75 charge is not dependent on the quantity ordered vs. the quantity delivered.  This condition is applied below NSV.  Below is how the condition as configured currently.
    ZSTC - Stop u2013Off Charge Condition
    Access Sequence: manually applied on the order
    General Ledger Account:  291015
    Account Key: ZDB
    Non cumulative
    Not Mandatory
    Manual Entries only
    Positive Adjustment
    Non exclusive
    No Accruals
    Fixed amount
    Header
    Template functionality prorates the $75 across products, so that if product is cut during ATP check or at the warehouse the charge that will appear on the billing document is less than the required $75.
    Scenario 1:   No Cut
    Requested Qty - 300
    Confirmed Qty - 300
    Stop-off Charge Manually Applied in the Order - $75.00
    Goods Issue Qty - 300
    Billed Qty - 300
    Stop-off Charge in the Billing Document - $75.00
    Scenario 2: ATP Cut during Order Capture
    Requested Qty - 300
    Confirmed Qty - 225
    Stop-off Charge Manually Applied in the Order - $75.00
    Goods Issue Qty - 225
    Billed Qty - 225
    Stop-off Charge in the Billing Document - $56.25
    Scenario 3:  Warehouse cut.       
    Requested Qty - 300
    Confirmed Qty - 300
    Stop-off Charge Manually Applied in the Order - $75.00
    Good Issue Qty - 225
    Billed Qty - 225
    Stop-off Charge in the Billing Document - $56.25
    Summary: If the order is cut, Stop-off Charge will be prorated in the billing document.
    Business Objectives
    The objective is to be able to apply the $75 stop-off charge without regard to ATP or warehouse cuts.  If the requirement is not delivered, the CSR will have to adjust the stop-off charge to something greater than $75 so that after ATP or warehouse cuts, the end result will be $75.
    Business Benefits
    The benefit will be invoice accuracy and no additional manual intervention.
    Requirement Description:
    Allow the stop-off charge to be a fixed amount without being affected by ATP or warehouse cuts.
    Potential Solution:
    Explore the possibility of capturing additional information in the order (using some exiting or new field (when multiple stops are involved and have stop-off charge applied automatically using that field.
    I did several rehearsals but, without my expected results.
    Thanks for your collaboration.
    Alex
    MARS Inc.

    Well,we have implemented for transportation the ``route-settlement`` ,I didn`t meet with ``stops during the sales order`` ,but we are using  kind of condition ... I suppose You will create Your own requirement (VOFM) ,If I would be You ,I copy and change the requirement what Your current condition is using,so You have to create a new one using ABAP ,then test in the development .However if You really want to give a chance for using SAP`s cond.rec. then ask them for an advice on OSS or search in NOTES ,might they have the solution. I don`t know Your system ,and its quite difficult to give an advice,Your problem is very specific,on which the management here used to spend days or weeks to decide if we should go for it or not. I am sorry if I couldn`t provide for You any solution ,but anyway You asked an opinion about Your steps ,and mine is that You have to create Your own cond.rec.with a requirement.
    Good luck,and let as know about Your succes!
    Regards,
    Gabriel Czilling

  • User exit to modify sales order pricing condition

    Hi Experts,
    I need ot modify Sales Order Header Condition (ZFRH), Condition Value (KWERT) for Transaction VA01 & VA02
    I agree there are many user exits which will modify XKOMV-KWERT structure and can populate what ever value we insert.
    But the value we insert is inserting into line item condition and the total of all line items is populating in Header .
    I need to modify only Header condition without populating Line items
    Thanks ,
    Basheer .

    Hi:
    Program : MV45AFZZ
    search for USEREXIT_NUMBER_RANGE.
    BR,
    Manthana

  • Tax code entry in sales order item conditions  from excel template

    Hi experts ,
    I have a requirement , in which  tax code in sales order item conditions should be determined from an excel template.
    A Z transaction will fetch values from the template & create sales order in which tax code will be detrmined from the template only, irrespective of the value maintained in condition records.
    Kindly suggest the way, how this can be implemented. Currently tax code field in item conditions of sales order is greyed out and hence cann't be maintained directly in sales order.
    Is there any user exit which can take values from excel template & populate tax code in sales order, bypassing condition records?
    Thanks in advance,
    Vimal

    Hi Vimal,
        I don't understand why you want to read tax code from excel, bcoz what ever criteria you are trying to determine the tax code from excel sheet you can build a condition table and arrive at the appropriate tax code with condition technique.
    Just think, if you some how achieve to get the tax code to pick up from the excel sheet, what will happen if you want to change the order after few days or create a subsequent document? the system will try to read the record from the condition records and may go for a toss.
    My opinion is, suggest the user/business to use the condition technique and build your condition tables with all possible options and arrive at the tax rate and tax code.
    If you still want to go ahead with bespoke develpoment, request you to further specify your requirment so that someone can help you.
    I don't think it is the right idea to reinvent the wheel again.
    Regards
    Raj

  • Sales order pricing conditions

    Can any one let me know what are the tables that are updated while working with sales order pricing conditions .......      r sales order conditions

    Hi Ali,
    VBRK     Billing document :header data
    VBRP     Billing document :Item data
    KONH      Conditions header
    KONP     Conditions items
    KONV     Procedure ( billing doc or sales order)
    KOND     Conditions (data)
    These tables will give sufficient information on Sales order pricing and its billing conditions etc.
    best regards
    Ramakrishna

  • Sales tab in Sales order header

    Hello Gurus
    When i create a sales order and delivery number for my warehouse. the the 'Delivery status' field of Sales tab in the sales order header data is automatically getting updated 'Fully delivered' .If i create a sales order with out saving the entry and if i go to 'Delivery status' field to check for the delivery status it says 'Not delivered'
    Can you please let me know how this field is getting updated .Is there a config where i can control this .
    Thanks

    Hi,
    Once you create a delivery for the respective line item for same qty  the delivery status will be change to fully delivered.
    But when you create a sales order in VA01 and before saving you see the status its " Not delivered" because the line item deliver has not been donr ( delivery document not created). Its an standard SAP behavior.
    Also check the copy control in VTFA  in update document flow field at item category level
    Hope this will help you to resolve your query!!
    Regards,
    Krishna O
    Edited by: Krishna O on May 28, 2010 7:16 AM

  • How the sales order header status update?

    Hello,
    In the sales order header "STATUS" tab is there, under this status tab we can find OBJECT status if we click that object status it shows the Object number,Object category,status profile and status with status no. on which bases this status will update in the sales order header?
    my case is Status "10-xxxx" set automatically for some orders.
    Could you plz let me know on which bases, the status will be updated in the sales order?
    Regards|KS

    Hi
    SAPu2019S GENERAL STATUS MANAGEMENT FUNCTIONALITY
    General Status Management replaced order status management functionality in recent SAP releases (4.6C).  This discussion will address general status management, as this is how SAP allows user statuses for controlling objects in this and future releases.
    General Status Management applies to internal orders, project definitions, WBS elements, production orders and many other objects in SAP.  For the purposes of this discussion we will concentrate on status management for internal orders and WBS elements.  A list of all objects relevant for status management will be made available upon request.
    A status is an indicator that fulfills two functions.  First, it informs you that a particular status has been reached.  For example, an internal order has been created and released; a settlement rule has been entered; a particular business transaction has been executed, etc.  Second, it influences the business transactions you can perform for a particular status.  A status can allow a business transaction; allow a business transaction but issue a warning message; or prohibit a business transaction altogether.  If a warning message is issued it is up to the user whether the business transaction is carried out or not.
    Statuses can be used to control and communicate.  Statuses can be used in reporting (show me a report of all internal orders with a status of TECO, or technically complete).  Statuses can be used as selection criteria (select all internal orders with a status of CLSD, or closed).  Statuses can communicate the state of an object (ready for archiving, not ready for settlement execution).
    There are SAP standard delivered statuses that apply to all object types.  These are known as SYSTEM STATUSES.  CRTD, REL, SETC, TECO are examples of SAP standard system statuses.  SAP standard system statuses cannot be removed from use.  You cannot override the SAP system status with a user status.  You cannot change the behavior of an SAP system status.
    User statuses (or user defined statuses) exist in addition to SAP standard statuses.  User statuses are intended to augment or refine SAP standard statuses, not replace them.  There is no limitation to the number of user statuses that can be created.  Both system and user statuses influence business transactions in the same way.
    An object can have multiple statuses active at the same time.  A plant maintenance order can have released, preliminarily costed, work order printed and confirmed statuses all at the same time.  For SAP display purposes only one status can be displayed on the status line in master data screens, but it is possible to see all active statuses for an object at one time by drilling down into the master data screens.
    A STATUS PROFILE, or user status profile, contains individual user statuses and the business transaction rules defined for those statuses.  There is no limit to the number of user status profiles that can be maintained in SAP.  A user status profile is assigned to an order type or a project profile in configuration.  This user status profile is then defaulted into all objects that reference that order type or project profile.  A users status profile can be overwritten (or deleted) in an individual object (via native master data screens), but only if a user status has yet to be activated for that particular object.  Once a user status has been activated for that object the user status profile cannot be changed.
    HOW STATUS MANAGEMENT WORKS
    When an object (internal order, WBS element, production order) is created SAP assigns the system status CRTD.  MIT automatically releases the order, so the system status REL is also activated.  If there is a user status profile defined in the order type (or project profile) this is carried over into the internal order (or WBS element).  If not, only the SAP system statuses will apply to this object.
    When a user executes a business transaction for this object, SAP checks the user status to see if that business transaction can be executed without any additional influence from a user status, can be executed but with a warning message being issued, or cannot be executed at all.  SAP also checks whether the business transaction sets or deletes any other user statuses within the user status profile.
    A user status may also be maintained directly in the object master data.  Accessing the master data screens allows a user to manually maintain user statuses.  If necessary, an authorization code can be assigned to a user status to ensure that no unauthorized persons can change the status of an object.  Once changed, the new user status is fully active and acts no differently than if a business transaction set the user status.
    Status management and business transaction control only work with standard SAP transactions.  Z transactions will not show up on the business transaction list for an object.  The business transaction table is configurable, but SAP strongly recommends not changing that table.  SAP directly updates that table via support packs and it is often impacted during upgrades.
    Authorization codes / keys are available in user statuses.  The authorization code is checked only when user statuses are being set manually, from within the objectu2019s master data screens.  This ensures the user has the proper authorization to set that status for that particular object.  However, it is important to understand that SAP sets a user status in reaction to a business transaction it does not perform an authorization check.

  • Sales order Item condition currency

    HI
    i have following requirement
    In sales order item conditions Currency should change automatically From USD to INR, it means USD is sales document currency.
    But in PO currecny is INR, so i want to populate INR in Sale order items condition type PR00, there is BAPI which trasfer PR00 price from PO header, but now i want transfer the same currency type in to Sales order.
    regards
    satsih

    Hi thanks for your input, Using routine is effect to other sales document types, i want for ZDR (debit memo request) only not for all documents. any other solution
    regards
    satish

  • *Credit Control Data reome form sale order header data*

    Hi
    have any option for remove credit data from sale order header (VBAK-KKBER)?
    Thanks
    L.C

    Hi Lalith,
    Its not possible to delete KKBER Data from Sales Order.
    because it carries out from customer master XD01 and FD32
    if you want remove, if the sales order is open status delete the same and delete it from customer master and again raise the sales order and check the same,
    Thanks and Best Regards,
    Muralidharan S

  • Sales Order Header texts

    Hi All,
    I am getting 3 texts from 850 IDOC on to Sales order header texts. I created 3 new textid's for them. This is working properly in Dev system and I moved them to Test system.
    In Test system I checked the header texts, only the following text id's are comming. They do not have any data and remaining textid's are not comming.
    DEV
    Form Header
    Header note 1
    Header note 2
    Shipping instructions EN
    SAC code C000
    SAC code I410
    SAC code E740
    Carrier requested by customer
    PST EN
    PED EN
    ZTR EN
    TEST
    PST
    PED
    ZTR
    I went to VOTXN and checked sales order header texts ->  Textprocedure -> Z1-Order Text Procedure, Text Id's in this procedure, I see 11 ID's there in Dev and in test system I see only PST, PED and ZTR. I created these three in text object VBBK sales docu header. It is working fine in Dev and when I move these to Test system only these 3 id's are showing up. I wrote the code for this in ZXVEDU06. How come the remaining Id's are not showing here and values are not comming for these 3 Text Id's.
    Can Someone please help me with this.
    Thanks,
    Veni.

    Hi Bhasker and Bill,
    Thankyou for your valuable information.
    Bhasker, I added all texts again and trasported. Now in test system I can see all of them.
    I commented out all the code in ZXVEDU06 and created a sales order, as you said it picked up all the texts automaticaaly. This is the first time I am doing this work, so by someone's suggestion in SDN I created the include and wrote the code in ZXVEDU06.
    It is working fine for this customer but if I try to create sales orders for other customers then I am getting the following error.
    I/O error for text VBBK 0023 EN
    I/O error for text &1 &2 &3 &4
    Message no. TD607
    Diagnosis
    You want to read a text from the database, delete it, or save it to the database.
    System Response
    An error occurred when the database was accessed.
    Procedure
    Try repeating the procedure. If the error recurs, contact your system administrator.
    Can someone please help me with this problem.
    Thanks,
    Veni.

  • Complete delivery indicator in the sales order header level

    my order quantity is 10 and having the complete delivery indicator in the header level
    Complete delivery indicator in the sales order header level
    when i am doing the partial delivery i got below error
    Delivery quantity is less than quantity of 10 PC assigned to batches
    this is warehouse linked.
    Please let us know how to do the partial delivery.
    when i click on the bacth icon to reduce the quantity it is greayed out.
    is there any posiblity to reduce the quantity in the transfer order
    Please do the needfull
    thanks
    Raju.

    Hi
    Usually this Complete delivery indicator flow from Customer master data. you need to change this data in Customer Master
    Sales Area Tab under Shipping view Remove the Complete delivery indicator, also in Partial delivery per item keep the field Blank ( Partial deliveries allowed )
    I hope this will solve your issue
    Award if useful to you

  • BADI for sales order header level data

    Is there any BADI which will give me the sales order header level data? I need net price of the sales order in header level. KOMK structure does not contains the net price value.

    My requirement is:
    I am writing a pricing routine for calculating ZSMR condition value in sales order header level. The formula for calculating is (NET PRICE / NET SALES COST) / NET PRICE.
    I can't use VBAK  because I have not saved the sales order yet. I need to use some structure.
    Which structure contains the net price of the sales order in header level. KOMK structure does not contains the net price value.
    Edited by: dossgs on May 21, 2010 4:08 PM

Maybe you are looking for

  • Passing a structure of selected fields

    hi folks hope all will be fine just see the code typed below it is a module pool program and thing is here instead of passing the table lfa1 into custom container , i need to pass a internal table that contains specific fields . what i need to do any

  • SSD's not working/ being detected - Windows install errors on HP Dv6-1149wm laptop

    Okay, well I have tried three different brand new ssd's: 1. kingston v300 120gb SSD, 2. samsung 840 120gb ssd, and 3. another kingston v300 120gb SSD. Tried in that order. The Kingston drives- Were not detected at all by the bios no errors or nothing

  • How do I find 'open in' on ipad

    I cannot find 'open in' on my ipad. It is not under the action key. How do I find it.

  • .MOV file won't open in quicktime

    I have a Macbook Air OS 10 version 10.7.2 , Processor 1.68 ghz intel core i5, memory is 4gb 1333 mhz ddr3. When i drag the .mov quicktime movie file into quicktime player i get this error message: "The document could not be opened. the movie's file f

  • Unable to shade a cell in template sap 4.6C

    Hi All, I am using the version SAP 4.6C. I  am unable to shade cell in template.i got message 'Boxes and Shading not allowed in within the table'. But able to shade a cell in templete from SAP 5.0 onwards. Please suggest how can we resolve this issue