Skip to Content
0
Jan 11, 2008 at 10:57 AM

Coding error...

19 Views

Hi,

Can u please tell me whts wrong with the below code..it is throwing error:

  t_abc1[] = t_abc[].
  LOOP AT t_abc1.
    SHIFT t_abc1-objnr LEFT DELETING LEADING c_st.
    MODIFY t_abc1.
  ENDLOOP.

  SELECT a b c date d  FROM def INTO
             TABLE t_def FOR ALL ENTRIES IN t_abc1
             WHERE a = dfgg
             AND b  = t_abc1-objnr
             AND udate      IN s_date
             AND d        = dfbv.

Edited by: Alvaro Tejada Galindo on Jan 11, 2008 5:39 PM

Edited by: Alvaro Tejada Galindo on Jan 11, 2008 5:43 PM