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

Replacement for the FM HR_DISPLAY_BASIC_LIST

Former Member
0 Likes
586

Hi,

The FM HR_DISPLAY_BASIC_LIST is flaged as obsolet in ECC 6.Can any one tell me the replacement for this FM.

Thanks

Ansari

Hi,

The FM HR_DISPLAY_BASIC_LIST is flaged as obsolet in ECC 6.Can any one tell me the replacement for this FM.

Thanks

Ansari

2 REPLIES 2
Read only

suresh_datti
Active Contributor
0 Likes
517

You can use any of the ALV_GRID/LIST function modules.. pretty much all of them have the same/additional functionality in comparison to HR_DISPLAY_BASIC_LIST.

~Suresh

Read only

uwe_schieferstein
Active Contributor
0 Likes
517

Hello Ansari

According to the fm's documentation you should use <b>REUSE_ALV_GRID_DISPLAY</b>. I personally would prefer to use <b>REUSE_ALV_GRID_DISPLAY_LVC</b> which is closer to the OO-based ALV lists.

Regards

Uwe