Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Adding hash(##) at end of text

Former Member
0 Kudos
187

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.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
94

use this FM


'CONVERSION_EXIT_ALPHA_INPUT'
*        EXPORTING
*          INPUT         = <char_field>
*       IMPORTING
*         OUTPUT        = <char_field>

Regards

Prakash Varun

2 REPLIES 2

GauthamV
Active Contributor
0 Kudos
94

hi,

use condense statement after u select the data from internal table and passing to ur ztable.

Former Member
0 Kudos
95

use this FM


'CONVERSION_EXIT_ALPHA_INPUT'
*        EXPORTING
*          INPUT         = <char_field>
*       IMPORTING
*         OUTPUT        = <char_field>

Regards

Prakash Varun