2008 Jul 02 10:24 AM
hi all,
I want to gray out the quantity field for all material under the sales order which has the status completedin va03.
What i mean by this is suppose for a perticular SO i go and check the status of it in va03 and it has completed in it. then i wnat to gray out the quantity field.
please help me out in this regard.
hi all,
I want to gray out the quantity field for all material under the sales order which has the status completedin va03.
What i mean by this is suppose for a perticular SO i go and check the status of it in va03 and it has completed in it. then i wnat to gray out the quantity field.
please help me out in this regard.
2008 Jul 02 12:32 PM
Hi,
Check out for the screen exits and badis avavilable for that transaction.
Rgds
ABhilash.
2008 Aug 11 1:46 PM
User the user exit MV45OFZZ.
Use Modify Screen statement...
example:
Loop at screen.
if screen-name = 'XXXX-XXXXX'.
screen-input = 0.
modify screen.
endif.
endloop.You can add an additional check using the screen group in the IF condition.
Kind Regards,
Aabhas!
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |