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

abap

Former Member
0 Likes
345

1.Can u create a field without dataelement?

2.give few names of cluster tables in sap?

3give few names of pooled tables in sap?

4.what are the logical tables / database?

5.h do u write techinical spec?

6.h do u write utp?

7.in interictive report , after going to 5th list , can u come back to 2 nd list ? how?

8.what is the use of slis?

2 REPLIES 2
Read only

Former Member
0 Likes
323

Hi,

1.Can u create a field without dataelement?

Yes.

2.give few names of cluster tables in sap?

BSEG

3give few names of pooled tables in sap?

A005

4.what are the logical tables / database?

5.h do u write techinical spec?

6.h do u write utp?

7.in interictive report , after going to 5th list , can u come back to 2 nd list ? how?

SY-LSIND = 2

8.what is the use of slis?

SLIS is used for ALV reporting. It contains all the type declarations required for the ALV.

Thanks,

Naren

Read only

Former Member
0 Likes
323

1) Yes. YOu can the Built In types.

2) Go to DD02l table. Give the table class as: CLUSTER and you can find all the cluster tables in r/3

3) Go to DD02l table. Give the table class as: POOL and you can find all the POOL tables in r/3

5) We write the tech spec based on the business spec.

6) Based on the tech spec, we would cosolidate the test cases for the object and then write the unit test plan for that object

7) In the at line-selection event,

if sy-lsind = 5.

sy-lsind = 2.

endif.

😎 Slis is a type pool which has all the types that are required for the ALV function modules's interface parameters.

Regards,

Ravi