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
Name a few data dictionary objects? : abap data dictionary
How can we create callable modules of program code within one abap/4 program?
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
Explain what is a foreign key relationship? Explain this with the help of an example.
Select up to 1 row and select single difference ?
What are the problems in processing batch input sessions?
What are the drill-down features provided by abap/4 in interactive lists?
Sy index and sy tabix
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
Can a domain, assigned to a data element be changed?
WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.
What is ps structure? : abap hr
What are the events used in abap in the order of execution?
How do you execute the payroll
How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?