Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to resolve dump with MESSAGE_TYPE_X in SAPLOLEA and AC_SYSTEM_FLUSH?

former_member415039
Participant
0 Kudos

Hi All,

As a part of requirement we have created an splitter control that contains ALV grid and Tree and calling the screen from GOS toolbar through a function module. The problem is that as we click the option in GOS toolbar to call this screen it is going into dump with

MESSAGE_TYPE_X in SAPLOLEA and AC_SYSTEM_FLUSH. This dump is coming up in transaction FB03. We have observed that this not a problem in MIR4,ME23N transactions. Could suggest ideas/tips to resolve the controls going to dump.

Regards,

Ramesh

2 REPLIES 2

raymond_giuseppi
Active Contributor
0 Kudos

Did you analyze the generated dump (purpose of X messages is generation of such dumps)

I can only suggest you to look at statements in your FM/class (SGOSATTR) that create the initial docking/splitter container, which parent did they use and why it's not always available, and how you have to handle those case in a generic tool.

0 Kudos

Hi Raymond,

Thank you for the reply..Will analyze the dump a bit more

Regards,

Ramesh