Alignment of columns in sales order

Dear Colleagues,
User wants to fix his layout in the slaes order screen i.e. VA01.
He wanted to align columns as per his requirement. He wants to have the same at all logins of VA01. How to save the changes to reflect all the time..
He made changes menas dragged columns sequence as..
Item NO / Materila No/ Order QTY / SU/ Plant/ Item cat / Shipping point/ Route etc...
Appreciate your help !!!
Regards,
Vamsi P.

Heaps of Thanks Shiva Ram !!!
Able to create variant... issue got resolved.
Regards,
Vamsi P.

Similar Messages

  • Order Source Reference Column in Sales Order Form

    Hi All,
    When copying a sales order that is imported from EDI, the order source reference column in the new order refers to the original order. Is there a way to make this field refer to the same field of the original order? Or at least make it editable/updatable?
    Thanks
    A/H

    Not sure personalization will solve this problem. Other options:
    1. Workflow
    2. Post Hook Events
    3. trigger?
    Thanks
    Nagamohan

  • Add Column in Sales Order

    Hello,
    Is it possible to add an extra column with other columns in the sales Order Form ?
    The column must be other than the existing columns in the SAP form settings.
    Rgds
    Subrata

    Hi,
    You should add it in Marketing Documents-> rows
    Regards
    Ad

  • Disable column in sales order

    Hi guys,
                  I need to disable the matnr and zmeng(qty) field in sales order change mode.I have done the coding in userexit -
    USEREXIT_FIELD_MODIFICATION->userexit_field_input_enable.Iam able to disable the material and quantity field.But my requirement is, i need to disable complete column(material and quantity).

    Still I am confused with your earlier statement
    Iam able to disable the material and quantity field.But my requirement is,
    i need to disable complete column(material and quantity).
    If the requirement is to disable the columns from input, it can be done through user exit MV45AFZZ, form-routine "USEREXIT_FIELD_MODIFICATION" (by setting screen attribute SCREEN-INPUT = 0 for filelds RV45A-MABNR and VBAP-KWMENG)

  • Opening sales order in new browser window

    hi experts,
    i have ALV table in which one of the columns is sales order number. I made the column as hyperlink so that user can click on it. when the user clicks on this i am calling an event handler method which is linked on_click event of the ALV interface controller . i am able to capture the sales order number in the method. Now i want to call va03 transaction for this sales order in a new browser window. we are going to integrate this application in portal. any ideas?. i heard something about the object based navigation. how to do this?
    thanks
    Edited by: sudhakar murthy on May 12, 2010 6:04 PM

    Hi Sudhakar,
    Check out the below code to open a Transaction from WD in an external window and pass the value in that Transaction. I am passing the value here in the VF03 transaction's Billing document screen field .
      DATA: url TYPE string,
            host TYPE string,
            port TYPE string.
    *Call below method to get host and port
      cl_http_server=>if_http_server~get_location(
         IMPORTING host = host
                port = port ).
      CONCATENATE host ':' port
      '/sap/bc/gui/sap/its/webgui/?~transaction='
      '*VF03 VBRK-VBELN=123456' " 123456 is the value you are passing into the Billing document screen field of the    
       INTO url.                                      "VF03   transaction
    *get the window manager as we are opening t code in external window
      DATA lo_window_manager TYPE REF TO if_wd_window_manager.
      DATA lo_api_component TYPE REF TO if_wd_component.
      DATA lo_window TYPE REF TO if_wd_window.
      lo_api_component = wd_comp_controller->wd_get_api( ).
      lo_window_manager = lo_api_component->get_window_manager( ).
    call the url which we created above
      lo_window_manager->create_external_window(
      EXPORTING
      url = url
      RECEIVING
      window = lo_window ).
      lo_window->open( ).
    Hope it helps you...

  • WBS assignment in Sales order

    Hi,
    I wanted to grey out WBS assignement column in sales order for a particular line item once there is any subsequent document created for that.
    Any suggestion...
    Cheers !!

    Hi Abhinay,
    Two options,
    1. By using Standard Transaction variant by SHD0,
    2. Use user exit in sales order to put a check and make WBS element inactive based on your criteria. The Form for User exit you can use is MV45AFZZ under this program check for suitable user exit.
    Thanks,
    Raja

  • Table control in sales order screen(VA01)

    Hi Guys,
    I am trying to do table control i.e shifting columns as desired in the sales order, but not able to do it. can any one help me the process of shifting columns in sales order screen.
    Example: Shifting customer rial matenumber column to Item cat column.
    Thanks in advance,
    Regards,
    Vamsi.

    Hi Vamsi,
    After changing the columns save it as a variant on the Item Detail screen on the right hand side you can see small barred icon above the vertical scroll bar click the same and save it as as variant in there and just keep that as a default screen variant. The same will be displayed all the time.
    Reward points if it helps.
    Regards,
    Sreekanth

  • Sales Order - Unit Selling Price - Format Mask

    Hi,
    I want to change Format Mask of Unit Selling Price column on Sales Order Form. By using Forms Personalization it is not being done.
    Please guide me how could I change its format mask from 5 decimal places to 2 decimal places.
    Regards
    Waqas Hassan

    Hi Waqas,
    In the define Currency form in GL setup, change the existing currency code precision to 2.
    this should resolve your issue.
    Make sure you logout and login back to recheck the issue.
    General Ledger Super User-->Setup-->Currency-->Define.
    Thanks
    -Arif.

  • UNIT PRICE in Sales Order

    Hi Experts,
    I have created a sales order web service through Di-server.In posting my sales order i am entering the Customer Code,Doc Due Date,Item Code,Qty(web application).
                                          So,my problem is the unit price for an item is calculating by the back end itself even if i pass any amount from the front end.Is there any solution to take the unit price amount by what the amount that i have entered in my front end
    regards,
    shangai.
    Edited by: shangai Nights on Jul 29, 2008 8:40 AM

    Hi Bintha Joshi,
    iam not updating.....i can't able to insert the unit price from my front end(asp.net)....even if i pass any amount just by default it's taking by the factor calculation(OPLN & ITM1) calculation.
    UNIT PRICE column in sales order...
    regards,
    shangai.
    Edited by: shangai Nights on Jul 29, 2008 11:52 AM

  • In Sales Order changing the column width to see all item desciption?

    When in the sales order screen .
    Expand the column width of say the item description.
    How do I save the column width for all the sales documents  for the field item description in sales order ?

    Hi,
    The column width of the Document will be defaulted to the same size at which the user has saved the last document.
    So, if a user has saved the Sales Order with a big column width for the 'Item Description' then after saving and re-entering into the Sales Order, the user can see the same column width for all the Sales Order's.
    I hope the above helps.
    Cheers~
    Jitin Chawla

  • How To Add a new column for ZPR0 price in open sales order report ??

    HI,
    my requirement is To Add a new column for ZPR0 price in open sales order report if the order/scheduling agreement is a cross-company code transaction l(company code of order/scheduling agreement <> company code of delivering plant), price = ZPR0 price as at estimated GI date

    k

  • To Add a new column for ZPR0 prce in open sales order report

    HI,
    my requirement is To Add a new column for ZPR0 prce in open sales order report if the order/scheduling agreement is a cross-company code transaction l(company code of order/scheduling agreement <> company code of delivering plant), price = ZPR0 price as at estimated GI date

    HI,
    my requirement is To Add a new column for ZPR0 prce in open sales order report if the order/scheduling agreement is a cross-company code transaction l(company code of order/scheduling agreement <> company code of delivering plant), price = ZPR0 price as at estimated GI date

  • FBL5N: Sales Order & Item columns

    Hi,
    The FBL5N report contains Sales Order and Item fields from the hidden columns.  However, there is no data when they are selected to be displayed.
    How are these fields populated? How can the SO and items be displayed in these columns?
    Thanks!

    Hi,
    I am able to see the Sales Order & Item in FBL5N when it was entered in the downpayment.
    How are these fields populated in FBL5N?
    Thanks!

  • Unable to find mapping Interface columns for Service Items in Sales Order

    Hi All,
    I have a requirement to create a service item for a Sales Order through Interface tables. Once the oe_headers_iface_all and oe_lines_iface_all tables are populated, order import program is run to populate the data into the base tables.
    I am unable to figure out the interface mapping columns for the base table columns namely,
    (oe_order_lines_all table)
    service_ref_order_type
    service_ref_order_numbe
    service_ref_line_number
    service_ref_shipment_number
    Also, the above mentioned base table columns are mandatory and not able to create a Service item through Order import.
    When checked in the front end, per record history these columns are taken from oe_order_lines_v, however when checked in the query of this view am unable to trace the above four columns.
    Any help will be greatly appreciated.
    Thanks,
    Jay

    This does not appear to be connected with the subject of this forum, which is [Oracle Application Express|http://apex.oracle.com/i/index.html].
    Taking a wild guess, this might have something to do with [eBusiness Suite|http://forums.oracle.com/forums/category.jspa?categoryID=3]?

  • Adding a new column to item overview screen 4900 in sales order transaction

    Hi All,
    I want to add a new column to refer to a custom field in screen 4900 ( Item overview screen ) in sales order transaction. Please suggest appropriate exit or BADI for the same. Give all steps to do the same.
    Thanks in adavance.
    Jawahar.

    Hi
    As the link that RamKi let us know, this is a modification, so, I suggest to avoid. See SAP Note 862228 - Order reason for returns on item level for further information. I suggest to use the other enhancements in tabs.
    Regards
    Eduardo

Maybe you are looking for

  • Consolidation question

    I have a scenario at my client where I have Company Code 1 and Company Code 2 with common chart of accounts and both these have a one common holding company which is only for reporting consolidated financials. Is there a way to achieve this in SAP so

  • Scan Image For Restore Question...

    So I made a backup image of my HD. After running "Scan Image For Restore" this is what showed up in console... Mar 16 17:15:38 localhost authexec: executing /usr/sbin/asr Mar 16 17:23:19 localhost diskarbitrationd[87]: disk2s2 hfs 3ABFFEEC-D371-3B4A-

  • Thread philosphy

    What is the most sensible approach to the following scenario? I'm currently using multiple while loops, which is working, but doesn't seem the best route in the long run. Scenario. Lab environment. Some real data, some simulated data. Looking at faul

  • APEX4.0.2 - Interactive Report : Setting headers like master data on downlo

    Hi, I'm using Apex 4.0.2 and have an Interactive report. When the user selects Action->Download option, I want to set header data (master data) above the rows. Imagine it to be like a bank statement, where the name and account number come on the top

  • When I'm trying to deauthorize my iPod from my iTunes, it's trying to deauthorize it' but iTunes get stuck and I can only shut it down

    I have just bought an new i Phone, but I had an old iPod that I authorized on iTunes. Now, when I'm trying to deauthrize it, iTunes just get stuck, and won't continue working unless i shut it down directly from the task manager.... What can I do? Tha