Application Development and Automation 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: 
Read only

Reg Blocked Export Documents Runtime Error

Former Member
0 Likes
796

Hi..

I am using the transaction '/SAPSLL/BL_DOC_SD_R3' to see blocked export documents.......

Now when i run it for a plant and about 40 thousand sales orders... it is going for a runtime error.....

I need to know for how many records can i run this transaction at one time.. ......

Regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
766

I guess, You have executed in foreground, try to execute in background.

Regards

Sasi

6 REPLIES 6
Read only

Former Member
0 Likes
767

I guess, You have executed in foreground, try to execute in background.

Regards

Sasi

Read only

0 Likes
766

Well... my problem is.. i am using the function modules used within this transaction in my report programs....and that also is going for runtime error... so i need to know.. how many records can this transaction process at one time.. in foreground........

Read only

0 Likes
766

hi,

what kind of error you are getting.

Also check this in that transaction.In menu , goto - selection screen help.

Read only

0 Likes
766

Gautham..

The selection screen stuff did not help....

This is the error which i am getting...


Runtime errors         DBIF_RSQL_INVALID_RSQL
Exception              CX_SY_OPEN_SQL_DB

Possible errors:
 o The maximum size of an SQL statement has been exceeded.
 o The statement contains too many input variables.
 o The space needed for the input data exceeds the available memory.

Read only

0 Likes
766

Here you have two options.

1. Inform your basis people to increase the memory so that you can execute

data for more records.

2. Try to run that transaction with minimum data and check how much amount

of data you can execute with avilable memory.

Read only

0 Likes
766

Actually, We can't say how may records can be able to display with this program, The options could be

1. Either the basis people can extend the buffer size/any other settings

2. You can change the selection criteria range to minimize the record counts

3. Schedule in background

Regards

Sasi