Solution : https://service.sap.com/sap/support/notes/1331476 (SAP Service marketplace login required)
Key words :
call method /scmb/cl_df_document_type=>table_name_create exporting iv_category = <ls_table_document>-category iv_client = iv_source_client importing ev_tablename = lv_source_table, local copy call function '/scmb/df_appl_data_cc_local' exporting it_table_document = lt_table_document iv_source_client = cc_sourceclient exceptions, call method /scmb/cl_df_document_type=>get_detail_multi exporting ir_category = lr_category importing et_detail = lt_detail, export-import call function '/scmb/df_appl_data_cc_import' exporting it_table_document = lt_table_document exceptions, call method /scmb/cl_df_document_type=>get_detail_multi importing et_detail = lt_detail, call method /scmb/cl_df_document_type=>get_detail_multi importing et_detail = lt_detail, #ec enhok ls_table_document-tabname = <ls_detail>-tablename, open function module /scmb/df_appl_data_cc_local, open function module /scmb/df_appl_data_analysis, open function module /scmb/df_generate_client_copy
Related Notes :
1229237 | Client copy of Document Flow application data |