Get Ascii Value A to 65Posted onFeb 07, 2017 at 08:54 AM | 266 ViewsFollowRSS FeedData : LV_S type c.DATA : LV_AN TYPE i.FIELD-SYMBOLS: <fc> TYPE x.LV_S = ‘A’.ASSIGN LV_S to <fc> CASTING.MOVE <fc> to LV_AN.Now get data in dubugging as ,<fc> = 4100LV_AN = 16640Now i want lv…