what is DATA ,TYPES,PaRAMETERS called in ABAP terms?
Answer Posted / purnachander nagula
TYPES is used to define data Types. and DATA is used to
define Data Objects.
Generally TYPES is used to define structures, DATA is used
to declare Internal Tables
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
What is the use of the statement leave to list-processing?
Have you printed any report?
What are interactive reports?
What are the different types of luws?
What is the use of the raising exception? : abap modularization
What are the events used for logical database?
What are the problems in processing batch input sessions?
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
Final class
What is size category?
How to write a bdc – how do you go about it?
How can we access the correction and transport system? : abap data dictionary
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?