2015 Jan 29 11:03 AM
HI,
i want to enable three feilds such as sqid,sqitem,sqtype in va01,that is they should allow to input values
Can you share the screen with marked field?
2015 Jan 29 11:11 AM
2015 Jan 29 11:48 AM
2015 Jan 29 11:55 AM
Hi Piyush ,
Can you check in configuration level(SPRO) whether by default system is taking those fields are un-editable.
and check is there any screen-variant is exist for that t-code(VA01 custom variant).
Regards,
Krishna
2015 Jan 29 12:03 PM
hi krishna, i have to enable the fields for specific order types Z5OR and Z6OR only,so for that i have to specifically code for that fields.
2015 Jan 29 12:09 PM
Hi Piyush ,
Enable in Configuration level and add the screen variant for the particular order type.
Try this option first , if you are not find the solution then go for enhancements.
Regards,
Krishna
2015 Jan 29 12:15 PM
Hi Piyush,
You will need to use MV45AFZZ user exit for this. In sales order do F1 on the field which you want to enable and check technical information. You can use that table to enable that field in user exit.
Loop at screen.
IF screen-name = 'FIELDNAME'.
screen-active ='1'.
ENDIF.
ENDLOOP.
2015 Jan 29 11:58 AM
Hi Piyush,
You can use user exit MV45AFZZ. In that use FORM USEREXIT_FIELD_MODIFICATION for disabling fields.
If you need rrefernce code, please check link http://scn.sap.com/thread/1473064
Regards,
Pravin
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |