Page 1 of 1

ABAP stage not fetching data

Posted: Thu Dec 07, 2017 8:11 am
by esivaprasad
Hi ,

in one of the ABAP stage , we want to extract data from one SAP Server.Job completed without fetching any records .
from Remaining abap stages data fectching.

Please let me know why data not fectvhing from one abap stage.

Posted: Fri Dec 08, 2017 7:43 pm
by ray.wurlod
What's different (anything) about that particular ABAP stage?

Posted: Fri Dec 08, 2017 7:44 pm
by ray.wurlod
Might that stage's query legitimately be returning no rows?

Posted: Mon Dec 11, 2017 8:58 am
by esivaprasad
In other job , we had abap stage, in that we have 3 tables with inner joins between tables, data will fetching without any issue.
But particularly in this one job, we had abap stage , Required to extract only one table , but still data not fetching.
but in other jobs it extracting without issue.

Posted: Tue Dec 12, 2017 5:00 am
by esivaprasad
There are LFM1, LFA1and LFM2 tables in SAP all contains data.LFM1, LFA1 data are successully extracted from DataStage using ABAP stage but data is not being extracted from LFM2 through ABAP stage.This job contains ABAP stage ---Tranformer -Sequential file stage(No tranformation logic).This job finish without any warnings but no data is extracted(but this LFM2 data conatins 6 records in SAP table). Datastage version 8.1.
Is it environment issue or ds version issue ?