BAPI Extract row counts issue

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
ram1899
Charter Member
Charter Member
Posts: 41
Joined: Wed Aug 04, 2004 11:46 am

BAPI Extract row counts issue

Post by ram1899 »

We are extracting data from SAP R/3 system and loading into DB2 database using BAPI Extract. We are having problem with BAPI extract row limitations. Looks like BAPI is limiting the result set automatically to 100 rows. Job is working fine with fewer records( <100). When ever my BAPI extract job is having more data ,it is taking only first 100 rows from SAP. For example in the given job statistics shows BAPI extract extracted 8515 records, but really it extracted only 100 records. Job is real simple and there is no constraints in the transformation area.
This is really show stopper and we need immediate assistance.

Here is my environment.

Datastage Server 7.5.2
R3PACK 5.2 1
Ascential Client 7.5.2
AIX 5.3.0.0
SAP R/3 PACK IDOC, BAPI and ABAP extract.
SAP R/3 4.7 unicode
SAP GUI 640
MQ 7.5.2
Database server DB2 OS/390 8.1.0

Thank you for all your support in advance. Any help is really appreciated.
ram1899
Edwink
Participant
Posts: 47
Joined: Sat Aug 19, 2006 4:57 am
Location: Chennai

Post by Edwink »

are you using the userdefined query or using inbuilt procedures.?
ram1899
Charter Member
Charter Member
Posts: 41
Joined: Wed Aug 04, 2004 11:46 am

Post by ram1899 »

I am using in bulit procedures..
ram1899
Edwink
Participant
Posts: 47
Joined: Sat Aug 19, 2006 4:57 am
Location: Chennai

Post by Edwink »

BAPI is nothing, but type of stored procedure.. it is called as function in SAP...in that procedure there might be any constraints...so have check in the BAPI
Post Reply