Skip to Content
0
Former Member
Jun 26, 2009 at 11:28 AM

Calling a WebDynpro application from a SRM Badi

216 Views

Hi - I will like to call a WebDynpro Abap application from Badi/method IF_EX_BBP_SC_MODIFY_UI~SC_MODIFY_SCREEN in SRM. The purpose is to force certain users to put in som "standard" values to be used in the following steps in the purchase procedure. As it not possible to use ordinary Abap POPUP functions modules I have made a small WebDynpro program to do the wanted function. But when I start the url with CALL FUNCTION 'CALL_BROWSER' or CALL METHOD CL_GUI_FRONTEND_SERVICES=>EXECUTE the return code indicates a frontend error from ITS.

Is there any way that I can get over this error and start my WebDynpro from a Badi in SRM?

Or is there maybe another way to send a POPUP for information to the internet user?

Thank you in advance:

Bg Steen Pedersen