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
Can we use transfer dataset to transfer data in internal table ?
What is exception class and test class. How to use it?
What is open sql?
Explain what is the significance of hide?
How is collect statement different from append?
What is database view ? : sap abap data dictionary
how to use the xk01 in realtime.can it apply the others. how it it will goes to first page and next page.
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization
When value table becomes check table?
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?
Explain what is a foreign key relationship? Explain this with the help of an example.
in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.
What are the types of indexes in abap?
In sap script how to print bar code in vertical manner
What is gui status? How to create /edit gui status?