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
How collect statement is different from append?
Where do you find info on new developments in SAP?
Explain the Inportance of pa30? : abap hr
What is the difference between field-group header and other field groups? : abap modularization
Explain about workbench request and customization requests?
Describe data classes? : abap hr
What is off cycle payroll run
Where the payroll results are stored
In sap script how to print bar code in vertical manner
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
In which particular scenario we use sorted table and which particular scenario we use standard table?
Is main window mandatory in smartforms?
What is the structure of bdcmsgcoll? : abap bdc
In select-options, how to get the default values as current month first date and last date by default?
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/