Application Development and Automation 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: 
Read only

Sub-routines.

Former Member
0 Likes
832

I have read in BC400:

Sub-routines are defined and implemented by the programmer.

Is this statement true?

Are there no system defined sub-routines in SAP?

Thanks.

Ramesh.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
805

Hi Ramesh,

Yes, Sub-routines are defined and implementd by the devloper itself.

there are no system defined sub-routines.

Reward with points if useful,

revert back if any issues.

Regards,

Naveen

I have read in BC400:

Sub-routines are defined and implemented by the programmer.

Is this statement true?

Are there no system defined sub-routines in SAP?

Thanks.

Ramesh.

5 REPLIES 5
Read only

Former Member
0 Likes
806

Hi Ramesh,

Yes, Sub-routines are defined and implementd by the devloper itself.

there are no system defined sub-routines.

Reward with points if useful,

revert back if any issues.

Regards,

Naveen

Read only

Former Member
0 Likes
805

Hi,

Welcome to ABAP.

There are rare subroutines that are automatically generated by the system, but for all practical purposes they are usually written by programmers.

Hope this helps you.

Read only

Former Member
0 Likes
805

Hi,

user can create and implement subroutiens.but,system defined sub-routiens are also exist.they are just the part of a program.sub routiens will reduce the length of the code.suppose if u want to executea group of code(some lines) the u will keep that in subroutiene and we will call that subroutiene where ever u want to execute that group of code.

rgds,

bharat.

Read only

Former Member
0 Likes
805

Hi,

Threre are subroutines defined by SAP which are included in some inculdes e.g. BCDREX.. which is used in BDC include this in your and program and u can use system defined subroutines also...

Jogdand M B

Read only

Former Member
0 Likes
805

hi,

subroutines can be developed by developers and they are some predefined sub routines which are defined by sap.

developers while writing code develop subroutines for local use. i mean they are local to that object where as function modules are global.

if helpful reward some points.

with regards,

suresh babu.