Hi,
I would like to call the transaction S_ALR_87012249 from an ABAP program with parameters prepared by the ABAP program, but S_ALR_87012249 is linked to a generated program and I don't know how to call it. 1) the program name is not the same in development and production environments. 2) the parameters are not the same when calling the transaction or the linked program. 3) I know the transaction START_REPORT, but I don't know how to pass parameters to the report from my ABAP program. Is there a special technique for calling this kind of program ?