Quantcast
Channel: SCN : All Content - Data Warehousing
Viewing all articles
Browse latest Browse all 1423

Opinion on using End routine Vs Field Routine

$
0
0

Hi All,

We need to lookup multiple fields from one DSO and populate in another DSO. To achieve this there can be two approaches, please let me know which approach you prefer and why.

 

Approach 1:

Code is written in End Routine.

 

This comprises of a Select to internal table and Loop on Result package to assign the fields.

 

 

Approach 2:

Code is written in Start routine and Field routine.

 

Select to a global internal table in start routine. Read and assign the fields in field routines.

 

Thanks

AG

 


Viewing all articles
Browse latest Browse all 1423

Trending Articles