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: 

Runtime Error *STORAGE_PARAMETERS_WRONG_SET*

ajeethram
Explorer
0 Kudos

Hi All,

I want to get open items from BSID table. I used the Function module BAPI_AR_ACC_GETOPENITEMS.It is populated in an internal table ITAB1 which is of BAPI3007_2 structure. from the int table itab1 i want to get open items with checking with the cheque number(ZUONR) in BSID table and those items having the credit entry(SHKZG) i.e(credit entry = H)

and also i want to print the amounts(DMBTR) of this above said open items. because i am using another internal table ITAB for printing those values which is given in ALV function module, when i give this amount it is showing error..

Thanks & Regards

Ajeeth ram.s

Edited by: Ajeeth ram.s on Jan 14, 2011 3:30 PM

1 REPLY 1

Former Member
0 Kudos

Usually this message occurs when no sufficient memory available for the process. Try to reduce the amount of data to be processed or adjust the memory settings if possible.

BR,

Robert