Hi,
try this:
CALL METHOD g_document->execute_macro
EXPORTING
macro_string = 'Module4.Macro3' " Module and Macro.
no_flush = ' '
param_count = 1 "even if you don't have params.
IMPORTING
error = it_errors
retcode = g_retcode .
Regards
Lukasz
Hi,
try this:
CALL METHOD g_document->execute_macro
EXPORTING
macro_string = 'Module4.Macro3' " Module and Macro.
no_flush = ' '
param_count = 1 "even if you don't have params.
IMPORTING
error = it_errors
retcode = g_retcode .
Regards
Lukasz