‎2007 Feb 05 8:36 AM
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.............
‎2007 Feb 05 8:38 AM
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
‎2007 Feb 05 8:38 AM
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
‎2007 Feb 05 8:47 AM
ok thank u .....
can u tell me how to approach alv report ,coppare to normal or interactice report.........
‎2007 Feb 05 8:38 AM
I guess you can not.
if you don't want to use type-pools use Object Oriented method.
Regards,
Sumit
‎2007 Feb 05 8:39 AM
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
‎2007 Feb 05 8:39 AM
‎2007 Feb 05 8:41 AM
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
‎2021 Jun 18 3:44 AM
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