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 |
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?
how to find Bapi? and Badi?
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
how is data transported from module to program?
what are the Events in Application Server
What are the types of the software component being deployed in the sap?
how to use table control in bdc, plz somebody tell me.
control break statements in ABAP?
When we are updating certain database table with 100 records and we found that only 60 records are updated, then how to find the errror records and how to correct and updated again? Explain step by step.
How to change standard data base table ?
Mention what is alv programming in abap?
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc