Sales order field mandatory

As per my requirement i want to make sales order field WBS-ELEMENT Mandatory on the basis of Distribution channel.
As i have a distribution channel 50-as Projects where i want the WBS-element to be mandatory for the sales order. How will i do this, is there any user- exit required for this , HOw will the logic will apply.
thnx

Hi,
After creating new incompletion procedure ( with WBS segment as mandatory field ) at the item level, assign it to the item category. it is better to have a new item category and new sales document type created and then assign that sales document type to sales area ie (1000, 50, 10).
By executing the above configuration, Sales document type can used only for the above mentioned area and WBS segment will be mandotry field.

Similar Messages

  • How to make Sales Office field mandatory in VA01 initial screen?

    Hi,
    How to make Sales Office field mandatory in VA01 initial screen? I mean in the first screen where we enter the document type and the sales area?
    Regards,
    Ajit

    Dear Deepak,
    Thanks for the clarification.
    But, as far, I have understood the query - it is very simple and that is..
    Whenever one creates a Sales Order (T.Code: VA01), Parameter: Sales Office needs to be mandatory (for all Sales Order, irrespective of Customer Account).
    Until-unless, user won't enter the parameter: Sales Office, System will not lead to next page (now, here we need to enter Customer/ material etc...).
    I have answered the query, in this regards, only.
    Best Regards,
    Amit.
    Note: Pls. correct me, if I am wrong. Thanks for everyones guidance.

  • Sales order field in production order

    Hi Gurus,
    I see there is a field sales order assigned to production order. In my scenario when we create a sales order production order gets created automatically in background due to the strategy group. So in production order, i see a field sales order and also i can see the sales order number in that field which is fine.
    But when we create a sales order with reference to quote, then in production order i see the quote number displayed in sales order field in the production order.
    My client wanted to have sales order number rather quote.
    Please suggest.
    Thanks,
    Quantum.

    Hi,
    Please note that if sales order stock has already been assigned to a quotation, the stock of the resulting orders is also managed under the quotation number.
    If you require to tag the sale order no to the production order then define the requirement type not as the make to order. This you can control at item category level also. While for sales order make requirement type make to order related.
    While doing so please note that you have to use the special rule to determine the requirement type which will based on the item category and mrp type.
    Hope this will help you.
    Thanks and regards,
    Atul

  • Sales order field Non Editable

    Dear All,
    how to make  sales order field -payment terms non editable to the end  users
    we do not want the endusers to change the payment terms proposed from the customer master
    With regards
    Mohammed Raees

    Hi,
    To make a filed entry enabled or grey (non-entry allowed):
    User exits in the program MV45AFZZ-USEREXIT_FIELD_MODIFICATION
    This user exit can be used to modify the attributes of the screen  fields.
    To do this, the screen fields are allocated to so-called modification groups 1 - 4 and can be edited together during a modification in ABAP.
    If a field has no field name, it cannot be allocated to a group. The usage of the field groups (modification group 1-4) is as follows:
    Modification group 1: Automatic modification with transaction MFAW
    Modification group 2: It contains 'LOO' for step loop fields
    Modification group 3: For modifications which depend on check tables or on other fixed information
    Modification group 4: is not used
    The FORM routine is called up for every field of a screen. If you require changes to be made, you must make them in this user exit. This FORM routine is called up by the module FELDAUSWAHL.

  • VKM1 - Sales Order Field

    HI Guruz,
    I have looked at the thread already posted till today but not clear answer.
    When I run VKM1 report there are delivery note number available on the screen layout. I can not find any Sales order field. Is there an easy answer to add sales order field to VKM1 report? How do we change standard VKM1 layout?
    Many thanks

    Dear Friend,
    You cannot change SAP Standard Report.
    The onhly option would be to create a new Z-report based on your exact requirement...
    Hope this helps...
    Thanks,
    Jignesh Mehta

  • Sales Order field not filled in FAGLL03

    Hi,
    We have a reqmnt where we want to have sales order field in Tcode FAGLL03. Infact field is already there but not getting populated.
    Our GL code is Cost of Goods sold & we wanted to see Sales order field in it.
    Plz suggest
    regards
    MC

    Dear M C,
    Did you ever get an answer to this question?  I don't see anything in the thread, but maybe you found it out yourself.  I have the same problem.  I want to see the sales order and item in FAGLL03 (similar to KE5Z).  Let me know if you have a solution for this.
    Sincerely,
    MIchael

  • Sales Order Field "Delivery Plant" to be Mandatory

    Hi,
    In Sales Order VA01, the requirement is to make the field "Delivery plant" as mandatory field for particular document type called Tendor order ZTO. can i do this with Incompletion log or transaction variant or is there is any method to do the field mandatory using configuration.
    Pl let me know who to go about this in details.
    Thanks,
    Regards
    Ravi

    Dear Ravishankar Mariyappa
    In a sales order the delivering plant details is taken from these priority rules
    Choice 1. CMIR of sold to party
    Choice 2. CMR of ship tp party
    Choice 3. MMR sales org data 1
    According to me we will be mentioning in either one of these
    In OBD2 we make delivering plant as a mandatory field for any new accont group so that it becomes a mandatory field in CMR
    In MMR also thro OMS9 delivering plant in sales org data can be made mandatory
    So far i have not seen practcally a sales order without a delivering plant in my experience
    If you are talking about delivering plant in VA01 overview screen, then plant will never be there.
    It has to be seen in item details shipping tab
    Why it is not there in overview is, a sales order may have different items supplied or delivered from different plants hence it doesnt come in overview screen
    It is always at item level
    Without delivering plant shipping point cannot be determined and whole sales process comes to a stand still
    Plant is maintained in master data and flows in sales order and that is it
    Still i could not understand what do you mean by plant is not getting determined in your new order type ZTO always new order types has to be copied from the standard ones and to be modified according to your requirement
    But Plant details will flow from master data only for any order type
    Regards
    Raja

  • Sales Order Fields

    Hi All
    We have a situation where we have Key account customer that fax their Purchase Orders to us with a price.
    The Credit Sales Ord Type we have designed forces user to populate this amount into this field when capturing the Sales Order for the customer.
    However we need to use the same order type to capture orders for ordinary customer without forcing the user to capture the Amount in the required field .
    The one way to resolve is 2 different order types the for the different customers with different screen variants
    I however need a different solution and was considering that if the Customer master group for the ordinary customer has a different value to key account customers could I have a user exit forcing the order type to have this field populated if its a Key Account Customer validating against the value found in the customer group field.
    Thanks in advance for your assistance
    Regards
    Kasy

    Using a customer group (or any other field in the customer master, for that matter) to differentiate "special customers" from the others seems like a good solution to me. Additional requirements may be fulfilled using a user exit.
    There is also a field Pricing Procedure (KNVV-KALKS) in the customer master, where you can assign a different pricing procedure to certain customers. Perhaps you could create a special pricing procedure with a mandatory manual pricing condition - then you wouldn't need any user exits. Unfortunately, I've never done this and not sure if it would work this way...
    There should be no need to create a separate order type.

  • ECC Sales Order - City Mandatory for Partners

    Hi All,
    I am facing one issue in the Sales Order.
    In Customer Master, the City is not mandatory. We are able to save the Sales Order for customers without City and we are able to proceed the entire cycle.
    some cases, we are changing the address manually for some partners in Sales Order, at that time the system is expecting the City is mandatory in the Sales Order.
    How can I make the system not to be mandatory for Partner Addresses in Sales Order?
    Regards
    Saravanan

    Hi Arun,
    we are not using one time customer. We have two account groups "sold to party" and "Others". In Both the account group, the City is not mandatory. We are able to save the customers without City in both the account group.
    We are able to create Sales Order for these customers and can proceed delivery and billing.
    In some cases, the address of the customer in the sales order have to be changed, like the ship to address etc. When we change this address, in the Sales Order the City became mandatory (i.e it is mandatory at the time of Change in VA02, but not in VA01, that is looking strange)
    We want to avoid this situation. Because some customer dont have city.
    If there is no option, then the city have to be mandatory in the customer master itself.
    I checked the screen painter for this program and currently city is not required field. however the system asks it at the time of change (VA02) not in VA01.
    Thanks for looking into this issue.
    Regards
    Sarva

  • Sales Order Field Position KTGRM

    Hi developers,
    I have in sales Order the field of position VBAP-KTGRM Account assignment group for this material only in display but I must input and modify the existent value.
    Can you help me
    thank you
    domenico

    Please let me know is it mandatory for u to change the account assignment grp in the sales order level?
    If u want to change that, either u can do that in material master itself at sales org 2  screen. or even u want to change it at sales order level, u can create a variant in such a way that the field should display in a changeable mode.
    But i can suggest u that this acct. assignment grp can be changeable at the time og billing before u need to send this doc to accounting..
    Please reply me about ur views
    Reward points if it is useful

  • Help required: how to makes sales office field mandatory, in inquiry and qu

    I want to make the field sales office as mandatory , in Inquiry and quotation, please guide me how i can do it.

    hi
    if so then u do one thing.. enter the Tcode and then in variant name .. keep the field empty and search for Transaction variant by giving only the tcode.VA11
    if u find any transaction variants for Va11 then u can use that or else serach with VA01 and c how many Transaction Variants u r getting.. to my guess u must only be getting BUS2030..
    if that is the case u have to create new transaction variant for va11 and then proceed the process
    =====================
    GOT THE SOLUTION
    =====================
    SHD0 > enter tcode VA11 > F5 > Give the Enquiry type (IN) > give the details sales org, dist chnl, div, > Press Enter > will get the fields with options..
    Same in the case of VA21 .. giving sales org , dist chnl, div is not compulsary.. just give the document type and can proceed..
    Reward if USeful
    Thanx.. Naren..

  • How to make sales order entry mandatory in CO01

    Hi,
    I have a scenario where the system should not allow to create production order without the reference of sales order.
    I can achieve this by using transaction code CO08.But in some special cases i have to use CO01 transaction for creation of production order.Will the system prompt for sales order entry through Co01 transaction.
    Regards
    Sreenath

    Hy Sreenath,
    For this you have to use User Exit.
    -  Enhancement when Creating an Order :-
    PPCO0006 Enhancement to predefine fields in order header
    -  Enhancement During Order Release :-
    PPCO0021    Enhancement for Order Release
    Better will be create saprate Order type for such type of requirements and then include that order type in User Exit.
    Regards,
    Dhaval
    Edited by: Dhaval Choksi on Aug 7, 2008 6:12 PM

  • Sales Order Field Authorization

    We want to give user to have access in VA02, change the Sales order, but the only field she can change is the Terms of Payment (header or item level).. Is this possible?

    Hi,
    You may create authorization profile link in the link [Authorization at field level|Re: Sales Order Authorization] or
    alternatively you can use user exit in the sales order.
    Regards,

  • Populate Sales Order field in FS10N

    Does anyone know how to get the sales order # to populate the Sales document field in tcode FS10N. You can see the column after you drill down to the second level.
    Thank you

    Hi there,
    as far as i understood your problem
    1)when you are going into the FS10n and pulling the debit and credit balances for any particular gl for the yr you have selected .
    2) you are drilling on the line 1 and it takes you to a GL account line item display report where you want to see the Sales Document number as a column in the report, is that right?
    if that is the case then , click on the change Layout button (colurfull boxes one) and from the rightside column just select the sales document from the list and drag it to the left side column and arrange it as on to which column you want it to get displayed and save it and you will see that layout will bring the sales doc # from now on..
    hope this helps you, assign points if help ful
    rgds
    Jay

  • Sales order fields description chage

    How to change  the description from customer group 3 to INSURANCE in sales order -header- additional data A tab

    Hi if you want to change the description of that filed in the screen then you can
    select the field put f1 and click on technical details.
    get the dataelemnt name.
    now go to cmod.
    edit text enancement keyword change ,
    give the data elemnt and enter and now give the changed descrioption
    note this will effect the description in the table and screen also
    regards

Maybe you are looking for

  • ITunes Store Freezing with 10.5 & Windows 7

    I have Windows 7. With version 10.5 of iTunes, the Store keeps freezing on me. Can use Store if I open iTunes in safe mode, but looking for a more permanent fix. Anyone know how to do this?

  • Regarding BMM Layer MultiLTS

    I have D1 and F2 which is no join between them. But I have D2 which is joined with F1 and F2. so, I made an logical fact table and add F1 and F2, then join with both D1 and D2 Create the Hierarchies for both D1 and D2 and set the content as detail fo

  • Few errror/doubts in Primary and Standby server - Need Help

    Hi All, I am having below doubts/errors. I need help to solve all the below questions. I configured Dataguard successfully. Now the sync is upto date using the below parameters (using 11g): at primary: log_archive_dest_1= log_archive_dest_2='SERVICE=

  • How to add Args in java.exe from JNI

    Hi, there: Anyone knows how to put the arguments at the java.exe command line, involked from C++ code through JNI?

  • Party communication channel for multiple stores with multiple user id and passwords in sap pi

    Hi Exeperts, I have a scenario proxy to SAOP . where i am sending some information from my stores to third party company   with single user id and password in communication channel. but requirement  is changed now  i have 20 stores  with 20 user id a