Application Development and Automation 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: 
Read only

Character conversion

Former Member
0 Likes
505

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
Read only

Former Member
0 Likes
477

Hi Venu,

translate vbrp-vrkme to upper case.

if vbrp-vrkme = 'TO'.

vbrp-vrkme = 'TON'.

endif.

Best regards,

Prashant

2 REPLIES 2
Read only

Former Member
0 Likes
478

Hi Venu,

translate vbrp-vrkme to upper case.

if vbrp-vrkme = 'TO'.

vbrp-vrkme = 'TON'.

endif.

Best regards,

Prashant

Read only

Former Member
0 Likes
477

Hi,

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

THanks,

Naren