1/ what is the diff between parameter & range ?
2/ what is the methodology used in your project ?
3/ what is system symbol ?
4/ what is the diff between support project &
implimented project ?
Answer Posted / janarthanan
1.Difference between Parameter & Ranges :
Ranges :it gives 2 values ie) fromvalue and tovalue.we can
use select-options also ranges.It creates 4 selection table
(sign,option,low,high).
parameters do not create selection table and it shows only
1 value.with paramters we can define checkboxes and
radiobuttons.
2.Methodology: project preparation(as-is,to be),business
blueprint,realization,final preparation and go-live.
3.system symbol is the standard symbol used in r/3 for
defining date time,month etc.
4.support project: makes changes or configurations after
implementation projects by means of raising tickets .
implementation projects : doing end-end implementation
projects ie)covering all phases in methodology.implementing
SAP from conventional system.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Define external layer?
What are indexes? : abap hr
How do you Export a session ?
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
Describe data classes? : abap hr
Can we display a list in a pop-up screen other than full-size stacked list?
suppose i want to print sap script output in different printers at a time what are the settings i'll have to make?
What are field symbols?
In a loop of an internal table, what is the use of at first & at last statements?
Which infotype records can not be deleted ? : abap hr
Explain how do you use structures in the abap programs?
Name the function module used to convert logical file names to physical file names in abap/4 programs?
Is it possible to pass data to and from include programs explicitly? : abap modularization
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
What is asynchronous update?