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
Define alv programming in abap?
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
what is code to upload cost centers through call trans. and procedure
What are the functional areas, user groups? How does abap query work in relation to these?
What is client in the sap system? : sap abap hr
What are the different types of mode (run code) in call transaction method?
What is the definition of modification in an sap system and how do they impact an upgrade?
What are the layers of data description in r/3? : abap data dictionary
Which commands are used for interactive reports?
What is tcode se16? For what is it used.
What do you do when the system crashes in the middle of a BDC batch session?
What is size category?
What is technically difference between in Table creation in table creation maintenance not allowed ,maintenance allowed with restriction, maintenance allowed ?
Why do we use Abstract classes give an example from your project?
Module Pool Programming: Events and Table Control handling.