Quantcast
Channel: SCN: Message List - ABAP Development
Viewing all articles
Browse latest Browse all 10425

Re: Displaying more than one value in a field

$
0
0

hi Rebekah

 

if don`t care about performance.

LOOP AT i_org INTO wa_org.
      SELECT NODENAME FROM /BI0/HORGUNIT INTO TABLE itab

        WHERE NODEID = wa_org-childid.

      LOOP AT itab.

         CONCATENATE l_childid itab-nodename INTO l_childid.

      ENDLOOP.

ENDLOOP.

RESULT = l_childid.

 

regards,

Archer


Viewing all articles
Browse latest Browse all 10425

Trending Articles



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