‎2009 Mar 03 2:48 PM
Hi all,
how to divide obj_key field and the values of BUKRS belnr gjahr and buzei fiel values from it.
‎2009 Mar 03 2:52 PM
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).