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: 

Character conversion

Former Member
0 Kudos

Hi Friends,

Can any one tell me how to check a character

I have to check whether VBRP-VRKME = 'TO'

if TO then replace with TON.

Thanx in advance,

Venu

1 ACCEPTED SOLUTION

former_member223537
Active Contributor
0 Kudos

Hi Venu,

translate vbrp-vrkme to upper case.

if vbrp-vrkme = 'TO'.

vbrp-vrkme = 'TON'.

endif.

Best regards,

Prashant

2 REPLIES 2

former_member223537
Active Contributor
0 Kudos

Hi Venu,

translate vbrp-vrkme to upper case.

if vbrp-vrkme = 'TO'.

vbrp-vrkme = 'TON'.

endif.

Best regards,

Prashant

Former Member
0 Kudos

Hi,

Do you want the description of the unit 'TO'..Then use the table T006..

THanks,

Naren