cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR: Screen output without connection to user. (termination: RABAX_STATE)

Former Member
0 Kudos

Experts:

I have an error as attached. Could you please have a look? Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

former_member182657
Active Contributor
0 Kudos

Hi Charles,

If all above suggestions won't work for you,than i suggest you to raise an OSS with SAP.

Regards,

Gaurav

Former Member
0 Kudos

SAP says we should NOT use a user-exit here. Thanks!

Answers (3)

Answers (3)

former_member182657
Active Contributor
0 Kudos

Hi Charles,

Could you check with SAP Note  2005188 - Short dump CX_SY_SEND_DYNPRO_NO_RECEIVER with Error DYNPRO_SEND_IN_BACKGROUND

Hope this will help you.

Regards,

Gaurav

former_member185954
Active Contributor
0 Kudos

Hello Charles,

You may have to debug this yourself by using breakpoints, the crux of the situation is, your system is trying to generate a front end element (such as ALV-GRID etc) in a web bsp application, it could be a popup by some module.

check note

1843891 - Dump in web dynpro DYNPRO_SEND_IN_BACKGROUND


the above note will not solve your problem or but will give you something to think about.


further program SAPLSPO4 is a function pool not the actual include, check the abap dump in detail and trace what is causing the pop-up.


Regards,

Siddhesh

Former Member
0 Kudos

Thanks for both.

Both notes have been tried but error persists.

Could you please tell which trace to be turned on to debug it?

Thanks!

former_member185954
Active Contributor
0 Kudos

Hello Charles,

Switching on trace may not be useful, you need to debug.


Try the link: Debugging - Business Server Pages - SAP Library


Best would be to check with your developers, they will know.

Regards,

Siddhesh

Former Member
0 Kudos

Experts:

I find out the service at SICF is called FITE_EXPENSE_EXPRESS.

On SICF, right click FITE_EXPENSE_EXPRESS  -> test service,

it will also give the same error.

Also on SICF, there are about 8 EXPENSE related service, e.g.

FITE_EXPENSE_CANCEL, FITE_EXPENSE_DELETE, etc.

Every one gives the same error when testing them.

Can we use "redirect URL" or "handler" to fix this?

Our debug did not help too much.

Please help.

Thanks!

former_member185954
Active Contributor
0 Kudos

Have you checked the ST22 dump carefully, the call stack should tell you where the error is being generated and what is the sequence of calls made when you execute test service.

Can you paste the entire ST22 Dump message?

Regards,

Siddhesh

Sriram2009
Active Contributor
0 Kudos

Hi Charles

1.  Is this Browser issue? in which browser version are you getting this error message ?

2. Could you attach the dump as text format?

BR

SS

Former Member
0 Kudos

For IE9 and IE11, I have confirmed this error persists.

I have attached dump.

Thanks to all.

former_member185954
Active Contributor
0 Kudos

Hello Charles,

Looked at the dump, there is a function module that throws a popup asking for a date to be updated, locate this function module in your attached dump.

some date record needs to be updated in the 'funds management' area.

----------------------------------------------------------------------------------------------------

|No.      50 Ty.          FUNCTION                                                                 |

|Name  POPUP_GET_VALUES                                                                            |

----------------------------------------------------------------------------------------------------

|NO_VALUE_CHECK                                                                                    |

|                                                                                                  |

|    2                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|    2000                                                                                          |

|POPUP_TITLE                                                                                       |

|    Update date recorded in Funds Management                                                      |

|    5766762667627666766626624766724666666667222222222222222222222222222222222222222222222222222222|

|    504145041450253F245409E065E430D1E175D5E4000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    5500700064006100740065002000640061007400650020007200650063006F007200640065006400200069006E0020|

|START_COLUMN                                                                                      |

|    5                                                                                             |

|    3                                                                                             |

|    5                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|    3500                                                                                          |

|START_ROW                                                                                         |

|    5                                                                                             |

|    3                                                                                             |

|    5                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|    3500                                                                                          |

|RETURNCODE                                                                                        |

|                                                                                                  |

|    2                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|    2000                                                                                          |

|FIELDS[]                                                                                          |

|    Table IT_5737[2x556]                                                                          |

|    \FUNCTION-POOL=FMFA_E\FORM=GET_PANEL_DATE\DATA=L_T_SVAL[]                                     |

|    Table reference: 2094                                        

I think beyond this I am out of ideas, good luck.


Regards,

Siddhesh

manumohandas82
Active Contributor
0 Kudos

Please check the following SAP Note

1754265 - PD update task: Runtime error YNPRO_SEND_IN_BACKGROUND[2]


Thanks ,

Manu

Former Member
0 Kudos

Manu:

Thanks for help.

However, SNOTE tells this note cannot be applied.

Your note is for 731 or below. Our system has BASIS SAPKB74007.

Please continue to help.

Regards.

manumohandas82
Active Contributor
0 Kudos

Hi Charles

How about the following Note



1843891 - Dump in web dynpro DYNPRO_SEND_IN_BACKGROUND


Thanks ,

MANU