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

Re: Get text from trfcqdata-arfcdata01-07

$
0
0

Dynamic programming is needed for that.

Assign the table reference to a field symbol, and then loop into it.

Something like this:

FIELD-SYMBOLS <lt> TYPE ANY TABLE.

FIELD-SYMBOLS <ls> TYPE ANY.

 

ASSIGN gs_para-ref->* TO <lt>.

 

LOOP AT <lt> ASSIGNING <ls>.

  "see values in debug mode

  "use ASSIGN COMPONENT to get specific field value from <ls>

ENDLOOP.


Viewing all articles
Browse latest Browse all 8635

Trending Articles



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