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: 

BAPI_OBJCL_GETDETAIL

Former Member
0 Kudos

Hi All,

we are trying to retrieve the characteristics of equipments using the function module BAPI_OBJCL_GETDETAIL.

The problem here is we have about one million equipments for which the characteristics is to be retrieved.

when the report is scheduled in background there is a short dump with message "Unable to fulfil request for XXXX bytes of storage space".

Is there any other possibility of retrieving the characteristics of these one million records without increasing the memory space for processing the application data in operating system.

Any help is appreciated

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

One million does not make sense. I am not sure where is this data, but if you can schedule the program muliptle times and write a logic so that takes only a chuck of records and process it, that would be a better option.

Regards,

Ravi

Note :Please mark the helpful answers

4 REPLIES 4

Former Member
0 Kudos

Hi,

One million does not make sense. I am not sure where is this data, but if you can schedule the program muliptle times and write a logic so that takes only a chuck of records and process it, that would be a better option.

Regards,

Ravi

Note :Please mark the helpful answers

Former Member
0 Kudos

Hi,

where are storing the data after retrieving it using the BAPI. what is the requirement. Can u elaborate?

Regards,

Tanveer.

0 Kudos

Hi,

The requirement is to select all the equipments of a particular equipment type and display their characteristics.

0 Kudos

There is no other go, some how you will have break that into smaller chunks and process the same.

Regards,

Ravi