Hi All ,
I have a ztable which has MANDT field , i have to update the ztable from one system to another system via RFC function module ,
Now , i dont want to transfer the MANDT field because it will mess with the other system , so it should automatically update.
So i have created a structure and table type for internal table declaration ( without MANDT). so while inser statement its giving struture conflict error.
Please share your ideas!
How to update the ztable which has MANDT field with the tabletype (internal table without mandt filed) , if have done the similar kind of work , please share !!
e.g INSERT ZTABLE FROM table Itab( data : itab type tabletypewithout mandt).
Thanks,
Pradeep.