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

[abap] problem on value conversion

Former Member
0 Likes
512

hello experts ,

I'm giving appt_id(scappt is the table) as the input it is 03_Yt9VGMmaN4MsBxDGDAc1n0 taking from database

when i'm executing , the value should be converted to uppercase. can anybody tell me is there any function module avilable for giving exact data base format. I need help on it plz do reply.

thanks in advance

regards ,

sashi

2 REPLIES 2
Read only

vikrant_guptarya
Participant
0 Likes
472

Sorry i did not understand your query. Are you trying to covert it uppercase, u can try Translate to Upper case in that case

Read only

RaymondGiuseppi
Active Contributor
0 Likes
472

Why do you want to [translate|http://help.sap.com/abapdocu_70/en/ABAPTRANSLATE.htm] SCAPPT-APPT_ID [to uppercase|http://help.sap.com/abapdocu_70/en/ABAPTRANSLATE.htm#&ABAP_ADDITION_1@1@], this field's domain (TEXT25) allows lowercase in database

Regards,

Raymond