How to make material code field mandatory in VA01

Dear all,
I want to make material code field mandatory while creating sales order (VA01). As of now even if I dont enter material code , and just enter customer code and P.O. number ,  I am able to save my sales order.
I tried to do it with incompletion log , but could not succeed.
SHD0 could be an option, is there any simpler way out ?
Please suggest.
Regards,

Hi,
You have 2 options.
1 - Incompletion Log
If you add Material filed to your incompletion log, then when you try to save the sales order it'll give the "Save / Edit" pop up message. But then by pressing Save button you can save the sales order.
If you want to avoid that pop up; do this. (To avoid user saving Incomplete sales orders)
Go to VOV8 Tx.
Go in to your sales document type
Under "Transaction flow" section mark the "IIncompletion messages" tick box
Then try with a new sales order without a material number
If won't give that pop up message any more where as it'll always go in to the incompletion log. So you can't save it without maintaining the material.
That's a alternative way of doing.
2- SHD0.
Best regards,
Anupa

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.

  • How to make tax classification field mandatory in sales order ?

    Hi,
    while creating sales order, " how to make tax classification field mandatory ".
    Please tell me the procedure.
    In tcode OVA2. what are the entries for fields,table.
    Regards,
    sapsduser

    Dear ,
    Could you please share why you want to make tax Classification field mandatory in sales order.
    Maintain Tax classification field for customer in Customer Master Data = (Sales Area Data - Billing document Tab page)
    Tax Classification field for Material in Material Master Data = Sales Org. 1 View.
    While creating sales order and enter customer and material system automatically fetch the tax classification related data into sales order.
    Tax is calculated based on the ship to party.
    Hope this will help you.....
    Regards,
    Manoranjan.

  • How to make the CATEGORY field mandatory in the SMIN Support Ticket in test management?

    Hi,
    how to make the CATEGORY field mandatory in the SMIN Support Ticket in test management?
    Rg,
    Karthik

    Hi Kamal,
    This note steps will no validation that the user actually enters a value and the message will be created even if this 'required field' is left blank.
    Any other way to validate the enter a value also?
    Rg,
    Karthik

  • How to make material number field invisible in MM60?

    Dear expert,
    Is there any way to make material number field invisible in MM60 for one user?
    Best regards

    Hello,
    You may create a transaction variant for MM60 and hide Material code using SHD0. Then create Variant group and assign users to this group.
    Thanks,
    Venu

  • RFASLM00 .... modification to make company code field mandatory

    Hi Gurus ,
    I want to know , how to make the company code & document number field in the selection screen of RFASLM00 as mandatory .
    I tried to search the decleration of these select options in the program , but not able to figure it out . I think its through dynamic slection . Please help me .
    Thanks in advance .
    Sud

    DIPLAY PROGRAM IN SE38
    click GOTO frommenu and select attributes
    double click LDB in attributes
    click the click the SELECTION button
    you can get the bukrs,document selection fields
    AT SELECTION-SCREEN ON BR_BUKRS-LOW.
    IF BR_BUKRS-LOW IS INITIAL.
    MESSAGE 'MANDATORY' TYPE 'E'.
    ENDIF.
    AT SELECTION-SCREEN ON BR_BUKRS-HIGH.
    IF BR_BUKRS-HIGH IS INITIAL.
    MESSAGE 'MANDATORY' TYPE 'E'.
    ENDIF.
    AT SELECTION-SCREEN ON BR_BR_BELNR-LOW.
    IF BR_BELNR-LOW IS INITIAL.
    MESSAGE 'MANDATORY' TYPE 'E'.
    ENDIF.
    AT SELECTION-SCREEN ON BR_BR_BELNR-HIGH.
    IF BR_BELNR-HIGH IS INITIAL.
    MESSAGE 'MANDATORY' TYPE 'E'.
    ENDIF.

  • HOW TO MAKE MATERIAL DESCRIPTION  FIELD IN SALES ORDER AS UNEDITABLE

    how to make the material description field as un editable in sales order , pls help me

    Through Transaction Variant <b>SHD0</b>
    Refer the thread
    /message/4083386#4083386 [original link is broken]
    Message was edited by:
            SHESAGIRI.G

  • How to Make Project Code as Mandatory

    Hi ! I Need Project code as mandatory in Po's and Sales Order in Row Level. How to Make that one. Also i have a issue with approved PO's. If some PO got approved is there any option to make amendment and resend for again approval.
    Thanks and Regards
    Kamal

    Hi Kamal.......
    Try this below SP for making project Code Mandatory........
    For Sales Order:
    If @object_type='17' and @transaction_type='A'
    BEGIN
    If Exists (Select T0.DocEntry from ORDR T0 Inner Join RDR1 T1
    On T0.DocEntry=T1.DocEntry
    Where T1.Project Is Null
    And T0.DocEntry = @list_of_cols_val_tab_del)
    BEGIN
    Select @error = -1,
    @error_message = 'Please select Project'
    End
    End
    For Purchase Order:
    If @object_type='22' and @transaction_type='A'
    BEGIN
    If Exists (Select T0.DocEntry from OPOR T0 Inner Join POR1 T1
    On T0.DocEntry=T1.DocEntry
    Where T1.Project Is Null
    And T0.DocEntry = @list_of_cols_val_tab_del)
    BEGIN
    Select @error = -1,
    @error_message = 'Please select Project'
    End
    End
    If your PO is approved and you want to ammend it then your approver has to reject the PO first and it will come to you and then make edition and send it again......
    Regards,
    Rahul

  • How to make "Marketing lead" fields Mandatory ?

    HI Experts ,
    I have very urgent requirement . I have to make "Marketing Lead"  attribute mandatory and what object is behind it .
    I have to make "Phone" & "email" as mandatory fields but i don't know where to start and what object i have to enhance .
    Any suggestion will really appreciated .
    Regards ,
    Rishi

    Hi Rishi,
    That's probably COD_MarketingLead.QC screen.
    Open this screen, select the Section Group, go to Ext. Explorer, and click on Adjust Properties.
    Find the field you want to set as mandatory and change this property to True. This will make the blue star appears right next to the field.
    Then write a logic just like suggested by Sunil in the OnSave.absl script to add a hard stop in case the field is not filled, with error messages, etc.
    Hope this helps!
    Best regards,
    Fernando Giroleti
    SAP Cloud Service Center AMEA

  • 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 Target Value field mandatory in WK  contracts

    Dear All,
    Can the Target Value field in quantity contracts be set to a mandatory field like in Value contracts?
    Regards.

    Hi
    quantity contracts are used when you would like to limit quantity irrespective of the value of contract. Therefore quantity field is made mandatory here.
    similarly value contract is used when you would like to limit value irrespective of quantity of goods.Therefore value field is made mandatory here.
    Hope it helps you.

  • How to make WBS element field in Notification a mandatory.

    How to make WBS element field in Notification a mandatory.
    Should I use USer Exit.
    In cutomization I didnt find ant standard customization

    Hi,
         If it is about WBS element field in Maintenance Order then check up user exit ;- IWO10009 PM Order: Customer Check for 'Save' Event
    For Notification i am not sure whether this field is ther , but anything u can perform checkings via 
    QQMA0014 QM/PM/SM: Checks before saving a notification
    Alternatively u can also explore via Transaction variant SHD0 ..
    regards
    pushpa

  • Can you suggest how I can make only "salesperson" field mandatory?????

    Hi gurus,
    I want to make the field "Salesperson" in the Communication tab in the PO header mandatory.
    When I set the field selection accordingly(field "salesperson" as required entry), other fields such as your reference, our reference, telephone number becomes mandatory.
    can you suggest how I can make only "salesperson" field mandatory without making related fields mandatory?????
    Regards
    Sara

    Hi,
    Go to spro->MM->purchasing->PO->Define screen out at document -> select NBF ->Reference data, header->set field Reference, salesperson etc. as mandatory.
    reward full point if resolve,
    Regards,
    Chetan.

  • Re: How make delivery group field mandatory in va02 in shipping tab in sap abap

    /h
      Hi experts i want to make delivery group field mandatory in va02 in shipping tab using enhancements. can anybody help me
    <removed by moderator>
    With Best Regards
    Nagaraj
    /h
    Message was edited by: Manish Kumar

    Hi Nagaraj Muniyappa,
    Can please show me a snapshot of the same? Because I didn't found any delivery group field in shipping tab in VA02.
    And there are many exits/badis are available for sales order you can use them.
    regards,
    Rajesh Sadula.

  • Vendor Master Management - How to make 'Corporate Group' field an autoupdat

    Vendor Master Management - How to make 'Corporate Group' field an automatically updated field
    Frnz,
    I am doing a Spend Analysis and thereby restructring some aspects of SAP and business processes. One of the intiatives is to leverage the 'Corporate Group' field in Vendor Master for getting the consolidated spend visibility at the corporate group level of vendors. So far this field wasn't been used to effect. I can update it manually, but the question remains is how do I do with the change management of the corporate group of large vendor base in the scenario of everhappening Mergers and Acquisitions. Are there any alternatives anybody can suggest ? (Like linking D&B numbers etc)
    Thanks in advance for your suggestions..

    Hi Shiv,
    Let me elaborate the purpose of using this field. I want to have a consolidated spend visibility across a corporate group which has multiple vendor codes. Its difficult everytime to group the spends of these vendors manually especially when the number of vendors are too high. Also sometimes the names of vendor companies may not indicate that these are from same corporate group but in fact they could be. In order to have the reports generated on corporate groups, I must maintain this field in vendor master or a Z table. But the problem here is, it should be possible to update this field as and when there are any mergers or acquisitions at vendor side and the corporate group of a particular vendor gets changed due to this. So this has to be effected in vendor master or Z-table automatically. I do know that there are certain agencies like Dunn & Brad (DNB) which provide possibly the details on corporate group of a company but its not fully effective for Indian Vendors as its not mandatory on them to have DNB number & also its a disconnected process and I was looking to connect it seamlessly to Corporate Group field so that I need not bother to update these things manually everytime. I also wanted to explore various possibilities of doing this.
    I hope I have spelled it out correctly.

Maybe you are looking for

  • Map Builder Preview rendering errors

    I am having problems using Map Builder. I have wasted quite a bit of time trying to fix these problems assuming I was doing something wrong, or something was wrong with my data. Error 1: I create a map using 2 themes. One theme is a geometry theme of

  • No data on BlackBerry 10 even with a working data plan

    Hi, Q10, unlocked, 10.1.0.4181, Estonian SIM card with a working data plan, correctly set APN, a bunch of restarts, etc - still no data connectivity. With WiFi on, data works, BBM works, everything except for the App World (which is n/a here) works.

  • Problems with 11g on OEL5 (update 3) / net configuration assitant fails

    While installing 11g on OEL 5 the net configuration assistant failed: Oracle Net Services Configuration: # An unexpected error has been detected by HotSpot Virtual Machine: # SIGSEGV (0xb) at pc=0xb7e772f3, pid=7352, tid=3084941520 # Java VM: Java Ho

  • NI-Scope NI 5102 Timeout

    I am using a NI-Scope card NI5102 to aquire pulses, and therfore using edge trigger. I periods were ther are no pulses I want to acuire the noise. This can be done by changing the triggering mode by the software, an it works fine. The problem is the

  • Failed to initialize SessionFactory for database 'eacstore'

    Hi, I've installed Oracle Endeca Commerce version 3.1.2 on Linux (CentOS 5.9) by using all the default values (hostname: localhost and port numbers) MDEX 6.4.1 Platform Services 6.1.3 Tools and Frameworks 3.1.2 After deploying the Discover Electronic