Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

What is the Term used for Code Reusability

Former Member
0 Kudos

Hi,

Can anyone please let me the term used for Code Resuability in SAP

With Best Regards

Mamatha.

7 REPLIES 7

former_member223537
Active Contributor
0 Kudos

Hi Mamatha,

The terminology used is same. No difference.

It is called as Code Reusability / Avoid redundancy by using the same code.

Best regards,

Prashant

anversha_s
Active Contributor
0 Kudos

hi,

it is called

<b>business logic replication</b>

rgds

anver

if helped mark points

Former Member
0 Kudos

lets say our task is to display some standard HEADER on EACH report output.

to do this,we have 2 options

1.

in each and every report,write this standard header by using WRITE .

2. we will create a FORM in an INCLUDE program and ask all the developers to use this FORM in their program to print the HEADER, instead of writing on their own WRITE statements.

<b>in each program just we say

include ZHEADER.

AND to call the FORM in that HEADER,

perform display_header.</b>

if you see, the option2 ,here we are getting the SAME HEADER in each and every Report but in all the programs we are NOT WRITING ANY thing towards this. just we defined a FORM and all the developers are re using this SAME FORM in their programs.

this term is called reusability.

advantages :

1.maintenance. lets say in future your HEADER needs to be changed.

in the FIRST Option,we should goto each and every program to change the HEADER.

but in the second option,if we change the HEADER in the FORM ,its enough.no need to touch each developers programs.

Regards

Srikanth

Message was edited by: Srikanth Kidambi

Message was edited by: Srikanth Kidambi

0 Kudos

Hi,

i think my Question is wrongly interpreted.

I want a equivalent word for Code Resuability .

there is a Specific Word for Code Reusability in SAP.

With Best Regards

Mamatha

former_member404244
Active Contributor
0 Kudos

Hi Mamatha,

the word is MODULARIZATION for reusability.

Regards,

Nagaraj

0 Kudos

we call it as MODULARIZATION in SAP and the same we done either thru SUBROUTINES OR FUNCTION MODULES IN SAP.

former_member223537
Active Contributor
0 Kudos

Hi,

Pls refer this thread for more details :

http://help.sap.com/saphelp_bw31/helpdata/en/9f/db970e35c111d1829f0000e829fbfe/content.htm

Best regards,

Prashant