Quantcast
Viewing all articles
Browse latest Browse all 8065

Multiplication table in macro

Hai friends

 

When i was activate this , its shows a error , anyone can give answer to this..plz

 

 

REPORT  ZFUN_MULTI_TAB_REPORT.

 

 

 

 

PARAMETERS: mul TYPE i,

            len TYPE i,

            op TYPE i,

            gv_res TYPE i.

 

 

DEFINE mul_tab .

 

 

  do len TIMES.

    gv_res = &1 &2 &3 .

    WRITE : &1 &2 &3 ,' = ',gv_res.

    "len = len + 1.

    enddo.

 

 

  end-OF-DEFINITION.

 

 

 

 

mul_tab mul * len .


Viewing all articles
Browse latest Browse all 8065

Trending Articles



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