2006 Sep 11 3:59 PM
Hello all,
I have a problem when creating a material master via transaction MM01.I added a field exit before that administrator load support package in version 4.7 and
this functionality has correctly.
After support package I see a system has not been control
a field exit (problem).I verify a transaction RZ11 it's OK.ther is a code.
move input to w_matnr.
if not w_matnr is initial.
Controle si la zone saisie dans l'article générique est vide ou pas
s'il ne l'est pas contrôler l'existence dans la fiche article
select single * from mara
where matnr eq w_matnr
and mtart eq 'ZGEN'.
if sy-subrc ne 0.
message e019(z1) with w_matnr.
else.
MOVE INPUT TO OUTPUT.
endif.
else.
MOVE INPUT TO OUTPUT.
endif.</b>
Thanks for your help.
Hello all,
I have a problem when creating a material master via transaction MM01.I added a field exit before that administrator load support package in version 4.7 and
this functionality has correctly.
After support package I see a system has not been control
a field exit (problem).I verify a transaction RZ11 it's OK.ther is a code.
move input to w_matnr.
if not w_matnr is initial.
Controle si la zone saisie dans l'article générique est vide ou pas
s'il ne l'est pas contrôler l'existence dans la fiche article
select single * from mara
where matnr eq w_matnr
and mtart eq 'ZGEN'.
if sy-subrc ne 0.
message e019(z1) with w_matnr.
else.
MOVE INPUT TO OUTPUT.
endif.
else.
MOVE INPUT TO OUTPUT.
endif.</b>
Thanks for your help.
2006 Sep 12 7:46 PM
Hi mady,
Try to active the field exit again, through transaction SE37, enter the field exitname FIELD_EXIT_<NAME OF THE FIELD> and active it.
Another way is in transaction CMOD, enter =prfb in command field , then check the field exit name and go to menu Field Exit and click in option Activate.
Regards,
Alejandro
2006 Sep 12 7:58 PM
2006 Sep 13 4:10 AM
Please also check the parameters using RZ10. There must be a parameter name abap/fieldexit in the paramter and the parameter's value should be YES.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |