‎2007 Mar 27 4:18 PM
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?
‎2007 Mar 27 4:22 PM
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
‎2007 Mar 27 4:25 PM
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