What are types of Projects ?
Answer Posted / kesav...
1. Implementation Project.
2. Support Project.
3. Roll-Out Project.
4. Enhancement Project.
5. Upgradation Project.
| Is This Answer Correct ? | 24 Yes | 3 No |
Post New Answer View All Answers
How can we use multiple transactions by using bdc_insert? : abap bdc
What are the types of parameters in the function modules?
Explain the different types of data dictionary objects?
Explain read dataset in sap abap?
What is the use of dequeue function module? : sap abap data dictionary
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
What is abap work bench?
How to transfer data into line items using batch input session method? : abap bdc
When you prefer lsmw?
What is the use of a pretty printer?
If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)
Can we specify the next screen number with a variable?
What is a table cluster? : abap data dictionary
What are the page windows?
What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc