VA01 Initial screen change

Hello Everyone,
I edited the initial screen VA01 making all other fields invisible except Order Type using SHD0.  Changes were done and saved in DEV.  I transported it to QAS but it did not take effect.
Can anybody please help me what else to do to make my changes take effect when transported to QAS and PRD. 
Thanks very much.
Ridgy

Hi,
I followed all the steps, activated the screen variant but it did not take effect in QAS.  Can you please give me the step by step, i might be missing something.
Thanks.
Ridgy

Similar Messages

  • How to make all fields mandatory in sales order T- code VA01 initial screen

    Dear all,
    how to make all fields mandatory in sales order T- code VA01 initial screen itself
    The fields are
    Sales Organization
    Distribution Channel
    Division
    Sales Office
    Sales Group
    Regards,
    Amar Reddy

    Hi,
    You can use Transaction Variant to achieve this functionality.Please go through the following link which helps you in creating the same.
    [Link|http://wiki.sdn.sap.com/wiki/display/Snippets/TransactionVariant-AStepbyStepGuidefor+Creation]
    Regards,
    Phani Prasad

  • 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.

  • SAP initial screen changed

    Hello SAP Experts!!!
    In our company, i have created some roles and assigned them to the consultants. Till yesterday the initial screen for all the users assigned to that role was SAP Easy Access
    Menu (S000). But it changed to project builder now. I want to change that to previous one. How can i do that in that particular role?
    Thanks & Regards
    Vanitha
    Edited by: Vanitha badampudi on Feb 17, 2009 7:16 AM

    Check this out
    o   Change SAP menu
         -   The SAP menu entry point is specified in the transaction SSM2.
             If no setting is made, the standard entry point (area menu S000)
             is used.
    User-specific settings
    o   The administrator can activate or deactivate menus for individual
         users.
         -   If there is a user setting it is used, if the menu exists.
             Global settings are then ignored.
         -   To make user settings, enter or change records in the table
             USERS_SSM in the View maintenance transaction SM30). You can
             then specify whether the user menu or the SAP menu are to be
             displayed for a user.
    @Rosa  Project builder is just a transaction code CJ20N
    May be it helps
    Regards,
    Subhash

  • EXIT in initial Screen VA01

    Hi,
    I need an exit in the initial screen of tx. VA01.
    When you enter the Order Type and the Organizational Data I need to validate some order Types.
    Regards.
    Thanks.

    Hi there
    i had the similar requirement, but then used field exit to get this done.
    remember you cant get value of other field in field exit( eg order type in sales office field exit)
    for that you can use FM   'GET_DYNP_VALUE'  to find value for other screen field like
      CALL FUNCTION 'GET_DYNP_VALUE'
        EXPORTING
          I_FIELD = 'VBAK-AUART'
          I_REPID = 'SAPMV45A'
          I_DYNNR = '0101'
        CHANGING
          O_VALUE = auart
        EXCEPTIONS
    this will find you the value for order type in sales office field exit code.
    to define field exit goto
    cmod > then type in command field PRFB. then define field exit.
    if u need more help let me know.
    cheers
    Edited by: mandy on Jan 14, 2008 2:28 PM

  • Adding Payment method field- VBKD-ZLSCH in initial screen of VA01

    Hi All,
    I would like to add payment method field - VBKD-ZLSCH in initial screen of VA01.
    This field can be seen in the VA41 under "Item overview" tab. But not visible in VA01 screen.
    Please advice.
    Ghassu

    Hi
    The Payment Method field is very much available in the VA01 screen.
    Go to Item-->Billing, there you can see the Payment Method field.
    This field is automatically populated if you have maintained it the Customer Master.
    This can also be entered manually in the sales order.
    Thanks
    Madhu

  • Why is my Apple Mail's initial screen sometimes changed to half it's regular size?size

    why is my Apple Mail's initial screen sometimes changed to half it's regular size? I'm using an iMac PowerPC G4 with OS/X 10.5.8 and Mail 3.6 (936).

    It could be remembering where it was when you last quit the program.    The Green button in the upper left forces the window to the last adjusted size.

  • Ideas for Adding a Quick Print Button to VA01 Overview Screen

    Problem Statement:
    Our users would like a "quick print" button on the VA01/VA02 application toolbar that immediately spools the Order Confirmation output to the printer.  Our users want to print the output on demand, i.e., they do not want the output to automatically be printed when the order is created because a printout is not always needed.  We already have condition records created with Dispatch Time set to 3 - Send with application own transaction.  However, it takes 7 or more clicks to print the output on demand by navigating the menu (Extras > Output > Edit...Further Data...etc.) and changing the Dispatch Time to 4 - Send immediately when saving.  This is a big ergonomic issue and a time killer.
    Although the number of clicks to print are less when printing the output from the VA02 initial screen (via menu Sales document > Issue Output To), this is not acceptable when creating new orders.  Really need an on-demand, quick print button on the VA01 screen.  As an aside, we have a totally custom transaction for preparing sales order data (shopping cart-like way of finding materials and entering required data) that then calls VA01 and fills in all of the information.  When saving in VA01, the user is returned to our Z-transaction so asking the user to subsequently run VA02 to print is not practical.
    Current Output Determination:
    We have custom output type ZBS0 (copy of BS0).  Condition records for print medium are set to Dispatch Time = 3.
    Questions:
    1.  Searching these forums, it appears custom code (extension or user exit?) can be written to call RSNAST00, or something similar, to automatically send output having a Dispatch Time = 3.  Where can I find more information on exactly how to do this?
    2.  Do transactions VA01 and VA02 (Overview screens) have extensions that allow a print button to be added to the application toolbar?  We would want to call the custom printing code from the button to send the output.
    Any feedback on how others have solved this problem would be greatly appreciated.
    Warm Regards,
    Rob
    P.S.  Using GuiXT is not an option for us.

    HI
    We had similar issues with printing packing list and picking list by the warehouse people.
    We created a new ztransaction with input fields of delivery number, output type, number of copies and a check box for repeat output(in case if the output was already printed).
    You can also create a new Z-transaction with input fields of Sales order number(mandatory field), output type (Default it with value of ZBS0), number of copies (default it with 1) and a check box. On executing the transaction You can provide a message if the output was already printed so that the user can select the check box to repeat the output and execute. You can also print multiple SO by giving a range value if required.
    If you do not want the user to enter the new ztransaction every time, try providing a menu path to the new z-transaction from the existing z-transaction which you are using for order entry.
    Hope this helps you.
    Thanks,
    Arun.S

  • Ideas for Adding a "One Click" Print Button to VA01 Overview Screen

    I am not an ABAP developer and am doing some preliminary functional investigation to determine the best way to add a simple "one-click" button that allows a Sales Order Confirmation output to be sent to the printer.
    Can someone that really knows, tell me whether or not a custom menu item can be added to VA01 and VA02?
    I have seen lots of threads telling folks how to find user exits and menu exits for a program so I don't need that advice.  Rather, looking for someone who has already investigated this for VA01 and VA02 and knows the answer.
    Problem Statement:
    Our users would like a "quick print" button on the VA01/VA02 application toolbar that immediately spools the Order Confirmation output to the printer. Our users want to print the output on demand, i.e., they do not want the output to automatically be printed when the order is created because a printout is not always needed. We already have condition records created with Dispatch Time set to 3 - Send with application own transaction. However, it takes 7 or more clicks to print the output on demand by navigating the menu (Extras > Output > Edit...Further Data...etc.) and changing the Dispatch Time to 4 - Send immediately when saving. This is a big ergonomic issue and a time killer.
    Although the number of clicks to print are less when printing the output from the VA02 initial screen (via menu Sales document > Issue Output To), this is not acceptable when creating new orders. Really need an on-demand, "one click" quick print button on the VA01 screen. As an aside, we have a totally custom transaction for preparing sales order data (shopping cart-like way of finding materials and entering required data) that then calls VA01 and fills in all of the information. When saving in VA01, the user is returned to our Z-transaction so asking the user to subsequently run VA02 to print is not practical.
    Current Output Determination:
    We have custom output type ZBS0 (copy of BS0). Condition records for print medium are set to Dispatch Time = 3.
    Ideal Solution:
    Add a Print Icon to the application toolbar as described above.  From the button, write custom code that calls RSNAST00 (or is there a better way?) to send the output to the printer.
    Any feedback on how others have solved this problem would be greatly appreciated.
    Rob

    Still looking for input from anyone that has had experience trying to add a menu item or toolbar button to VA01.  In our case, for sending output.
    Madhu,
    Please again read my Problem Statement in my original posting for the business requirement.  We are using ECC 6.0.  Yes, I know that transaction VA02 has Sales Document > "Issue Output To" that allows you to print.  However, we want to be able to print from the VA01 Overview screen after all of the sales order information has been entered.  We would like to be able to click a print button which would save the new sales order and immediately issue the output.  Again, we do not want the output to automatically print for every new sales order - we want to be able to print only when needed.  The conditions that a sales person would use to decide to print a copy are too numerous or varied so they cannot be automated in a condition record.  Of course we do use condition records for creating the output but we do not send immediately on save.
    When creating a sales order, the sales person does not want to do the extra clicks and key strokes to then navigate or open a new VA02 session to print from the VA02 initial screen.  And as described in my original posting, it is a lot of clicks navigate the VA01 Extras > Output menu to change the output to print on save.
    If you observe the "day in the life" of a sales person and see all of the key strokes and clicking required to create an ECC 6.0 sales order, you understand why the extra 7 to 11 clicks to just print an output is very annoying.  We have created a totally custom Z-transaction that allows our sales folks to capture everything need for a new sales order all on one screen with no tab views.  We then launch VA01 to fill in all of the data entered in our custom transaction.  This all works very well and is a huge time saver for our sales staff.  Now we are looking to save a few more clicks by simplifying the printing.

  • MR11- GR/IR clearing account initial screen

    On MR11 initial screen is there a way to add account assignment catagory e.g. K or A etc so we can get further details into expense items?
    Also, Is there a way to get goods receipt date on the executed report?
    Thanks
    Raj

    Hi Rajendra,
    you cannot set it on the initial (selection) screen. But on the resulting listt, if you go into the 'change layout' screen (Ctrl + F8) you can add the account assignament group to the list of orders. Then you can also sort or filer on the field contents.
    The goods receipt date is not contained. The general case is thet there might be multiple goods receipts for an item, so that it would be difficult to populate such a field in a sensible way.
    But on the selection screen you have
    <i>Last movement before key date
    This field defines a selection criterium.
    Only transactions are selected for which the date of the last goods movement is earlier than the date specified.</i>
    maybe that helps...
        best regards,
                            Udo

  • VL01N-Creation of Outbound Delivery, initial screen

    Hi, can anybody teach me how to gray-out or hide the "from item/to item" fields in the VL01N initial screen.

    Hi Ridgy,
    I have tried entire process given below for vl01n to hide from & to fields and giving you the following step wise approach.
    -Go to SHD0
    -Specify Transaction code VL01n and say Create
    System takes you to the Create Delivery screen
    -Give mandatory values and press enter.
    A pop-up with field names and options to mark inactive/required etc. will come.
    -In that check the boxes against From item & to Item under invisible.
    -Give a name to the screen variant and opt "EXIT AND SAVE".
    -Come back to SHD0, specify the screen variant name in the screen variant tab
    -Goto Standard variants tab, under Variant Groups, enter Group name(Zname) and create
    -Enter User name and assign.
    -Goto Transaction variant, change ...enter screen variant and save
    -Activate Standard variant.
    Now for all the users entered in that user group. Hope this is useful. 
    Or else you can ask abapper to check any implicit enhancment is available.

  • Sales office Mandatory at Initial Screen

    Dear experts,
    When we create a sales order in VA01 we need to maintain the sales office as Mandatory for certain sales area in the initial screen.
    Incompletion log doesnu2019t help because it will be controlled only at Overview or Header or Item Screen level.
    User exit is helpless at initial Screen.
    Transaction Variant is possible but it will become mandatory for all sales area. I want to make this as mandatory only for certain sales area.
    Pl suggest if some one come across the similar issue
    Bala

    Hi Raja,
    Sorry for delay.
    We have already maintained the OVAZ setting for all document types with respect to sales area. I have created a new Transaction Variant with input Parameters of ZXA1 document type, sales Area and sales office. I have also assigned the transaction Variant to ZXA1 document type in VOV8.
    When I try to create a sales order with ZXA1 Document type it is not asking the sales office as Mandatory. But, after entering to overview screen I Pressed Back Button without entering any data. Now the variant is triggered and asking the sales office as Mandatory. 
    I donu2019t know why the Transaction Variant is working only if I come back from the overview screen to initial Screen in VA01.
    If anyone come across Pl through some light
    Bala

  • How to put my own logo in initial screen in EP6.0

    Hi,
       how to put my own logo in initial screen(browser screen) and also welcome screen, pls give me clarification steps. it's very urgent.
    Regards,
    Jagadish Babu Kanikanti.

    hi jagadish,
    To change logon image we need to modify the com.sap.portal.runtime.logon.par.bak file
    import this par file into netweaver developer studio.under the folder portal-inf->private->jsp there are a few standard jsps available.
    edit the umlogonpage.jsp.
    Bring the image to the middle of the page by using html tags.
    Move the image to irj/root folder.
    export your par file
    Edit the authschemes.xml from usr/sap/<instance>/JC00/jeee/configtool
    and replace. com.sap.runtime.logon name to your new par file name and change the authshceme.xml with a new file name and upload it again.
    Also see this for more information
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/371e9d90-0201-0010-c39c-fd2956154ab3
    hope it helps....
    regards,
    Ganesh.N

  • Adding field in MRRL Tcode Initial screen

    Hi,
      We have a requirement that i have to add one parameter in MRRL initial screen, Please can any one give guidelines to resolve this issue.
    With Thanks & Regards,
    Samba

    Go to Report RMMR1MRS.
    Click SHIFT + F4
    Go to line 91
    ENHANCEMENT-POINT rmmr1mrs_04 SPOTS es_rmmr1mrs STATIC.
    Right click and enahcement implementation ->create enhancement
    You willbe able to write your own code. declare the parameters/select option which ever you want.
    Similar way use enhancement spot ES_MMERS-> Adding custom Field in Output..
    BAdI MRM_ERS_IDAT_MODIFY (BAdI to change document lines in ERS):
    Hope it solves your problem
    Nabheet

  • Need to enhace tcode FD32 to add new screen fields on the initial screen

    Hi All,
    I am supposed to add two new screen fields on the initial screen of TCODE FD32,
    I am unable to find any screen exit for that. Is there any screen exit present for that or is there any way to do this.
    Kindly help me, solutions will be greatly rewarded.
    Thanks in advance,
    Nagaraju.

    check below
    Transaction Code - FD32                     Change Customer Credit Management                                                                               
    Exit Name           Description                                                                               
    RFDRRANZ            User exits: Accounts Receivable Information System                                                                               
    No of Exits:          1                                                                               
    Rewards if useful...............
    Minal

Maybe you are looking for