‎2007 Feb 01 6:24 AM
1)what is the difference between implementation project and support project?
2how to identify the fourth row of an internal table?
‎2007 Feb 01 6:32 AM
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
‎2007 Feb 01 6:27 AM
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
‎2007 Feb 01 6:42 AM
‎2007 Feb 01 6:28 AM
‎2007 Feb 01 6:43 AM
‎2007 Feb 01 6:30 AM
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
‎2007 Feb 01 6:32 AM
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