what is type group?how to create it and what is the use of
it?
Answer Posted / ashish
Type groups were based on the include technique, and
allowed you to store any type definitions globally in the
Dictionary by defining them using TYPES statements. The
definition of a type group is a fragment of ABAP code which
you enter in the ABAP Editor. The first statement for the
type group pool is always: TYPE-POOL pool.
After that, you define data types using the statement
TYPES. It was also possible to define global constants
using the CONSTANTS statement. All the names of these data
types and constants must begin with the name of the type
group and an underscore: pool_
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What are the abap/4 commands that link to a layout set?
What does the ‘suppress dialog’ do?
What is buffering allowed but switched off?
How do you retrieve the data for repetitive structures ? : abap hr
What is the use of message command in a report? What are the different message types?
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
Why do we use abstract class
What is the sap abap?
Explain how many types of tables exist and what are they in data dictionary?
Difference between select option and ranges ?
What are ranges?
What is the use of program rsbdcsub? : abap bdc
What is get cursor field?
what is the difference between hashed & sorted internal tables?
Explain what are the various types of selection screen event?