Hi,
I need to check field 'f1' from itab and delete the character '/'.
I must delete where itab-f1 = '/'.
suppose itab-f1 = abc/def
it should show itab-f1 = abcdef
How should I write the code?
Message was edited by:
ramana peddu