2007 Jan 09 12:43 PM
In a note I have to correct a metod. The object is "LIMU" "METH" "CL_ALV_BDS BDS_GET_DOCINFO".
In which transaction I can do that?
e.g. for "LIMU" "FUNC" "ALV_BDS_GET_URL" I use se37 and correct ALV_BDS_GET_URL.
But what to do when the object is "LIMU" "METH" "CL_ALV_BDS BDS_GET_DOCINFO".
2007 Jan 09 12:48 PM
Hello Tina
LIMU stands for a partial object. In case of METH this is a <b>method of class</b> CL_ALV_BDS BDS_GET_DOCINFO. Thus, head on to transaction SE24 or SE80.
Regards
Uwe
2007 Jan 09 12:49 PM
2007 Jan 09 12:51 PM
Hi Tina,
CL_ALV_BDS is a class name and u can have a look at the same via SE24 and BDS_GET_DOCINFO is a method of this class.
Hope this helps.