cancel
Showing results for 
Search instead for 
Did you mean: 

Sales Order

Former Member
0 Kudos

Hi all,

Is there any possibility to block some fields in the sales order without using variant.

regards,

guru prasad

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

this can be done through the ABAPer , in the screen exits.

thanks

Kuntla

Former Member
0 Kudos

Hi Gopi,

At what level should i check for screen exits.

regards,

guru prasad

alpesh_saparia3
Active Contributor
0 Kudos

Hi,

You can control the field setting through user-exit USEREXIT_FIELD_MODIFICATION in program MV45AFZZ

For e.g. If you want to make ship-to-party as display only then you need to include following code.


  case screen-name .
    when 'KUWEV-KUNNR'.
      screen-input = 0.
  endcase. 

Answers (3)

Answers (3)

Former Member
0 Kudos

hi

can you give some more clarity on this question

so that we can give you a right answer

regards

ravi

Former Member
0 Kudos

I have an example. We want to "lock down" the document date on the sales order so that Customer Service cannot change that date during order entry or edit. Can I do that with configuration, or does it have to be done by the ABAPer?

Former Member
0 Kudos

Yes...you can block the fields without variants. You can go to the screen where the field belongs and in the screen painter, just make the field as Input - Not Possible.

But then, you need to have developer access and object key to be able to do that so take the help of some ABAP'er

Former Member
0 Kudos

You can block the Item in the Item detail.

You can block the schedule line by activating the delivery block in the schedule line category.