How to make a field in Sales order as Display

Hi Friends,
I want to make the field pricing date in sales order as display only. Currently the field is changeable.
Can someone please tell me how can i do this.
Regards,
Wasim.

hi
Follow the below steps.
T-Code SE51(Screen Painter)
Give Program Name SAPMV45A (before doing this confirm from the field from sales order, keep curcer on the pricing date press F1 and then select technical details)
Screen Number 4440(before doing this confirm from the field from sales order, keep curcer on the pricing date press F1 and then select technical details)
Select Attributes radio button.
Go to Element list Tab. Inturn select Special Attribute tab in Subscreen.
For Field Name "VBKD-PRSDT" make Input as "OUTPUT" (DISPLAY).
Hope this will help you

Similar Messages

  • How to make a field in sales order a required field

    Hi,
    How do i make a certain field in sales order a required field. I want to make the assignment field in accounting tab a required field. How do i configure this.
    Thank you.
    Rachelle

    In you know the Transaction and screen Variant Configurations.
    Use T-code SHD0
    Put your Sales Order t-code There : Va01
    Then Select the feilds or tabs whatever you want as mandatory , optional.
    Customize as per your requirement and save the variant.
    Next GO to the Sales Document types :
    There In the Transaction flow you will find at variant feild.
    Assign this variant there.
    Next when ever you do sales Order for that Document type the feilds will be taken in the fashion of the variant.
    regards,
    SAP SD

  • How to add three fields in Sales order item level and supress/hide many

    Hi Gurus,
    My client requirement is :
    1. Three fields to be added at Sales order Item level and they should flow till billing.
    2. Supress/hide most of the fields in Sales order, so that end user will be happy( thru SHDO how to do)
    Please share your experiences and help me.
    BEST REGARDS
    Srikanth

    Hi Subba Rao
    in VA01 screen - Material /qty/ after entering this client wants to enter three more details say X/Y/Z
    and after that he dont want to see maximum fields displayed in VA01 Screen.
    I think it makes sense.
    Regards
    Srikanth

  • How to get Changed fields in Sales order to create a report

    Dear Gurus,
    How to get the log from sales order for the change of particular field.
    In my scenario, If an user remove the delivery block from sales order I want to capture the date on which this delivery block
    is removed and by whom (User)?
    I know that I can get the log of change but can I get in the form of field updates because further I want to use that date and user name to create a report.
    I hope u got my query. Please reply soon that I can create a report.
    Thanks in advance.
    regards,
    Sanjay

    Hi
    You can use the table CDPOS for tracking the changes at the Table level with the Sales order number
    or Else you can also use AUT10 transaction to track the logs/chanages with START DATE, END DATE and the Transaction code in your case it is VA02
    Please check and revert back
    regards,
    santosh

  • How to add a field in sales order

    Dear All,
    First I created a ZTable in which there are 15 fields exist then I append structure in ZVBAP which contain only one field from this ZTable. Now I place this field in the Subscreen 8459 of Sales Order under "Additional Data B" by using access key. Also i have Access to edit the module MV45AFZZ.
    Then I wote the code in the
    FORM userexit_save_document_prepare.
    IF XVBAP-ZZSPENR = ''.
    MESSAGE 'SPECIFICATION NO. IS NOT SPECIFIED' TYPE 'E'.
    ELSE.
    VBAP-ZZSPENR = ZSPEC-ZSPENR.
    ENDIF.
    ENDFORM.    
    so that while saving it Checks that field in screen and then if it has value then save it to in the VBAP Table.
    I think I have to write the code into the module
    FORM userexit_move_field_to_vbap.
    VBAP-zzfield = xxxx-zzfield2.
    *{   INSERT         ID3K908846                                        1
      DATA: zlgort LIKE vbap-lgort.
      IF vbap-pstyv EQ 'ZWP'.
        CHECK vbap-lgort IS INITIAL.
        GET PARAMETER ID 'LAG' FIELD zlgort.
        vbap-lgort = zlgort.
      ENDIF.
    *}   INSERT
    WA_XVBAP-ZZSPENR = xvbap-zzspenr.  "but this line gives * me error cause I have to move the screen fields into  * the VBAP Table. So that after this it checks in internal table XVBAP that the field ZZSPENR has value or not ?
    ENDFORM.
    But when I checks XVBAP TAble it shows all entries that I fill in Sales Order except ZZSPENR (My  Field)
    Thanks in advance.
    Regards.
    Adams.
    Helpful answer will be appretiated.

    hi Amams
    check this link
    Adding Fields to Sales order
    i think it may give u some idea
    Regards,
    Naveen

  • All fields in sales orders in display

    Hi All,
    Upon a certain condition, I need to make all fields in header and item of sales order as display(greyed out).
    Can anyone let me know how this can be done.
    Thanks in advance,
    Regards,
    Srikar
    Message was edited by: Srikar Nagarajan

    hi,
       it can be done through user exit. find suitable user exit for you Tcode and write code using SCREEN table for making the fields gray(display mode) .
    try the exit : EXIT_SAPFV45S_002.
    in the aboue exit header data will available in I_VBAK, but you have to check is it suitable for your reauirement or not.
    the following are the exits available for sales order
    Exit Name         
    SDTRM001          
    V45A0001          
    V45A0002          
    V45A0003          
    V45A0004          
    V45E0001          
    V45E0002          
    V45L0001          
    V45P0001          
    V45S0001          
    V45S0003          
    V45S0004          
    V45W0001          
    V46H0001          
    V60F0001          
    Sudheer.A
    Message was edited by: sudheer Addepalli

  • How to make Delivery block at Sales Order Header level for specific materia

    Hi,
    My client want to create a delivery block EDI order at the Order Header level for specific materials
    How can we achieve this.

    Dear Varada rajan
    Go to material master, select "Sales: sales org.1" view and assign "01" against the field "DChain-spec. status" and save.  By assigning, for a particular sales area, you can block that material.
    Now go to OVSU select 01 and assign "B" against the field "Block delivery".
    Now create a sale order and post the outcome.
    thanks
    G. Lakshmipathi

  • How to make Text Input in Sales Order Trigger Change Event

    Hi Gurus,
    I have a project going on where when a sales order is created, changed or cancelled, an IDoc is FTP to our freight company.
    Now the issues is when we change a sales order text input (for example, shipping note). Nothing happens. The system doesn't take this as a change so no change event is triggered.
    Text fields I'm talking about is the one from Go to --> Header. and for Item Go to --> Item.
    When I input a note in this field, it comes out in the IDoc, but when I go back to the Sales Order and change the note, it doesn't trigger a change and therefore no IDoc is generated.
    how can I go about this?
    thanks.

    Hi,
    Could you initiate the idoc creation from a workflow?
    Have you checked the event trace?
    Is the BUS2032 object type CHANGED raised? I checked our system and event is raised on text change.
    Transaction SWELS to activate and deactivate trace.
    Transaction SWEL to monitor event raised.
    Don't forget to turn trace off
    Hope this helps
    TB

  • How  to Activate EAN field in sales order

    Hi Guru's
    Can anybody give  me the T.code/path  for Activating the EAN field at the sales order level i.e in salesA tab in item overview screen.
    Thanks&regards,
    Nagendra

    Hello Nagendra,
    I wanted to know, in which scenario you need EAN field to be filled in Sales Order esp in Retail Scenario.
    You will really have to look at the business need on this.  In IS-Retail, you have multiple EANs for an article. Which EAN should SAP propose?
    Further in a business scenario When a customer is going to buy or order, the customer wouldn't buy the product looking at the EAN. So i am still curious to know.
    In case the business need is genuine, please raise OSS Note for the same.
    Regards

  • How to add a field in sales order header

    Hi all,
    I need to add a custom field say a check box in sales order header in additional data B tab.
    let me know step by step.
    Points will be rewarded.
    Thanks.
    Ramya

    additional data B in sales order
    sales order - Additional data B
    Add new fields to Additional Data B tab in sales order
    Reward Points..

  • How to make a field in custom screen as display field in screen exit

    Hi ,
    I have created a screen exit for CO02 with a field for item text in header level as input field , when value is given and save button is cliked it gets updated in database but the problem is same field shows as input field in CO03 ( display mode ) .
    Code which i have used .
    in PBO
    if sy-tcode = 'CO03'.
    loop at screen .
    if screen-name cs 'SUBSCREEN' or screen-name cs 'RESB-POTX1'.
    ( subscreen - screen name given in screen editor and   resb-potx1 field name given in screen editor )
    SCREEN-INPUT = '0'.
    modify screen.
    endif.
    endloop.
    endif.
    and even i tried in PAI too .....
    if sy-tcode = 'CO01' or sy-tcode = 'CO02'.
    update resb set POTX1 = RESB-POTX1
    where aufnr = i_aufnr.
    elseif sy-tcode = 'CO03'.
    *oop at screen .
    *f screen-name cs 'SUBSCREEN' or screen-name cs 'RESBD-SORTF'.
    SCREEN-INPUT = '0'.
    modify screen.
    endif.
    endloop.
    endif.
    but itshows as input field only ........how to make that custom field as display field in CO03

    HI Andy,
    Try this out.
    FIrst check the sy-dynnr, if it is same as your custom screen number
    in PBO of your custom screen
    if sy-dynnr = 'YOUR_NUMBER' and sy-tcode = 'CS03'.
    loop at screen
    if screen-name = 'YOUR_SCREEN_NAME'
    screen-input = 0.
    modify screen
    endif
    endloop.
    endif.
    if it wont work they try using Tcode SHD0
    Hope this will serve your purpose.
    Regards
    Ramchander Rao.K

  • FIELDS IN SALES ORDER

    HI,
    How to add additional fields in sales order in additional data tab

    Hi ..
    Hope this link helps you.
    Link: [Additioanl tab enhancement|https://forums.sdn.sap.com/search.jspa?threadID=&q=salesorderadditional+tab&objID=f233]
    Thanks,
    Naveen.I

  • Field on Sales order

    Hi
    I want to make payment terms field on sales order as DISPLAY ONLY for VA01 and VA02 and VA03 transactions. I do not want user to override thpyament terms while crea

    Hi,
    As i understand, do you want to make default payment term?
    You can maintain Customer master data (XD02). Choose Sales area data --> Tab Billing documents and choose Terms of payment. By this way, you also choose Incoterm.
    Regards,

  • 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 a field profit center mandatory in sales order?

    Dear GURUS,
    Please help in getting answer for following question.
    How to make a field profit center mandatory in sales order?
    With Regards
    Sandeep D.

    Hi,
    There are 2 ways to make profit center mandatory
    1.Transaction Variant
    2.Incompletion procedure
    1.Transaction Variant
    Step 1:Goto Tcode shd0 and input transaction as va01 and give name of transaction variant as ( example. zva01 ) and click on create or F5
    Step 2.Then it takes you to sales order screen.Just click on enter untill you see profit center field.
    Step 3.check the box required against profit center.
    Step 4.click on save ( under a package name or as local object ) and exit
    Step 5.Assign transaction variant to your sales order type through tcode v0v8.
    2.Incompletion Procedure
    You can add the field  table-vbap,field- prctr,status-04,check-warning to your existing incompletion procedure Tcode- ova2 assigned to your order type in tcode vov8  and check the box - incomplete messeges for your order type through tcode vov8.
    If incompletion procedure is not assigned to your order type than you have to create a new incompletion procedure and assign it to order type.

Maybe you are looking for

  • HT1688 My Iphone just turned off and now it won't turn on at all.  What's wrong?

    The last thing I did was check my email and place it on the counter. I went and did something and when I picked it up it was off.   Even when I attach it to the charger, it does nothing.  We tried the Iphone tracher and it says it is offline. Has thi

  • RE: Video Output to TV Monitor

    Hi people. Im using logic express 7, mostly for audio only but now I need to edit the audio of a short film. I have a canopus advc 100, but could not find where in song settings is the option to play the video to it. So I was wondering if logic expre

  • Nanno won't connect to Stereo Dock

    I am having trouble getting my 5th gen nano to connect to my home stereo dock. It returns a message on the nano "Unrecognised Device" Older nanos 2nd & 3rd Gen work but my new one won't. Any suggestions how I fix this?

  • Proof of deliver past USPS 120 day available tracking information

    An issue on an ebay selling forum has come to my attention that I would like clarification on. Some ebay sellers have had buyers claim INR through PayPal after the 120 day cutoff of USPS online tracking availability. The seller purchases a shipping l

  • Creating a resticted Key Figure in Query Designer (3.5)

    Hello, hope your all well! I'm trying to create a restricted key figure that's related to the publication date of one of our titles. I've tried to create a Structure that shows one text result if the publication date is the same or greater than 01.01