‎2010 May 26 10:01 AM
Hi all,
I have an issue regarding calling methods .
I have called a method in include xyz_f01 .
CALL METHOD g_val->data_selection.If i double click on this it takes me
CLASS abc DEFINITION.
PUBLIC SECTION.
METHODS: data_selection.
endclass.
which is in another include xyz_F02_CLASS .Now when i double click on data_selection it does not takes me to its implementation instead it displays message :
'data_selection not found'. Its implementation is present in the same include xyz_F02_CLASS .
The program is working correctly but it needs the drill down . Plz help .
Edited by: ujjwal dharmak on May 26, 2010 11:36 AM
‎2010 May 26 1:59 PM
Hi, the solution is very simply:
1. Go to TA SE80,
2. select the Package for Your Program in Repository Browser,
3. click on Package and
4. Go To Other Functions -> Rebuild Object List clicking right mouse Taste
Thats all.
Sincerely yours, Lubomir
‎2010 May 26 10:39 AM
‎2010 May 26 1:59 PM
Hi, the solution is very simply:
1. Go to TA SE80,
2. select the Package for Your Program in Repository Browser,
3. click on Package and
4. Go To Other Functions -> Rebuild Object List clicking right mouse Taste
Thats all.
Sincerely yours, Lubomir
‎2010 May 27 8:15 AM
Hi Lubomir Thanks for the reply .....will it be fine to do this ......i mean it should not affect other objects..
‎2010 May 27 8:53 AM
Hi Ujjwal, you know, the Problem is in the Workbench Repository. The Index of the Objects of Yours Package is up to date. I dont know why. Also, you have to update the Package to say the Repsitory, whitch new Object has been inserted into the Object Index. Hmm, I hope, this is a Bug from SAP :o().
‎2010 May 27 12:28 PM
hi Lubomir .....actually i was using 2 different classes and both were instantiated.
Now im using one class and the problem is solved .
Thanks for the reply .You have given a good way to solve the problem.