Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

information about vrm type pool

Former Member
0 Likes
2,469

hello to all ,

can any one let me know what is the main use of type pools and information about different type pools like ..... slis, vrm... plz help me.

thanks

regards

prakash

hello to all ,

can any one let me know what is the main use of type pools and information about different type pools like ..... slis, vrm... plz help me.

thanks

regards

prakash

6 REPLIES 6
Read only

Former Member
0 Likes
1,257

hi,

In order to use the definitions of a type group, you have to integrate the type group into the program.

The TYPE-POOLS statement integrates the type group tpool into the current context. You can specify it in the global data declarations of an ABAP program or in the declaration section of a class or interface. The data types and constants of the type group are visible as of this statement in the current context.

Read only

Former Member
Read only

Former Member
0 Likes
1,257

Hi Aumprakash,

In ABAP, you can either use a Data Dictionary Data, Data Type or your own user defined datatypes. In case of the user defined Data Type you need to define your own type structure.

There are two ways you can achieve this. In a ABAP program you can use the Type Keyword. Then this becomes local to that ABAP Program. In the Data Dictionary you can define and can use it across any program in ABAP.

When you have several such types, you can use them all at once common place.And all of them are stored in a Type Pool.You can navigate from SE11 to type pools.

Examples: vrm.slis. All of these have all the common structures and pools to be used across all the programs.

Thanks,

Samantak.

Read only

Former Member
0 Likes
1,257

Hi Aumprakash,

Check this link:

Type-pools:

SLIS:

VRM:

Regards,

Chandra Sekhar

Read only

Former Member
0 Likes
1,257

Arya,

Welcome to SDN.

Refer:

Amit.

Read only

Former Member
0 Likes
1,257

Hi,

Type pools : we can use predefined types under type pools.

Usually we use type pools in alv programming.

From SE11 we can create pools.

declaration: type-pools: slis for alv .

Regards,

Naveen.