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


Please Help Members By Posting Answers For Below Questions

Difference between user exit and badis?

612


How to create user interfaces for lists?

618


When is the top-of-page event triggered? : abap data dictionary

807


How many types of tables exists and what are they in data dictionary?

938


What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr

752






Explain the function module in bdc?

582


In a loop of an internal table, what is the use of at first & at last statements?

1475


What are the basic functions of database utility?

586


Explain the different types of screen keywords?

560


What is dialog module?

607


Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?

556


What is the first thing you do after vendor setup is complete?

885


What is table attribute? : abap data dictionary

572


What are internal tables? How to use a specific number occurs statement?

572


what is field string ? & where we are using field strings?

1576