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

general

Former Member
0 Likes
764

1)what is the difference between implementation project and support project?

2how to identify the fourth row of an internal table?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
738

Hi Jyothi,

Implemenation Project is the SAP roll out for the Enterprise, wherein we completely follow Software Development Life cycle from scratch. which includes analysis , design , coding ,.and testing , then finally Go Live.

While Support Project i s the on ,in which SAP systems are already running, but depending upon the user raised tickets , we need to modify the existing code and provide the solution..

'No starting from scratch,.

wel , for 2nd question,\

System field SYST is the abap dictionary table , wherein u find all kind of system variables.

For internal table . SY-TABIX is used which gives current row index.

regards..

Note: reward points if useful

6 REPLIES 6
Read only

Former Member
0 Likes
738

what is an implementation project

implementation project in the sense if client is newly implementing sap.form example they may using pepole soft previously.now they want sap to use.so they are implementing sap and migrate all data from pepole soft to sap.

what is a prodution support, developmentor maintenance project.

Production support in the sense if the object ur supporting is in production serever.but u will change in production server.

developmentor maintenance project in the sense if u supporting the develoment system

Read only

0 Likes
738

thanku very much

Read only

Former Member
0 Likes
738

hi jyothi,

1.)what is the difference between implementation project and support project?

2 .how to identify the fourth row of an internal table?

READ TABLE ITAB INDEX 4.

Read only

0 Likes
738

thanku for ur answer

Read only

Former Member
0 Likes
738

Hi,

Implementaion project is nothing but a new project which contains the new developments and new things, Support project is a project which alreadt developed and went live, so we need to give the support to that project.

You can find the 4th row of a Internal table based on SY-TABIX.

Regards

Sudheer

Read only

Former Member
0 Likes
739

Hi Jyothi,

Implemenation Project is the SAP roll out for the Enterprise, wherein we completely follow Software Development Life cycle from scratch. which includes analysis , design , coding ,.and testing , then finally Go Live.

While Support Project i s the on ,in which SAP systems are already running, but depending upon the user raised tickets , we need to modify the existing code and provide the solution..

'No starting from scratch,.

wel , for 2nd question,\

System field SYST is the abap dictionary table , wherein u find all kind of system variables.

For internal table . SY-TABIX is used which gives current row index.

regards..

Note: reward points if useful