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
Difference between BDC vs Direct Loads?
What are Table control and tab strip control in dialog programming ?
dynamic programming in sap abap
What is logical database? : abap hr
What is a badi?
What is the relationship existing between the various data elements in data dictionary? : abap data dictionary
What are the different function modules used in sapscript?
What are logical databases? What are the advantages of logical databases?
What is Transactional based Application & Role based Application?
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
What is an rdbms?
In order to upload purchase order details, how you handle multiple values for a single field?
What is lock mechanism? How do we create lock objects in abap?
What is transparent table?
When value table becomes check table?