cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_BUSPROCESSND_DISPLAY

Former Member
0 Kudos

I am using FM 'BAPI_BUSPROCESSND_DISPLAY' in my WD application to display service order details in CRM-UI and receiving a control error.

The function module seems to be working fine when tested from SE37 t-code. Not sure what could be issue. Has any one face similar issue and resolved it ?

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

i think, it invokes dynpro screen to display, you cannot use it as it is in WebDynpro as it would cause webdynpro session to disconnect.

Former Member
0 Kudos

It will call CRM Web UI to open and display service order details in a browser.

This is the short dump i am getting.

Exception condition "CNTL_ERROR" raised.

A RAISE statement in the program "CL_GUI_HTML_VIEWER============CP" raised the

exception

condition "CNTL_ERROR".

Since the exception was not intercepted by a superior

program, processing was terminated.

Former Member
0 Kudos

Like we already said, you cannot use this FM from WebDynpro. You need to find another way or refactor this FM to suit to WebDynpro (Avoid call Cl_GUI classes).

Answers (1)

Answers (1)

former_member199125
Active Contributor
0 Kudos

Hi,

could you tell me what exact error you are getting.

I am unable to check ur FM. So tell this FM will return any screen? if yes, then you cannot use this in webdynpro. If not, tell me the exact error so that we can analyze.

Regards

Srinivas