cancel
Showing results for 
Search instead for 
Did you mean: 

Data Difference in ABAP Data flow and Normal data flow.

0 Kudos

Hi Everyone,

below is the scenario please take a look at it.

-->Reading a ECC table using ABAP DF BODS4.2

1. When I read it using ABAP DF I get 10K+ records.

2. When I read it directly I get 130 which is the correct number.

(Because I verified the data in ECC)

3.Irrespective of the ECC server I get same records across all environment (DEV/QA).

Note: All have diff records count

Made sure the server names are correct

Methods tried

1.Checked the ABAP code, it reflects the exact code I have written in BODS

2. checked the result file present in "TCODE AL11" it returned 130.

3. Tried to execute the pre-loaded program, still wrong entries.

0 Kudos

Hi Denis, Sorry to trouble you. I was in immediate need of a solution, thought it would help me. Sure next time I will be careful.

Accepted Solutions (0)

Answers (1)

Answers (1)

peter_houston
Explorer
0 Kudos

I'm not sure if this is your issue, but if you are using shared directory or ftp, the transport file Data Services is reading may be different than the one the ABAP program is generating. This can happen if the Application path to shared directory is not set correctly. If you use the RFC data transfer method, then this shouldn't be an issue.

0 Kudos

Thank you peter! I will look into this.