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

please answer these questions?

Former Member
0 Likes
448

hello sir.

1.Types of Joins in sap-abap?

2.What is the typical structure of an ABAP program?

3.Can you create a table with fields not referring to data elements?

4.What is an interactive report? What is the obvious diff of such report compared with classical type reports?

5.What is a drill down report?

What are the exceptions in function module?

6. What are ranges? What are number ranges?

7. What are select options and what is the diff from parameters?

8.What is the client concept in SAP? What is the meaning of client independent?

9.What specific statements do you using when writing a drill down report?

hello sir.

1.Types of Joins in sap-abap?

2.What is the typical structure of an ABAP program?

3.Can you create a table with fields not referring to data elements?

4.What is an interactive report? What is the obvious diff of such report compared with classical type reports?

5.What is a drill down report?

What are the exceptions in function module?

6. What are ranges? What are number ranges?

7. What are select options and what is the diff from parameters?

8.What is the client concept in SAP? What is the meaning of client independent?

9.What specific statements do you using when writing a drill down report?

2 REPLIES 2
Read only

dani_mn
Active Contributor
0 Likes
419

HI,

<b>1. there are two types of join inner and left outer joins.

2. A ABAP program is typical contains different events. like 'INITILIZATION', 'TOP-OF-PAGE', 'START-OF-SELECTION'. these events together makes the flow logic of program.

3. yes we can.

4. interactive reports are that like we have a report in which we are displaying vendors in lines. now by clicking on some vendor all detail of that vendor will be displayed. Classical reports did'nt have details of data showed they are static to 1 level.

5. there is no difference between interactive and drill down report.

5. Exceptions in function module are different error types that happen in function module and they will be return to calling program so the program know the exact reason of function module failure.

6. ranges are same as select-options but will no display.

7. answer in previous thread.

8. clients are used to divide server for multiple purposes like in development server we have two clients 100 and 200. 100 will be developement client and 200 will be for testing. ABAP workbench is client independent means if you have developed a program in one client it will be avaialbe in all clients. while customization is client dependent. you can customize different clients differently.

9. AT LINE-SELECTION.</b>

Regards,

Wasim Ahmed

Read only

Former Member
0 Likes
419

Hi,

Refer the links in the Previous Post.

Rewards Points & Mark Helpful Answers