SALES ORDER INITIAL SCREEN

Hi GURUS,,
while creating any sales process, i want the fields like Sales org, dist channel, and the Division SHOULD BE MANDATORY  fields in the initial screen, then only it shoul allow to the Overview screen..
How can i do this?
Regards

Hi
SK
U can achieve this by using Tcode SHD0 there u create variesnt by selecting transaction VA01  and make the require fiedl mandatory and assign the same varient to yr sales doc type in VOV8.
Thx.

Similar Messages

  • Text Determination at Sales Order Initial Screen

    Dear Gurus,
    I want to have the text from the material master at the Initial Screen of Sales Order rather than at Header/Item Level.
    Plz. let me know the procedure for the same.
    Thanks in advance.
    Hari

    Hi,
    Try as follows, in t-code VOTXN under Text ID's in Text procedure select the option "Y:Text will be displyed during copying"
    OR "Z:Text is obligatory and is displayed when transferring" for ur text procedure.
    Hope this helps..
    Reg,
    JJ

  • How to add a Custom field in the Standard SAP Sales Order main screen

    Dear Experts,
    We have a requirement of adding a Custom field in the Sales Order screen. I know how to add the Customer field in the Additional data B tab of the Sales Order Header Screen as that is the screen user exit provided by SAP. Can someone tell me how to add the Custom field in the Sales Order main screen. Program Name - SAPMV45A and Screen Number - 4001. What is all I need to take care.
    Thanks,
    SNK.

    I have not added the Custom filed in the main screen and added in the Additional data B screen. So closing the message.

  • I want a push button for line items in my sales order entry screen.

    Hi,
    I want a push button for line items in my sales order entry screen.
    How can I do so?
    Thanks.

    Hi Kumar ,
    To have a push buttons you need to first assign a pf-status .
    here a sample code for a push button and its handling :
      set pf-status 'SELECT' .
    at user-command .
      describe table t_lpr lines w_lines .
      case sy-ucomm .
        when 'SELECTALL' .
          set pf-status 'SELECT' excluding 'SELECTALL' immediately.
          do w_lines times .
            read line w_line field value w_check . " INTO W_CHECK .
            if w_check = space .
              w_check = 'X' .
              modify line w_line field value w_check.    "INTO W_CHECK .
              add 1 to w_line .
            endif .                        " IF W_CHECK = ' '
          enddo .
    Thus when you say pf-status say 'select' , Double click on that and you find a screen eher you can select icons and assign a function code to it!
    Hope it helps!
    Much Regards,
    Amuktha .

  • About hide special condition type in sales order condition screen

    Hi all,
        I have such requirement:
        Customer want to hide some condition type in sales order condition screen.
        I have tried the authrization object :V_KOND_VEA  but it only controll the master data level
        and the special still show on the condition table.
        I have also find any user exit in SD module:
        USEREXIT_FIELD_MODIFICATION (module pool SAPMV61A, program MV61AFZA)
        But it looks like a system modification, and need the modification key.
        So, is there any solution such as enhancement or configuration to meet this requirement?
    Many , thanks.

    Check this thread where similar requirement was discussed
    [Condition Type |Condition Type]
    thanks
    G. Lakshmipathi

  • Default lang should be EN in sales order texts screen

    we have a requirement. in sales order in header-> texts screen there is list box which shows the defalut language of the sold-to-party. my user wants that field should always have value as EN that is english irrespective of sold to partys language.
    how can i do that?
    please provide me a suitable solution rather than a link with all the user-exits for sales order.
    regards,
    pavan.

    Hi,
        Try for the Customer exit
    V45A0002  Predefine sold-to party in sales document
    in that implement the below exit.
    EXIT_SAPMV45A_002
    Try to update the E_KUNNR value in English, which gives the customer details
    Regards
    Bala Krishna

  • F4 CLICKED IN SALES ORDER CHANGE  SCREEN

    Hi Friends,
    I have a query regarding the sales orderchange.How can i know if the Delivery block f4 is clicked.Will i get any value into the save  userexit .Can you please help  me in coding it.
    Thanks and Regards,
    Kanti

    Dear Kota,
    If i maintained as "B" than system will not allow to change in Sales order.
    See my req. is System should allow the user to change price  in Sales Order and it should not allow the user to change in Billing doc.
    Regards,
    Satya

  • Can any one help in creating a sales order

    Can any one help in creating a sales order  using va01 transaction ?
    I have a reference sales order number .
    Reason why I need this sales order :- I need it to check my task.
    The task was to generate a routine using VOFM ,create a Ztable with fields:sales area and condition types .The routine is activated if the combination of condition types and sales area exists in the Ztable.
    Can anyone tell me what is relationship between the three :Ztable ,routine and sales order?

    VA01 - Create Sales Order
    Use these steps to create a sales (or project) order for the purpose of billing a cost reimbursable project. The sales order is the document that links the sponsor to the project.
    Get started (SAP menu path, fast path)
    Create sales order: initial screen
    Create project order: overview
    Create Variant to simplify VA01 data entry
    1. Get Started
    SAP menu path: (not in role ZSBM)
    SAP Fast Path
    At the Command Line, enter: /nVA01
    2. Create Sales Order: initial screen
    Order Type: (Use default = "ZPS" for Project Order)
    Organizational data: (Use defaults)
    Sales organization ("1000" for Sponsored Billing)
    Distribution channel ("10" for MIT Distribution Channel)
    Division ("10" for MIT Division)
    or ENTER
    The Create Project: Overview screen displays, as shown below.
    3. Create Project Order: overview
    Sold-to party (type in 10-digit sponsor ID number, as shown below)
    In Material field of first line item: (type PROJECT to identify as sales order for sponsor billing, as shown below)
    (or ENTER)
    Result: A field for entering the WBS element displays, as shown below.
    WBS element (type in 7-digit WBS number for project)
    Click on  or F11 to SAVE.
    A message states that Project order XXXX has been saved.
    4. Create Variant to simplify VA01 data entry
    Run VA01 as described in step 1, so that the "Create Project Order: overview" screen displays (shown at start of step 3).
    On Item Overview tab, scroll to right to find WBS element column (about half way across).
    Click on column title, WBS Element; hold and drag all the way to left; then drop next to Material column, as shown below.
    Click on tiny (multicolored) icon  above vertical scroll bar (shown above, to far right) to display Table Settings dialogue box, shown below.
    Under Maintain Variants, type name for Variant, for example "my_settings" (leaving Use as standard setting checked); click on Create; then click on Save button to close dialogue box.
    From now on, the WBS element column displays next to Material column when you run VA01.
    Check the path as
    http://web.mit.edu/cao/www/SB2002/CR/VA01.htm

  • Possibility of addition creation time in the sales order over view screen

    Hi,
    Is there a possibility of adding the creation time in the sales order overview screen in VA01/2/3.
    thank you

    hi,
    this is to inform you that,
    contact your ABAPER for this is to find out if there any possibility making time field mandatory if it is there in Standard SAP. there in VBAK table i am able to see VBAK - ERZET
    or
    if it is not available then you need to go for field exit.
    hope this helps.
    balajia
    Edited by: balaji timmampalli achari on Nov 30, 2010 6:11 AM

  • Additional Screen In Sales Order

    Hi All,
    I want to add some more fields in the sales order Additional screen A and B. So how can i proceed about it. Is there any Screen exit is there or do i have to take access key and change the screen by addign the fields.
    Thanks In advance.
    Thanks
    Ku

    SAPMV45A,4309 <<<<Additional Data A
    SAPMV45A,4312 ><<<<Additional Data B
    INCLUDE MV45AOZZ. " User-modules PBO
    INCLUDE MV45AIZZ. " User-modules PAI
    i hope the screen exit you are looking for additional Data Aand Data B screens.
    if so check the above includes.
    You need to have access key inorder to change.
    Thanks
    Seshu

  • Adding Custom Fields to the Sales Order Screens - VA01, VA02 & VA03

    Hi,
    I have a requirement to add custom fields in the Sales Order Standard Screen. Could anyone please tell me is there any screen exit available to add a tab screen or is there any possibility without modifying the standard code.
    Please let me know with the details.
    Thanks & Regards,
    Goutham.

    Hi Narendran,
    Thanks for prompt reply, it was very useful.
    Could you please let me know the procedure you have followed in coming to this conclusion of what screens to be used.
    I understand that the program is SAPMV45A.
    Thanks & Regards,
    Goutham.

  • Default sold to party in sales order screen

    After entering sales order(va01) screen, system giving default sold to party.if i want to disable this.what are the  changes i need to do?

    Can you also check in your SU3 Parameters whether there is any entry with Parameter ID - VAU?
    If some value is set for this parameter , it will be copied by default in SOLD-TO-PARTY during creation of the Sales Document (VA01)
    You can remove this ID or clear the Value.
    You can also check if there is any Transaction Variant associated with your Transaction in SHD0 through which the default sold-to-party can come.
    Regards,
    Abhishek

  • User exit on Sale order creation -  Prog- SAPMV45A, Screen - 8459

    Hi All,
    I have added additional fields on Additional data tab on sales order creation screen on screen no 8459.
    I have decleared the fields in PAI as well as defined all of them in layout.
    But out of 14 fields only 13 input fields gets displayed on screen.
    The height and width of screen are enough to display all fields.
    Is there any limitation on maximum no of fields can be defined on screen?
    How can i resolve this problem.
    Regards,
    Deepak.

    Hi
    We had the similar issue and i think this is due to size of screen.
    Try to arrange the fields in 2 or 3 columns, it may work
    Regards
    Madhan D

  • Delivery proposal not possiblre in sales order atp check screen

    Hi Gurus,
    The system is giving a messsage saying delivery proposal not possible in sales order atp screen and i'm able to save teh sales order but it doesnot show up in MD04. I want the sales orrder to show up in MD04.
    PLesae help
    Thanks
    Anusha

    Hi,
    Now you have to provide additional information about your scenario;
    1) Is it a new material created that gives this problem?
    2) Did you create any new MRP type or schedule line category?
    3) When you say some materials-sales order is not seen in MD04 and some seen in MD04. Is there any any difference between the materials like in types, MRP views etc?
    From SPRO side,
    You also need to check the transfer of requirement settings in t.code OVZ1 for what requirement type assigned  to your MRP type and item category. Also check the properties  of the  requirement type  in t.code OVZH what req.class is assigned to the  req.type.
    Check the property of the  req.class in t.code OVZG (aval.check and TOR must be checked  at req. class level)
    You may also need to check in t.code OPSS on the strategy (which is assigned in the material master MRP view3) on whether TOR and availability check has been activated  or not.
    If all are OK, then run the report which is mentioned in the earlier response.
    Regards

  • Customer wants to see Discount Field and Quantity field in Sales order Form

    Hi Gurus,
    Highly appreciate if you provide the solution for below issue:
    My customer requirement is to see Discount field in sales order lines screen...They want to know how much percentage of discount they are giving to customer, if they want to modify for respective line they modify in that field.
    Standard functionality discount field is NOT there in SO lines for because they manual enter discount in SO form, system should calculate Discounted price.
    One more required if they enter Item code, able to see available quantity bottom of the form Sub inventory wise, Availability, resealable.
    Current standard functionality supports - Click Availability button to check the availability..Its very difficult for them to check for each and every line item, is there any functionality to support this issue.
    Thanks
    Satti

    Hi,
    Both of your requirements should be customised.
    There is no standard functionality which attains your requirements.
    For my present project, we have customised 2 seperate reports, one which shows the availability of the items in subinventory and locator.
    Also a report which shows discount for all the lines and for the entire order.
    Thanks
    -Arif.

Maybe you are looking for