2005 Mar 29 5:21 PM
Hi,
i´m developing a modulpool and in an INPUT module there is a sentence: perform do_selection.
This form does exist in an include MZSDXXF01 but when i double click on it says that it does not.
I´ve noticed as well that although all my form/endform´s are in an include MZSDXXF01, this include does not appear in the corresponding folder of transaction SE80.
does anyone know why is this happening?
Best regards.
2005 Mar 29 5:36 PM
Yes, this include MZSDXXF01 does exist and when i double click it shows correctly.
Hi,
i´m developing a modulpool and in an INPUT module there is a sentence: perform do_selection.
This form does exist in an include MZSDXXF01 but when i double click on it says that it does not.
I´ve noticed as well that although all my form/endform´s are in an include MZSDXXF01, this include does not appear in the corresponding folder of transaction SE80.
does anyone know why is this happening?
Best regards.
2005 Mar 29 5:27 PM
Hello,
Are you sure that line "INCLUDE MZSDXXF01." exists in the main program of your module pool?
Regards,
Yacov
2005 Mar 29 5:30 PM
Hello,
Are you sure that line "INCLUDE MZSDXXF01." exists in the main program of your module pool?
Regards,
Yacov
2005 Mar 29 5:36 PM
In your main program SAPMZSDXX, check if your INCLUDE MZSDXXF01 statement is commented out.
Srinivas
2005 Mar 29 5:36 PM
Yes, this include MZSDXXF01 does exist and when i double click it shows correctly.
2005 Mar 29 5:44 PM
Can you give us the main program code which shows all the include statements?
Also, please try to activate your main program and then in the menu, under 'Utilities', do 'Update navigation index'.
If you are not getting a syntax error when activating the module pool, then the issue is updation of navigation index. Make sure that all the relevant includes are uncommented in the main program.
2005 Mar 29 5:46 PM
Did you create this include in a regular way?
I mean, point main program -> right click -> create -> include -> MZSDXXF01.
If you create include independently and then add "INCLUDE <include-name>" into the main program manually, it may behave as you described.
2005 Mar 29 5:50 PM
Srinivas Adavi was right, thanks to all of you.
One last question: how comes that i needed to "update navigation index"? what´s the explanation of needing this update?
Regards
2005 Mar 29 6:04 PM
Typically when you create programs and activate them, the navigation index(this is what allows you to double click on something to navigate to the object) should be updated automatically. But for reasons that I am unaware of, sometimes this does not happen. In such cases, you need to do this 'update navigation index'.
Also, basis folks can schedule a job in production for running the program SAPRSLOG that updates all the navigation indexes. This will make sure that all the navigation indexes are updated properly.
Regards,
Srinivas
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |