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
Explain the difference between a dialog program and a report?
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary
difference between Valuation type and valuation category?
Explain the advantages and disadvantages of abap query tool?
What are the functional areas?
What is a persistent class?
What are the types of parameters in the function modules?
What is the differences between structure and table in the data dictionary in abap?
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
Why grouping of fields is required? What is the max no of modification groups for each field?
what is field string ? & where we are using field strings?
What are the types of bdc s?
What is going life actually? What is the role of a functional consultant in it? : sap abap hr
How can you display frames (horizontal and vertical lines) in lists?
What happens if a function module runs in an update task?