‎2006 Aug 29 7:51 AM
Hi,
I have a data element with a conversion routine.
Now I want to switch the routine of, therefore I set the field-catalog-parameters for this field to: NO_CONVEXT = 'X'. and CONVEXIT =''.
Fieldcatalog is filled then correct but in the ALV view the conversion routine was obviously called... for other fields this coding works...
any ideas how to switch of conv exit?
regards,
Sebastian
‎2006 Aug 29 9:04 AM
Hi,
if you set this , then no conversion exit will be called.
NO_CONVEXT = 'X'.
CONVEXIT =''.
did you check this...
Regards
vijay
‎2006 Aug 29 11:09 AM
Vijay, have you read my posting?
thanks for your help but this is my problem... even with this parameters set the conversion routine gets called...