2008 May 05 7:51 AM
1)Differentiate select and select single?
2)Suppose in the Report Program I want to pass data to another Report Program ..how will you do that one
3)What is the Difference Between basic list and interactive list
4)what are parameters of DDCinsert fun module
5)what is the status code when IDOC is created?
6) how to debug user exits?
7) what is the procedure for direct I/P method?
😎 what is the way to precide search helps in POV?
9) Is it possible to write code in LSMW if so when will you write?
10) If I code parameters and selection events without writing the start-of-selection, will the report runs?
1)Differentiate select and select single?
2)Suppose in the Report Program I want to pass data to another Report Program ..how will you do that one
3)What is the Difference Between basic list and interactive list
4)what are parameters of DDCinsert fun module
5)what is the status code when IDOC is created?
6) how to debug user exits?
7) what is the procedure for direct I/P method?
😎 what is the way to precide search helps in POV?
9) Is it possible to write code in LSMW if so when will you write?
10) If I code parameters and selection events without writing the start-of-selection, will the report runs?
2008 May 05 7:59 AM
hi there...
select statement fethes all the related records into the buffer and use them. it works in a loop.
select single fetches a single row at a time.\
to pass data from one report to another, use get and set parameters.
rest i need to search.
do reward if helpful. i wil get bak with firther info.
2008 May 05 11:00 AM
Hello Gopi-
1)Differentiate select and select single?
Ans:Select pulls all the data but where as select single pulls only one record with where conditions.
2)Suppose in the Report Program I want to pass data to another Report Program ..how will you do that one
Ans:Using SUBMIT keyword you can pass one report to another report.
3)What is the Difference Between basic list and interactive list
Ans:Basic list is also called as primary list in other words single list.Interactive list:The user can drill from one list to another.
4)what are parameters of DDCinsert fun module
5)what is the status code when IDOC is created?
6) how to debug user exits?
Ans:The best to debug user exits is put a break-point corresponding to username.
7) what is the procedure for direct I/P method?
Ans:Directly update the database tables not through t-codes.
😎 what is the way to precide search helps in POV?
9) Is it possible to write code in LSMW if so when will you write?
Ans:We can write code in LSMW it all depends on the requirement.And reg WHEN?Again the same answer depending on the requirement.
10) If I code parameters and selection events without writing the start-of-selection, will the report runs?
Ans:Firstly the question is not clear enough.In ABAP the default event to trigger is start-of-selection if you dont specify any event the start of selection triggers but incase if any event is specified the start-of-selection event should be mentioned if not this gives a run time error.
Cheers,
~Srini....
2008 May 05 12:14 PM
Hi Gopi,
Please go through the following links where you will be finding different questions and also the answers to your below questions
[http://sap-img.com/]
[http://www.wilsonmar.com/sap_abap.htm]
[http://abaptutorial.blogspot.com/]
[http://www.sap-basis-abap.com/abap/sap-abap-faq.htm]
[http://searchsap.techtarget.com/guide/faq/category/0,296296,sid21_tax308192_idx0_off10,00.html]
try out this links.
if helpful dont forget to reward.
thanks
abdul
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |