Skip to Content
0
Sep 13, 2023 at 06:27 PM

Can i use modify with two internal tables?

39 Views Last edit Sep 13, 2023 at 06:27 PM 2 rev

Hi guys, I want to use a internal table in modify to update another internal table, but always SAP give me an error which says: "Field "TABLE" is unknow. Is not possible to do this?

My code look like:

MODIFY <it_1> FROM TABLE <it_2>.