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

Re: My program is here.When I execute, it shows that field is too small to calculate totals in internal table.Can anyone help me solve this?

$
0
0

Hi,

 

Total may have more number of digits than EKKO-ZBD1P.

Change the data type of totals as shown below.


    DATA: BEGIN OF IT_EKKO OCCURS 0,

                  LIFNR LIKE EKKO-LIFNR,

                  LPONR LIKE EKKO-LPONR,

                  ZBD1P type p DECIMALS 3,

                  ZBD2P type p DECIMALS 3,

                END OF IT_EKKO.



Pls close the thread if your error is cleared.

 

Regards,

Ananth


Viewing all articles
Browse latest Browse all 8944

Trending Articles



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