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
wht is the diff. b/n initialization and lotus of event
Explain the advantage of structures?
What is a bsp application? : sap abap hr
How to write a bdc – how do you go about it?
How do you find if a logical database exists for your program requirements?
Is there any method apart from bdc for data upload to sap? : abap bdc
Can a domain, assigned to a data element be changed? : abap data dictionary
What are the fields in the memory table ‘screen’?
What is interactive reporting?
How many main windows are allowed in sapscript?
How to Solve a Particular Ticket in Realtime ?
What happens if only one of the commands set screen and leave screen is used without using the other?
What is meant by hotspots?
What is a multiple line field?
What are conditional chain statement?