Application Development 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: 

"LIMU" "METH" instead of "LIMU" "FUNC"

Former Member
0 Kudos

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".

3 REPLIES 3

uwe_schieferstein
Active Contributor
0 Kudos

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

Former Member
0 Kudos

goto SE24 and give the class name and change

Sandeep_Kumar
Advisor
Advisor
0 Kudos

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.