‎2005 Dec 08 8:37 AM
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
‎2005 Dec 08 8:59 AM
try using ALV_DISPLAY_BASIC_LIST.
Pl. award appropriate points.
‎2005 Dec 08 9:07 AM
hi,
The function module ALV_DISPLAY_BASIC_LIST doesn't exist in the mySAP ERP 2004.
‎2005 Dec 08 11:41 AM
Hi Swamy Reddy,
Now the
DISPLAY_BASIC_LISTand
DISPLAY_GRID_LISTwere 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_DISPLAYand
REUSE_ALV_LIST_DISPLAY.
Hope This Info Helps YOU.
<i>Reward Points If It Helps YOU.</i>
Regards,
Raghav
‎2005 Dec 08 12:32 PM
hi,
It should be a normal function module.
not belongs to ALV's.
Regards,
Swamy
‎2006 Mar 21 9:45 PM
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-
‎2006 Mar 21 9:51 PM
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.
‎2008 Jan 29 9:44 PM
Other way is browsing RODIR table with field 'obsolete' value = 'X' (transactions se11 or se16)
greetings
Lupe