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 u define that idoc is generated for ale or edi method ?
What are the fields in a bdc_tab table? : abap bdc
Difference between SY-CPROG and SY-REPID? Plz give me the answer,its urgent!
if take one table with max no of records,in that i transfer only three records to quality r production r anywhere how it is possible?
what client you are working?
can any body explain the life cycles of SD & MM
what is process code?
what is the difference between user-exit & BADIs ?
What are screen painter and menu painter? : abap hr
what is the use of functions
which method u r perfer to upload flat file data into sap system
Can a filed occur in several field groups? : abap modularization