How can successful and thorough systems planning, analysis,
and design be ruined by poor systems construction and
implementation? How can poor systems analysis or design ruin
a smooth construction and implementation? For both
questions, list some consequences
Answer / suman ghosh
a system development life cycle consists of
analysis,design,construction,testing and implementation.When
a system is to be designed it needs a proper analysis or you
can say proper investigation which includes requirements,use
and future scope of a system.An analysis is the starting
phase for a system which will be designed.Even a successful
and through systems planning analysis and design can be
ruined if a poor system is constructed as this phase consist
of coding & logics and if the coding and logic and coding
are not correct the implementation will also effect.That is
the reason a proper check should be made in construction
phase that the analysed data is up to the mark.
Read more:
http://wiki.answers.com/Q/How_can_successful_and_through_systems_planning_analysis_and_design_the_ruined_by_poor_system_construction_and_implementation#ixzz1JCCU8WkZ
| Is This Answer Correct ? | 5 Yes | 3 No |
Tag for turning an image into a hyperlink is
SELECT A~FTRMI A~AUFNR B~MATNR D~MAKTX B~PSMNG B~WEMNG C~MTART E~CHARG C~MATKL C~SPART R~BWART R~CHARG R~MATNR E~BWART R~BDMNG INTO TABLE ITAB FROM AFKO AS A INNER JOIN AFPO AS B ON A~AUFNR = B~AUFNR * INNER JOIN AFVC AS A1 ON A~AUFPL = A1~AUFPL AND B~DWERK = A1~WERKS INNER JOIN MARA AS C ON B~MATNR = C~MATNR INNER JOIN MAKT AS D ON C~MATNR = D~MATNR INNER JOIN MSEG AS E ON B~MATNR = E~MATNR AND A~AUFNR = E~AUFNR AND B~DWERK = E~WERKS INNER JOIN RESB AS R ON A~AUFNR = R~AUFNR AND E~AUFNR = R~AUFNR AND R~RSNUM = A~RSNUM AND R~WERKS = E~WERKS AND R~BAUGR = E~MATNR INNER JOIN MARA AS C1 ON R~MATNR = C1~MATNR WHERE A~FTRMI IN S_DATE AND A~AUFNR IN S_AUFNR AND C~MTART IN S_TYPE AND C~MATKL = 'T' AND R~BWART ='261' AND E~BWART = '101' AND R~XWAOK ='X' AND B~DWERK = '2000' AND R~XLOEK EQ SPACE AND E~KZBEW ='F' AND D~SPRAS = 'E' AND R~KZEAR = 'X' AND C~MATNR IN S_MATNR. This query gives repetative records from RESB.There must be some common field which i am not taking thats why its giving repetative records. If u find any solution pls lety me know ASAP. Thanks Swati Ghadge
what are the difference between C,C++and Java
write a program on c(or)c++(or)java language i.e if i have 5 numbers like (10,24,3,9,15) i want to display highest number from these numbers
what is the diffrence between occur 0 and occur 10 in ABAP.
what is the exact full form of OOPS,O -> object O -> oriented P -> programing S-> ? ....
Which of the following are Java modifiers?
smal talk is pure object oriented or not?
What is dialog programming?
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
what do u mean by tagging
What is meaning of web application. & the purpose of web application. with description.