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

alv without type-pools statement

Former Member
0 Likes
940

hi experts,

can we use reuse_alv_list_display, function module in a report......

without declaring an type-pools: slis. is it possible.

if yes give me an example.....

what are all the mandatory requirements for an alv report.............

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
758

Hello

If you do not want to use type-pools simply switch to function module <b>REUSE_ALV_GRID_DISPLAY_LVC</b>. This function module provides you with the same functionality but does not require any type-pools.

Regards

Uwe

7 REPLIES 7
Read only

uwe_schieferstein
Active Contributor
0 Likes
759

Hello

If you do not want to use type-pools simply switch to function module <b>REUSE_ALV_GRID_DISPLAY_LVC</b>. This function module provides you with the same functionality but does not require any type-pools.

Regards

Uwe

Read only

0 Likes
758

ok thank u .....

can u tell me how to approach alv report ,coppare to normal or interactice report.........

Read only

Former Member
0 Likes
758

I guess you can not.

if you don't want to use type-pools use Object Oriented method.

Regards,

Sumit

Read only

Former Member
0 Likes
758

Hi ,

SLIS is basically used to get the various structures and data types which you use in the FM called by the program , so if you want to implement it without SLIS then you will have to declare all the data types in your program the same way it is declared in SLIS .

Why are u a hesitant in using the type pool?

Regards

Arun

Read only

0 Likes
758

refer

Read only

Former Member
0 Likes
758

Hi,

I don't think you can use reuse_alv_list_display b'coz u need a field catalog that is declared as

DATA: ITFLD TYPE SLIS_T_FIELDCAT_ALV.

For this, you need to describe type-pools :slis.

else the above statement won't wirk.

Hope this helps.

Reward if helpful.

Regards,

Sipra

Read only

0 Likes
758

Hi expert,

I did not describe type-pools :slis. but i can use all of structures and data types which are defined in SLIS and also can display ALV as well as.

so , my question is :

1 . Does is depend on SAP version ? (in my version , i don't need to describe type-pools when i want to display ALV )

2 . if in some case, we need to describe SLIS to use something , can you give me some example about it.

Thanks you so much .Regards.

Tram