cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Standard Datasource Enhancement code select times.

WANGWU
Explorer
0 Kudos
236

Hi experts,

For example, the datasource 2LIS_03_BF had added a new field F1

and in the cmod , the code using "select" like "select ... into .... from EKKN for all entries in E_D_DATA.... ".

IF 2LIS_03_BF extracted 10000 records with full extraction one time ,  

my question is how many times the "select" occured ? 10000 times too ?  

View Entire Topic
yogeswara_adapa
Explorer
0 Kudos

Select statement hits database once per one package. For example total records extracted are 100000, and package size is 10000 then in total select is going to run 10 times.

WANGWU
Explorer
0 Kudos
Hi, in SAP BW/4 system , no infopackage of datasource any more. Only DTP and transformation. So, if there are 10 packages of DTP, select run 10 times ?