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

Re: How to invoke method with EXPORTING ANY

$
0
0

Hi Roger,

Use field symbols as below

FIELD-SYMBOLS <lo_row_content> TYPE data.

or

FIELD-SYMBOLS <lo_row_content> TYPE  any.

and use this filed symbol in RTTI

 

we cannot define like

data lo_row_content type data   in any programme except interface of programme

but we can define

data lo_row_content type ref to data.

 

Regards,

Sreenivas.


Viewing all articles
Browse latest Browse all 9269

Trending Articles



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