2007 Apr 06 7:31 PM
Hi Experts ,
We have done a clean up of the system and deleted unwanted Z developments .
Now there is a challenge of deleting these programs from Area menus .
Tasks involved in this are
1. Find out the Area Menues in which these programs are present .
2. Delete them from the Area Menu .
First point is tedeous . Can anybody suggest a simple and fast way to find out the Area Menus and the exact place in the Hierarchy where the Z programs are present ?
Thanx in advance ,
Laxman Nayak.
2007 Apr 06 8:48 PM
hi laxman,
In T/c SE43, I think u can find option to delete the area menus.
But i am not pretty sure abt my answer. Correct me if i am wrong.
Regards....
Arun.
hi laxman,
In T/c SE43, I think u can find option to delete the area menus.
But i am not pretty sure abt my answer. Correct me if i am wrong.
Regards....
Arun.
2007 Apr 06 7:49 PM
Try (in FM FUNCTION BMENU_SEARCH_MENUS)
* search for transactions / texts
select tmenu01t~tree_id tmenu01t~node_id tmenu01t~text
into (l_tmenu01t-tree_id, l_tmenu01t-node_id, l_tmenu01t-text)
from tmenu01t
join tmenu01r on tmenu01t~node_id = tmenu01r~node_id
where ( tmenu01r~ref_object like searchtext
or tmenu01t~text like searchtext )
and tmenu01t~tree_id like l_menu_id
and tmenu01t~spras = sy-langu.If FM not found, look at OSS ]<a href="https://service.sap.com/sap/support/notes/422067">Note 422067 - Area menu maintenance: Searching for texts/transactions</a>. Look also at OSS <a href="https://websmp209.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=716282&_NLANG=E">Note 716282 - Report search in area menus: Report name is missing</a>
Regards
2007 Apr 06 7:50 PM
Laxman,
If your programs have corresponding transaction code, go to se93 put the transaction code of your program, select the transaction and click on Wher-used list. A pop-up window will come, there select Area Menu only, So system will display the transaction and program is under which Area Menu.
I Hope this will help you.
Regards,
Amey
2007 Apr 06 8:48 PM
hi laxman,
In T/c SE43, I think u can find option to delete the area menus.
But i am not pretty sure abt my answer. Correct me if i am wrong.
Regards....
Arun.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |