cancel
Showing results for 
Search instead for 
Did you mean: 

Error during interprocess communication

0 Kudos

hi,

i have created 2 views. I have created a button in view1 and im trying to navigate from view1 to view2. For that i have a button in view1. Onclick on button in view1 it should navigate to view2. But in my view1 htm page it is giving me the error "Error during interprocess communication" while debugging. here is my htm code of the view1

<%@page language="abap" %>

<%@extension name="thtmlb" prefix="thtmlb" %>

<%@extension name="chtmlb" prefix="chtmlb" %>

<%@extension name="bsp" prefix="bsp" %>

<thtmlb:grid cellSpacing = "1"

              columnSize  = "8"

              height      = "100%"

              rowSize     = "6"

              width       = "100%" />

<thtmlb:button enabled = "TRUE"

                     id = "BTN1"

                onClick = "BTN1"

                   text = "GOTO PG 2" />

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185613
Contributor
0 Kudos

Hi Narendra,

Please check if the note 981211 will help to solve the issue.

Regards,

~Athreya