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

Dividing OBJ_key into different fields

Former Member
0 Likes
294

Hi all,

how to divide obj_key field and the values of BUKRS belnr gjahr and buzei fiel values from it.

1 REPLY 1
Read only

Former Member
0 Likes
258

HI,

Using the Offset you can assign the values.

DATA : timestamp type char 14 value '20090303101135',
            date type sy-datum,
            time type sy-uzeit.

data = timestamp(8).
time = timestamp+9(6).