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

Name a few data dictionary objects? : abap data dictionary

846


How can we create callable modules of program code within one abap/4 program?

773


What is an interactive report? What is the obvious difference of such report compared with classical type reports?

705


Explain what is a foreign key relationship? Explain this with the help of an example.

759


Select up to 1 row and select single difference ?

787






What are the problems in processing batch input sessions?

736


What are the drill-down features provided by abap/4 in interactive lists?

750


Sy index and sy tabix

1106


While sorting field groups we cannot use more than one key field. State true or false. : abap modularization

743


Can a domain, assigned to a data element be changed?

773


WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.

1844


What is ps structure? : abap hr

956


What are the events used in abap in the order of execution?

697


How do you execute the payroll

2254


How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?

725