cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Hierarcy activation

Former Member
0 Kudos

Hi Friends,

I have created a Hierarchy using Flat File.

Every thing goes fine. But the hierarchy appears in grey colour instead of green. when i am trying to activate it manually, the program is terminating giving an error

"Error while executing SQL Statement, The out put area is too small".

What could be the error. How to rectify that.

Please tell me.

Thanks in advance.

Bye,

Surya.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Have you tried to preview and simulate update in the Scheduler?

Best regards,

Eugene

Former Member
0 Kudos

Hi Eugene,

I have already tried that, and i could able to see the hierarchy in the preview

the only problem is in the activation. the object is still in the modified version.

Former Member
0 Kudos

Hi,

In the preview screen you can simulate your upload (F8 or an icon at the bottom). Have you tried this? Do you have any error log?

Best regards,

Eugene

Former Member
0 Kudos

There is a button(simulate),in the preview, i have pressed that, in the next screen the status is showing in green color, also the hierarchy is displaying there.

Former Member
0 Kudos

Hi,

There are 30 hits in OSS notes with a 'SAPSQL_SELECT_WA_TOO_SMALL' key word.

Look at them, maybe something can be applied to your situation. Particularly look at note # 540819.

Best regards,

Eugene

Former Member
0 Kudos

Can you check st22 and give details on the DUMP

Former Member
0 Kudos

Hi Dominic Goonawardena,

Here is the analysis,

***********************************************************

Runtime Errors SAPSQL_SELECT_WA_TOO_SMALL

Occurred on 19.04.2005 at 22:48:04

-


In an Open SQL SELECT, the output area is too small.

-


What happened?

-


Error in ABAP application program.

The current ABAP program "SAPLRSSHIER " had to be terminated because one of the

statements could not be executed.

This is probably due to an error in the ABAP program.

-


Error analysis

-


With an Open SQL SELECT, the output area used to hold the selected

records must be at least as wide as the database table from which

records are being read.

In this particular case, the database table is 167 bytes wide,

but the output area is only 141 bytes wide.

-


How to correct the error

-


The output area used to hold the selected records must be at least

as wide as the database table you are accessing.

-

You may able to find an interim solution to the problem

in the SAP note system. If you have access to the note system yourself,

use the following search criteria:

-


"SAPSQL_SELECT_WA_TOO_SMALL" C

"SAPLRSSHIER " or "LRSSHIERU38 "

"RSSH_HIERARCHY_TIMEDEP_GET"

-


-


-


Information on where termination occurred

-


The termination occurred in the ABAP program "SAPLRSSHIER " in

"RSSH_HIERARCHY_TIMEDEP_GET".

The main program was "SAPMRSDO ".

The termination occurred in line 79 of the source code of the (Include)

program "LRSSHIERU38 "

of the source code of program "LRSSHIERU38 " (when calling the editor 790).

************************************************************

Hope this information is enough.... If u ned more, please let me know.

Thanks

Surya.

Former Member
0 Kudos

Hi surya,

Why donot you search for the notes from service with search term as 'SAPSQL_SELECT_WA_TOO_SMALL' . You can find out the more notes with regarding to your problem.

for example : 540819

With rgds,

Anil