what is type group?how to create it and what is the use of
it?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / abaprajaram
type declartions they used for the type-pools for the
dynamic variable as internal table in the program
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / guest
type groupe is the group of user defined data types. go to
se11 and create type goup...
Is This Answer Correct ? | 1 Yes | 2 No |
How you will catch errors in call transaction?
what is the difference b/w driver program & print program?
What is tmg?
What is an ABAP/4 Query?
can anyone give me notes on bdc direct input method
Which technical field in the BDCDATA table holds the last cursor position
why do transilate scripts?
How can a lock object be called in the transaction?
How to add more than one message to one idoc? Tell me Process
What is the syntax of packed number?
What are the events used for page headers and footers?
SM35 transaction, How to automate BDC ?