Skip to Content
0
Former Member
Jul 22, 2009 at 12:09 PM

Messages in IP user-exit functions

142 Views

Hi, all.

I have following problem:

I defined new type of planning function with class which uses IF_RSPLFA_SRVTYPE_IMP_EXEC interface.

Now I would like to return some messages regarding to the results of program in IF_RSPLFA_SRVTYPE_IMP_EXEC~EXECUTE method.

As I see, in IF_RSPLFA_SRVTYPE_IMP_EXEC~EXECUTE there is a parameter I_R_MSG. Do I have to write in that parameter my messages? Could someone explain to me how? Maybe you could share example of such program?