cancel
Showing results for 
Search instead for 
Did you mean: 

Question

Former Member
0 Kudos

Dear Gurus,

What is the difference between requirement and routine.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

alpesh_saparia3
Active Contributor
0 Kudos

Hi,

In requirement you can check conditions, but you cannot determine values.

In routine you can deteremine/calculate values.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Raj,

Requirements are represented by routines in the system source code, ABAP. Requirements check for certain criteria during the execution of functions.

Data transfer routines are used during copying control to fine-tune what data is necessary to transfer between documents. These transfer routines may also alter the copied data.

I hope this helps.

Rgds,

Raghu.