Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

general abap

Former Member
0 Likes
583

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?

3 REPLIES 3
Read only

Former Member
0 Likes
525

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.

Read only

Former Member
0 Likes
525

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....

Read only

Former Member
0 Likes
525

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