2008 Jul 12 4:06 AM
Hi friends,
In some cases hash(##) symbol is updating in a data base table along with text which user maintains in a field(z*module program).
Here user is not specified any hash symble but along with the text updating in Z* data base table eg : OK AFTER DISCARD##
Please give me the sujjestion what will be the solution of this .
with regards,
prasad.
2008 Jul 12 5:08 AM
use this FM
'CONVERSION_EXIT_ALPHA_INPUT'
* EXPORTING
* INPUT = <char_field>
* IMPORTING
* OUTPUT = <char_field>
Regards
Prakash Varun
2008 Jul 12 4:45 AM
hi,
use condense statement after u select the data from internal table and passing to ur ztable.
2008 Jul 12 5:08 AM
use this FM
'CONVERSION_EXIT_ALPHA_INPUT'
* EXPORTING
* INPUT = <char_field>
* IMPORTING
* OUTPUT = <char_field>
Regards
Prakash Varun