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: 

Using "SAPCOLUMN_TREE_CONTROL_DEMO: " - Dump Error Occured

Former Member
0 Kudos
114

hello all,

i have created a z program on the based on SAPCOLUMN_TREE_CONTROL_DEMO

i have created Fert material as a root (Dynamic-as per given in selection screen)

when i m given in selection screen upto 8 material the report run successfully but when i entered above 8 material dump is occured.

i have pasted here error analysis:

Error analysis

Short text of error message:

Control Framework : Error processing control

Long text of error message:

Diagnosis

An error occurred when the system tried to process the commands

from the Automation Queue on the presentation server.

There are several possible reasons for this:

- The installation of the SAP GUI on the presentation server is

faulty or obsolete.

- There is an error in the application program

- There is an error in the SAPGUI or an integrated control

Procedure

1. Make sure that you have imported the appropriate Support

Package, the current kernel, and GUI patch for the release of your

system

2. Check whether the error occurs locally on one or a few PCs, or

generally on all PCs. Note whether the error only occurs for so

users, for example because of a specific Customizing setting.

If it only occurs locally, this suggests an installation proble

with the PC. Check the installation; if necessary, reinstall th

software. In the dump, search for the SY-MSGLI field, since it

point to the cause of the error.

3. Activate the Automation Trace (in accordance with SAP Note

158985).

4.Start the transaction and continue until the screen immediate

before the dump.

5. From the System -> Utilities menu, choose Autom. Queue,

Synchronous Processing.

The status bar of the GUI displays the text:

"Automation synchron flush mode on"

6. If you now proceed with the application, the short dump will

display the ABAP call that caused the error; the Automation Tra

will contain the error on the presentation server.

7. If necessary, load the short dump and trace files on to

sapservX, so that SAP can analyze them.

Technical information about the message

Message class....... "CNDP"

Number.............. 006

Variable 1.......... " "

Variable 2.......... " "

Variable 3.......... " "

Variable 4.......... " "

How to correct the error

Probably the only way to eliminate the error is to correct the program.

-

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"MESSAGE_TYPE_X" " "

"SAPLOLEA" or "LOLEAU02"

"AC_SYSTEM_FLUSH"

If you cannot solve the problem yourself and want to send an error

notification to SAP, include the following information:

1. The description of the current problem (short dump)

To save the description, choose "System->List->Save->Local File

(Unconverted)".

2. Corresponding system log

Display the system log by calling transaction SM21.

Restrict the time interval to 10 minutes before and five minutes

after the short dump. Then choose "System->List->Save->Local File

(Unconverted)".

3. If the problem occurs in a problem of your own or a modified SAP

program: The source code of the program

In the editor, choose "Utilities->More

Utilities->Upload/Download->Download".

4. Details about the conditions under which the error occurred or which

actions and input led to the error.

plz. solve the problem

2 REPLIES 2

Former Member
0 Kudos
47

Hi ,

u need to look at how u are creating/adding the new Nodes to the ROOT ?

ur tree should ne like this

ROOT-->Material Type( Level 1)

-


>Fert (Level2 )

-


>1001 (Level 3)

-


>

so better to check in the debug mode , how its working ?

regards

Prabhu

former_member188685
Active Contributor
0 Kudos
47

when i m given in selection screen upto 8 material the report run successfully but when i entered above 8 material dump is occured.

The problem is with the Node population, if you are not adding the Nodes properly then it will give the Dump what you got.

Show the Logic how you are populating the nodes.