cancel
Showing results for 
Search instead for 
Did you mean: 

Live cache Extraction through BAPI : Only one Data packet is coming

Former Member
0 Kudos

Hello All,

I am extracting data through Generic Datasource based on Function module.

This function module intern calls BAPI and extracts data from Live cache of APO system. I am not using select statement so, opening & closing cursor to determine the packet size is not effective.

My problem is that, all the records are coming in single data packet., even I set the packet size and record number fixed in rsa3 or in info package.

Currently it is running very fine. But in future when number of record will increase, processing of single data packet will be a problem.

In this case what needs to do to get the records through various data package.

Appreciate your response.

Regards,

Krunal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Krunal,

Ideally, yes packet size and record no. fixed parameters should be considered.

Since you are not getting an error as of now, it will be a proactive measure to raise an OSS message to get SAP personnel to look into your system.

Regards

Datta

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Krunal,

Could you please help me in creating generic extractor through BAPI call?

I would appreciate if you send me some sample program.

Did you resolve this issue of 1 data packet? If yes, then could you plz share that as well?

Thanks in advance.

Regards,

Former Member
0 Kudos

Hi,

I have not yet implemented the scenario. So it required thorough testing.

I have written my code in such a way that while extracting data from Generic Data source based on Function module which inturn calls a BAPI, it extact per plant one data package.

Regards,

Krunal