Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Question from SAP-MM-ABAP on Aug 6 at 12:27 AM Hi, I am getting below ABAP Error when running a program: - Field type "I" does not permit subfield access My source code is as below: - REPORT ZBRIJ_EMPLOYEE_LIST_02. DATA INTEGER01 TYPE I VALUE 22. DATA PACKEDDECIMAL01 TYPE P DECIMALS 1 VALUE '-5.5'. DATA RESULT LIKE PACKEDDECIMAL01. RESULT = INTEGER01+PACKEDDECIMAL01. WRITE /RESULT. | Reply to this email to post your response. __.____._ | In the Spotlight Become a blogger at Toolbox.com and share your expertise with the community. Start today. _.____.__ |