‎2019 Sep 19 11:09 AM
Hi All,
I need to copy objects dynamically using a report program.. Is there any FM to copy objects irrespective of its type (DDIC object or a program or webdynpro) Help me if you got one..
Thank you..
‎2019 Sep 19 12:32 PM
No, we don't have any FM satisfying this requirement.
Regards
‎2019 Sep 20 4:39 AM
If so, i could find out only some of the FM that copies specific objects.. DDIC objects, FM, program.. Can you please tell me if you know any other FM that copies other objects..
‎2019 Sep 19 1:33 PM
‎2019 Sep 20 5:12 AM
Follow the below FMs for Copying DDIC objects, You need to use the FMs in sequence, they will help for DDIC objects alone.
1) DDIF_TABL_GET = Interface to read a table from the ABAP Dictionary
2) DDIF_TABL_PUT= Interface to write a table in the ABAP Dictionary
3) DDIF_TABL_ACTIVATE = Interface to activate a table
Try the FM below To Copy Include Objects:
RS_COPY_PROGRAM_INCLUDE
Below FM is to Copy ABAP VARIANTS:
RS_COPY_SELECTION_SETS
Below Link helps you to copy a table through Program:
http://www.saphub.com/abap-dictionary/copy-sap-table-programmatically/
Hope it helps!
Cheers!!!