‎2007 Jun 21 3:23 AM
Hi all,
In my function module, I have table (PI_PPO) declared in the parameter. It is of table type Z_T_PPO. However, in the content of my function module, I declare another internal table I_PPO_INFO with table type Z_T_PPO as well. However, when I try to use MOVE: I_PPO_INFO to PI_PPO, it said that the type is not compatible. Any ideas?
‎2007 Jun 21 3:26 AM
‎2007 Jun 21 3:26 AM
‎2007 Jun 21 3:30 AM
Hi Rich,
Apparently, I forgot that MOVE can't be used to assign between tables. Thanks a lot.
‎2007 Jun 21 3:44 AM
‎2007 Jun 21 3:27 AM