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
What is check table?
What is is a match code? : abap data dictionary
What is a size category?
Can i Have Some Examples on Enhancements.
What two statements are required in an abap program to output an icon using a written statement?
I need some information regarding Vcentric Test pattern ? with questions.
What is pnp-sw-found ? : abap hr
What is the difference between abap and hr abap? : abap hr
How to write a bdc – how do you go about it?
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
How can we achieve MVC ?
What are pooled tables?
what are the important fields while preparing sales order,inquiry?
How can we upload a text file having delimiters in to legacy system? : abap bdc
Create any functions? How to go about it?