Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8526

Re: Separate Numeric Part

$
0
0

Hi Praveen ,

 

thanks for ur relpy........urs working in debugging......but the stext(description) obtained to b mapped with each task given....

data: lv_type(02) TYPE c,

        lv_ojid(10) TYPE c.

  lv_type = ls_swpsteplog-task_id+0(2).

  lv_ojid = ls_swpsteplog-task_id+2(6).

IF NOT s_task[] is INITIAL.

     SELECT stext

        FROM hrs1000

       INTO TABLE lt_hrs1000

       WHERE otype =   lv_type   AND

             objid  =  lv_ojid and

             langu = 'E'.

   ENDIF.

\

here values are not fetched inside the itab-lt_hrs1000.


Viewing all articles
Browse latest Browse all 8526

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>