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

Former Member
0 Likes
955

Hi,

The function module DISPLAY_BASIC_LIST is obsolete in the version mySAP ERP 2004. Can anybody help me with a replacement function module which is not obsolete in mySAP ERP 2004 version.

Thanks,

Swamy

7 REPLIES 7
Read only

Former Member
0 Likes
911

try using ALV_DISPLAY_BASIC_LIST.

Pl. award appropriate points.

Read only

0 Likes
911

hi,

The function module ALV_DISPLAY_BASIC_LIST doesn't exist in the mySAP ERP 2004.

Read only

Former Member
0 Likes
911

Hi Swamy Reddy,

Now the

DISPLAY_BASIC_LIST

and

DISPLAY_GRID_LIST

were obsolete ,and there were no compatiblie FM's in the latest version. However whatever you want to achieve with this two FM's , you can do with many other FM's, just if you want to upload data and display in grid or as basic list YOU have

REUSE_ALV_GRID_DISPLAY

and

REUSE_ALV_LIST_DISPLAY

.

Hope This Info Helps YOU.

<i>Reward Points If It Helps YOU.</i>

Regards,

Raghav

Read only

0 Likes
911

hi,

It should be a normal function module.

not belongs to ALV's.

Regards,

Swamy

Read only

Former Member
0 Likes
911

How do you know it is obsolete?

We are in the process of upgrading and having a problem with date field formats in excel, which I beleive are using this module (we directly output to excel, and bypass ALV)

The person working on this believes it may actually be the routine "generate_output" but not sure.

ALV date format works fine, just when directly output to excel date format does not convert.

Any suggestions?

Thanks!

D-

Read only

0 Likes
911

A simple way to when a FM is obsolet is to made a dummy program...Use the Patter button and create the FM...SAP is going to put a message telling you that is obsolet -:P It's actually a dummy way...But i don't any other way -:'(

Greetings,

Blag.

Read only

0 Likes
911

Other way is browsing RODIR table with field 'obsolete' value = 'X' (transactions se11 or se16)

greetings

Lupe